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]: GroupBy example tests (groupby_test.py) fail #30778

Open
2 of 16 tasks
hjtran opened this issue Mar 27, 2024 · 0 comments
Open
2 of 16 tasks

[Failing Test]: GroupBy example tests (groupby_test.py) fail #30778

hjtran opened this issue Mar 27, 2024 · 0 comments

Comments

@hjtran
Copy link
Contributor

hjtran commented Mar 27, 2024

What happened?

The test utility assert_that has to be run in a pipeline that hasn't been executed. Before #30771 it was easy to accidentally do it after a pipeline had already been executed which resulted in a test that would always pass.

After #30771 , it'll no longer be possible to do this. As a result, it turns out groupby_test.py's unit tests are always passing. I've skipped them temporarily

Issue Failure

Failure: Test is continually failing

Issue Priority

Priority: 2 (backlog / disabled test but we think 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: 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

No branches or pull requests

1 participant