java-docs-samples icon indicating copy to clipboard operation
java-docs-samples copied to clipboard

bigtable/beam test(s) are failing

Open minherz opened this issue 1 year ago • 0 comments

Description

After the dependency upgrades in #9234 one or more tests under bigtable/beam/workload-generator fail in Java 11 (sponge) and Java 17 (sponge).

Based on the errors it looks like the failing test is bigtable.WorkloadGeneratorTest.testDeployedPipeline and it fails because the missing object gs://cloud-bigtable-dataflow-templates/generate-workload.json

Remove Ignore attribute from the tests after fixing the issue.

minherz avatar Feb 20 '24 02:02 minherz