You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: