Details
-
Test
-
Status: Open
-
P3
-
Resolution: Unresolved
-
None
-
None
-
None
Description
With the recent addition of suites to continuously test Java examples in different runners, some existing integration tests fail for different runners
- org.apache.beam.examples.WindowedWordCountIT.testWindowedWordCountInBatchDynamicSharding, fails in FlinkRunner with AssertionError, for DirectRunner and SparkRunner the test never finishes.
- org.apache.beam.examples.WindowedWordCountIT.testWindowedWordCountInStreamingStaticSharding fails in SparkRunner with error Failed to read from sharded output
- org.apache.beam.examples.cookbook.BigQueryTornadoesIT.testE2eBigQueryTornadoesWithStorageApiUsingQuery fails in FlinkRunner with Error deleting table, Not found: Dataset
Attachments
Issue Links
- is related to
-
BEAM-12572 All beam examples should get continuously exercised
- Open