Conversation
2 tasks
Contributor
Scan-Build Report
Bug Summary
Reports
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This comment has been minimized.
This comment has been minimized.
Contributor
CI Test ResultsRun: #35313361238 | Commit:
Status Overview
Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled Summary: Total: 32 | Passed: 32 | Failed: 0 Updated: 2026-09-18 06:23:53 UTC |
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
from
September 17, 2026 19:08
1916216 to
9ede839
Compare
Contributor
jbachorik
added this pull request to stack #803
September 17, 2026 20:02
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
from
September 17, 2026 20:05
9ede839 to
9fc9b0a
Compare
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
from
September 17, 2026 20:19
9fc9b0a to
1fad8a3
Compare
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
from
September 17, 2026 20:20
1fad8a3 to
4386c2b
Compare
2 tasks
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
from
September 17, 2026 21:01
4386c2b to
d64a518
Compare
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
from
September 17, 2026 21:33
d64a518 to
4cd8612
Compare
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
2 times, most recently
from
September 18, 2026 05:52
19e586c to
aedf5bf
Compare
End-to-end leak scenarios (thread-local, static-field, correlation, external process), the search-gate tests, JFR parser tests, test seams, and the shared test-base adjustments they need.
jbachorik
force-pushed
the
jb/rc-6-java-tests
branch
from
September 18, 2026 06:04
aedf5bf to
cec993f
Compare
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.
What does this PR do?:
Adds the Java integration tests for reference chains: end-to-end leak scenarios (thread-local leaks incl. late-thread, static-field-rooted leaks), leak-tag correlation across JFR round-trips, external-process launches, the search-gate behavior (incl. the urgent-OOM bypass, asserted through the BFS thread to avoid the one-shot-urgency race), reference-chain JFR parser tests, the test seams, and the small shared test-base adjustments they need.
Motivation:
Integration-test layer for PROF-15341, stacked on the engine and JFR layers.
Additional Notes:
Stacked on #799. 4 pre-existing macOS test failures (
NativeThreadTest,DynamicNativeThread,ThreadEntryDetectionTest,VtableReceiverFrameTest) are unrelated and reproduce on a clean tree.How to test the change?:
./gradlew testDebugfor the fast suites;ReferenceChainTrackingTest,ThreadLocalLeakReferenceChainTest,LeakTagCorrelationReferenceChainTest,ExternalProcessReferenceChainTestare@Tag("slow")and run undertestSlowDebug.For Datadog employees: