I ran build and tests for the release candidate 1....
# random
s
I ran build and tests for the release candidate 1.18 branch on azure pipelines but it's failing the testGatedRateLimiter test in connector/datagen The expected size should be 8 (Parallelism=4 * capacityPerSubtask=2) but it has size 6 I haven't been able to isolate the reason yet. Just wanted to ask if this was expected due to some earlier changes that I might not have followed, or something else I might be missing here?
m
We also run CI on Azure. But private CI runs have less resources then the Flink CI machines
s
It's a public project, I applied through Azure's request form and got the parallel jobs resources from Azure for free (after reading the flink wiki for azure ci/cd setup). Is that still not enough? Also why would that lead to a test failing (6 instead of expected value 8)
Okay I ran build using the flink machines (flink-ci/flink-mirror) and the build and tests were successful, but build failed on my account's pipeline.
So I suppose it is a resource problem.
m
Most likely.