RFR: 8330302: strace004 can still fail
David Holmes
dholmes at openjdk.org
Thu Sep 12 23:24:33 UTC 2024
This is a trivial point fix for the `strace` tests to add in the missing event (super)constructors. These tests have started failing more regularly after the `Thread.sleep` code was recently changed.
The fragility of these tests is well known but I simply want to deal with current failures in our CI. It remains a future RFE to fix these tests so they don't need continual updating like this.
Testing:
- themselves
- tier 5 (which is where we see CI failures most often)
Thanks
-------------
Commit messages:
- 8330302: strace004 can still fail
Changes: https://git.openjdk.org/jdk/pull/20980/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20980&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8330302
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/20980.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20980/head:pull/20980
PR: https://git.openjdk.org/jdk/pull/20980
More information about the serviceability-dev
mailing list