Abacn opened a new issue, #22124: URL: https://github.com/apache/beam/issues/22124
### What happened? test_row_coder_fail_early_bad_schema fails when run test suites in non-parallel way: ``` $ pytest -v apache_beam/coders/row_coder_test.py::RowCoderTest apache_beam/coders/row_coder_test.py::RowCoderTest::test_row_coder_fail_early_bad_schema FAILED [ 60%] E AssertionError: "type_with_no_typeinfo" does not match "Encountered a type that is not currently supported by RowCoder: " ``` but successes when run with pytes -n flag, or run independently: ``` $ pytest -v -n 2 apache_beam/coders/row_coder_test.py::RowCoderTest [gw0] [ 53%] PASSED apache_beam/coders/row_coder_test.py::RowCoderTest::test_row_coder_cloud_object_schema apache_beam/coders/row_coder_test.py::RowCoderTest::test_row_coder_fail_early_bad_schema ``` or ``` $ pytest -v apache_beam/coders/row_coder_test.py::RowCoderTest::test_row_coder_fail_early_bad_schema apache_beam/coders/row_coder_test.py::RowCoderTest::test_row_coder_fail_early_bad_schema PASSED [100%] ``` Reproduced with python3.8 on both macOS and windows 10. ### Issue Priority Priority: 3 ### Issue Component Component: sdk-py-core -- 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]
