chore: bump async-test-lib 1.9.0 -> 1.9.2 - #69
Merged
Conversation
Keeps the concurrency suite on a released, sha1-verified artifact rather than drifting two patch releases behind. 1.9.1 was never swept downstream, so this picks up both. Verified: ./gradlew --no-daemon test -> 225 tests, 0 failures, 0 errors. ConcurrencySafetyTest ran all 8 @AsyncTest invocations green (4x10, 6x50, 8x100 threads x invocations). The 1.9.2 jars in ~/.m2 were local builds masquerading as the release; they were moved aside and refetched from Maven Central with sha1 verified before this run, so the suite exercised the artifact users actually resolve. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016SGqLgFHUwXXEgR7WfwTJs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Downstream regression sweep for async-test-lib 1.9.2. 1.9.1 was never swept here, so this bump covers both patch releases.
Verified
Async classes that actually ran
se.deversity.skill3.ConcurrencySafetyTest— 8 tests, 0 failures, 0 errors:[AsyncTest] 4 threads x 10 invocations[AsyncTest] 6 threads x 50 invocations[AsyncTest] 8 threads x 100 invocationsThat matches the expected surface for this repo (1 class, 8 methods), so the bump did not silently stop exercising the detectors.
Artifact provenance
The
1.9.2jars cached in~/.m2were local builds masquerading as the release — sha12d65ca7c…locally against35084a6b…on Central forasync-test-lib, and the agent and analysis modules likewise. All three were moved aside and refetched from Maven Central with sha1 verified before this run, so the suite exercised the bytes a user resolves rather than an uncommitted working tree.No source changes were needed. 1.9.2 is a drop-in upgrade for this repo.