We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests are failing after #32757 was merged
Failing tests are:
apache_beam/yaml/integration_tests.py::MapTest::test_Filter-generic_InlineProvider_MapToFields-generic_ExternalJavaProvider_1
apache_beam/yaml/integration_tests.py::MapTest::test_Filter-generic_ExternalJavaProvider_MapToFields-generic_ExternalJavaProvider_3
Error (reformatted for readability):
FAILED apache_beam/yaml/integration_tests.py::MapTest::test_Filter-generic_InlineProvider_MapToFields-generic_ExternalJavaProvider_1 - apache_beam.testing.util.BeamAssertException: Failed assert: [Row(element=100, named_field=100, literal_int=10, literal_float=1.5, literal_str='abc'), Row(element=200, named_field=200, literal_int=10, literal_float=1.5, literal_str='abc')] == [Row(element=100, literal_int=10, named_field=100, literal_float=1.5, literal_str='abc'), Row(element=200, literal_int=10, named_field=200, literal_float=1.5, literal_str='abc')], unexpected elements [Row(element=100, literal_int=10, named_field=100, literal_float=1.5, literal_str='abc'), Row(element=200, literal_int=10, named_field=200, literal_float=1.5, literal_str='abc')], missing elements [Row(element=100, named_field=100, literal_int=10, literal_float=1.5, literal_str='abc'), Row(element=200, named_field=200, literal_int=10, literal_float=1.5, literal_str='abc')] [while running 'AssertEqual/assert_that/Match']
Failure: Test is continually failing
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
The text was updated successfully, but these errors were encountered:
CC @reuvenlax @kennknowles @damccorm
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened?
Tests are failing after #32757 was merged
Failing tests are:
apache_beam/yaml/integration_tests.py::MapTest::test_Filter-generic_InlineProvider_MapToFields-generic_ExternalJavaProvider_1
apache_beam/yaml/integration_tests.py::MapTest::test_Filter-generic_ExternalJavaProvider_MapToFields-generic_ExternalJavaProvider_3
Error (reformatted for readability):
Issue Failure
Failure: Test is continually failing
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
The text was updated successfully, but these errors were encountered: