Skip to content

Store already logged seeds to avoid logging them multiple times#5656

Draft
sormuras wants to merge 3 commits intomainfrom
sormuras/4647-tune-custom-seed-logging
Draft

Store already logged seeds to avoid logging them multiple times#5656
sormuras wants to merge 3 commits intomainfrom
sormuras/4647-tune-custom-seed-logging

Conversation

@sormuras
Copy link
Copy Markdown
Member

@sormuras sormuras commented May 5, 2026

work in progress...

Closes #4647


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

sormuras added 3 commits May 5, 2026 10:37
Signed-off-by: Christian Stein <sormuras@gmail.com>
Signed-off-by: Christian Stein <sormuras@gmail.com>
Signed-off-by: Christian Stein <sormuras@gmail.com>
@testlens-app
Copy link
Copy Markdown

testlens-app Bot commented May 5, 2026

✅ All tests passed ✅

⚠️ TestLens detected flakiness ⚠️

Test Summary

Check Project/Task Test Runs
CI / Windows :platform-tooling-support-tests:test ModularCompilationTests > compileAllJUnitModules(Path, OutputFiles) ⚠️

🏷️ Commit: 4ad0ff7
▶️ Tests: 36943 executed
⚪️ Checks: 15/15 completed

Test Failure

ModularCompilationTests > compileAllJUnitModules(Path, OutputFiles) (:platform-tooling-support-tests:test in CI / Windows)
java.util.concurrent.TimeoutException: compileAllJUnitModules(java.nio.file.Path, org.junit.platform.tests.process.OutputFiles) timed out after 3 minutes
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
	at java.base/java.lang.Thread.run(Thread.java:1474)
	Suppressed: java.lang.InterruptedException
		at java.base/java.lang.ProcessImpl.waitFor(ProcessImpl.java:560)
		at org.junit.platform.tests.process.WatchedProcess.waitFor(WatchedProcess.java:34)
		at org.junit.platform.tests.process.ProcessStarter.startAndWait(ProcessStarter.java:77)
		at platform.tooling.support.tests.ModularCompilationTests.compileAllJUnitModules(ModularCompilationTests.java:62)

Learn more about TestLens at testlens.app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ClassOrderer.Random and MethodOrderer.Random should only log the custom seed once

1 participant