Open scottsand-db opened 2 months ago
Another observation of mine: not sure if our hashing is even/fair enough.
The max difference between any two threads in a given shard is 68% (i.e. one thread has 68% more tests assigned to it than the other).
[info] Test group 0 contains 40 tests [info] Test group 1 contains 34 tests [info] Test group 2 contains 33 tests [info] Test group 3 contains 36 tests
[info] Test group 0 contains 24 tests [info] Test group 1 contains 37 tests [info] Test group 2 contains 35 tests [info] Test group 3 contains 28 tests
[info] Test group 0 contains 32 tests [info] Test group 1 contains 19 tests [info] Test group 2 contains 29 tests [info] Test group 3 contains 31 tests
24 minute disparity between first and last
Which Delta project/connector is this regarding?
Description
Adds a test report listener to delta-spark to record test runtimes. This listener logs test runtime metrics and writes metrics to a csv file (per CI shard, per attempt, per jvm, per thread) and uploads it as a test artifact.
We can use the output of this job to learn how to better bucket our slowest + largest tests.
https://github.com/delta-io/delta/actions/runs/11002528077?pr=3694
How was this patch tested?
Locally and GitHub CI.
Does this PR introduce any user-facing changes?
No.