-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Description
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
Reactions are currently unavailable