bnd
bnd copied to clipboard
Test on Windows Build got flaky with -runstartlevel", "order=leastdependenciesfirst"
The test biz.aQute.resolve.RunResolutionTest.testStartLevelDecoration(SoftAssertions) was flaky with -runstartlevel", "order=leastdependenciesfirst" before https://github.com/bndtools/bnd/pull/6629 and started a few days before this PR.
It is a bit of a mystery why it suddenly failed. It also did not always fail. For example this dependabot PR https://github.com/bndtools/bnd/actions/runs/15597113542 build successfully on the 4th try.
Note: In current master this test does NOT fail.
So to reproduce the problem you have to:
- roll back https://github.com/bndtools/bnd/pull/6629
- initiate a Windows Build on Github CI (or maybe in a local windows... JDK 17... I don't have one)
So the purpose of this issue is to find out if there is a deeper root cause.