samuela opened a new issue, #25390:
URL: https://github.com/apache/beam/issues/25390

   ### What happened?
   
   I'm seeing the following test suite results when running the v2.44.0 Python 
tests:
   ```
   =========================== short test summary info 
============================
   FAILED apache_beam/coders/slow_coders_test.py::CodersTest::test_pickle_coder 
- AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED apache_beam/coders/slow_coders_test.py::CodersTest::test_proto_coder 
- AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_sharded_key_coder - 
AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_singleton_coder - 
AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_state_backed_iterable_coder
 - AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED apache_beam/coders/slow_coders_test.py::CodersTest::test_timer_coder 
- AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_timestamp_coder - 
AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_timestamp_prefixing_window_coder
 - AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED apache_beam/coders/slow_coders_test.py::CodersTest::test_tuple_coder 
- AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_tuple_sequence_coder - 
AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED apache_beam/coders/slow_coders_test.py::CodersTest::test_utf8_coder - 
AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED apache_beam/coders/slow_coders_test.py::CodersTest::test_varint_coder 
- AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_windowed_value_coder - 
AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/coders/slow_coders_test.py::CodersTest::test_windowedvalue_coder_paneinfo
 - AttributeError: type object 'CodersTest' has no attribute 'seen'
   FAILED 
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_top_level - 
AssertionError: 4 != 0
   FAILED 
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_dataframe_tests
 - AssertionError: 2 != 0
   FAILED 
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_groupby_tests 
- AssertionError: 9 != 0
   FAILED 
apache_beam/dataframe/pandas_doctests_test.py::DoctestTest::test_ndframe_tests 
- AssertionError: 1 != 0
   FAILED 
apache_beam/typehints/typed_pipeline_test.py::MainInputTest::test_typed_ptransform_fn_post_hints
 - AssertionError: TypeCheckError not raised
   FAILED 
apache_beam/typehints/typed_pipeline_test.py::MainInputTest::test_typed_ptransform_fn_conflicting_hints
 - AssertionError: "MyMap.*expected.*int.*got.*str" does not match "Type hint 
...
   FAILED 
apache_beam/typehints/typed_pipeline_test.py::MainInputTest::test_typed_ptransform_fn_multi_input_types_kw
 - AssertionError: TypeCheckError not raised
   FAILED 
apache_beam/typehints/typed_pipeline_test.py::MainInputTest::test_typed_ptransform_fn_pre_hints
 - AssertionError: TypeCheckError not raised
   FAILED 
apache_beam/typehints/typed_pipeline_test.py::MainInputTest::test_typed_ptransform_fn_multi_input_types_pos
 - AssertionError: TypeCheckError not raised
   ERROR 
apache_beam/coders/fast_coders_test.py::CodersTest::test_windowedvalue_coder_paneinfo
 - AssertionError: {<class 'apache_beam.coders.coders.NullableCoder'>, <class 
...
   ERROR 
apache_beam/coders/fast_coders_test.py::CodersTest::test_state_backed_iterable_coder
 - AssertionError: {<class 
'apache_beam.coders.coders.TimestampPrefixingWindow...
   ERROR apache_beam/dataframe/schemas_test.py::test_name_func
   = 23 failed, 5283 passed, 977 skipped, 14805 warnings, 3 errors in 154.27s 
(0:02:34) =
   ```
   
   To reproduce 
   1. Checkout 
https://github.com/NixOS/nixpkgs/pull/215385/commits/f9b7e743fe715262064ac9e838891d6ee9ef32c2.
   2. Run `nix-build -A python3Packages.apache-beam`
   3. Observe test failures.
   
   ### Issue Failure
   
   Failure: Test is continually failing
   
   ### Issue Priority
   
   Priority: 2 (backlog / disabled test but we think the product is healthy)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to