-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Assignees
@minherz
Description
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 error log the following tests have problems:
| Test | Reason |
|---|---|
| createClusterTest | Test cluster wasn't provisioned |
| instanstiateInlineWorkflowTest | fail on assert |
| submitHadoopFsJobTest | bad cleanup process resulted in quota problem: Insufficient 'DISKS_TOTAL_GB' quota. Requested 3000.0, available 2450.0 |
| submitJobTest | bad cleanup process resulted in quota problem: Insufficient 'DISKS_TOTAL_GB' quota. Requested 3000.0, available 2450.0 |
| quickstartTest | fail on assert |
| createClusterWithAutoscalingTest | Test cluster wasn't provisioned |