[
https://issues.apache.org/jira/browse/BEAM-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876536#comment-15876536
]
ASF GitHub Bot commented on BEAM-1356:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/beam/pull/2052
> `mvn clean install -DskipTests` still runs python tests
> -------------------------------------------------------
>
> Key: BEAM-1356
> URL: https://issues.apache.org/jira/browse/BEAM-1356
> Project: Beam
> Issue Type: Bug
> Components: sdk-py
> Reporter: Daniel Halperin
> Assignee: Aviem Zur
> Fix For: 0.6.0
>
>
> e.g....
> Using
> /Users/dhalperi/IdeaProjects/beam/sdks/python/.eggs/PyHamcrest-1.9.0-py2.7.egg
> running egg_info
> writing dependency_links to apache_beam_sdk.egg-info/dependency_links.txt
> writing top-level names to apache_beam_sdk.egg-info/top_level.txt
> writing requirements to apache_beam_sdk.egg-info/requires.txt
> writing entry points to apache_beam_sdk.egg-info/entry_points.txt
> writing apache_beam_sdk.egg-info/PKG-INFO
> reading manifest file 'apache_beam_sdk.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'apache_beam_sdk.egg-info/SOURCES.txt'
> running build_ext
> test_str_utf8_coder (apache_beam.coders.coders_test.CodersTest) ... ok
> test_default_fallback_path (apache_beam.coders.coders_test.FallbackCoderTest)
> Test fallback path picks a matching coder if no coder is registered. ...
> /Users/dhalperi/IdeaProjects/beam/sdks/python/apache_beam/coders/typecoders.py:136:
> UserWarning: Using fallback coder for typehint: <class
> 'apache_beam.coders.coders_test.DummyClass'>.
> warnings.warn('Using fallback coder for typehint: %r.' % typehint)
> ok
> test_basics (apache_beam.coders.coders_test.PickleCoderTest) ... ok
> test_equality (apache_beam.coders.coders_test.PickleCoderTest) ... ok
> test_proto_coder (apache_beam.coders.coders_test.ProtoCoderTest) ...
> /Users/dhalperi/IdeaProjects/beam/sdks/python/apache_beam/coders/typecoders.py:136:
> UserWarning: Using fallback coder for typehint: <class
> 'apache_beam.coders.proto2_coder_test_messages_pb2.MessageA'>.
> warnings.warn('Using fallback coder for typehint: %r.' % typehint)
> ok
> test_base64_pickle_coder (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
> test_bytes_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_custom_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_deterministic_coder (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
> test_dill_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_fast_primitives_coder (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
> test_float_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_global_window_coder (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
> test_iterable_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_length_prefix_coder (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
> test_nested_observables (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
> test_pickle_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_proto_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_singleton_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_timestamp_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_tuple_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_tuple_sequence_coder (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
> test_utf8_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_varint_coder (apache_beam.coders.coders_test_common.CodersTest) ... ok
> test_windowed_value_coder (apache_beam.coders.coders_test_common.CodersTest)
> ... ok
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)