Skip to content
New issue

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

[Failing Test]: PreCommit Yaml Xlang Direct is broken #32832

Open
2 of 17 tasks
ahmedabu98 opened this issue Oct 17, 2024 · 1 comment
Open
2 of 17 tasks

[Failing Test]: PreCommit Yaml Xlang Direct is broken #32832

ahmedabu98 opened this issue Oct 17, 2024 · 1 comment

Comments

@ahmedabu98
Copy link
Contributor

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):

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']

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

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant