Skip to content

4.x: Try to fix parallel testng failures#8067

Merged
akarnokd merged 4 commits intoReactiveX:4.xfrom
akarnokd:FixParallelTestNGFailures
Mar 25, 2026
Merged

4.x: Try to fix parallel testng failures#8067
akarnokd merged 4 commits intoReactiveX:4.xfrom
akarnokd:FixParallelTestNGFailures

Conversation

@akarnokd
Copy link
Member

Sometimes they fail locally with a timeout on subscribe() which I don't understand as we don't delay subscribe, especially not for 50ms.

Resolves #8036

@github-actions
Copy link

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.995 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

.github/workflows/gradle_pr.yml: 4.928
.github/workflows/gradle_snapshot.yml: 5.051
build.gradle: 5.005

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@github-actions
Copy link

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.995 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

.github/workflows/gradle_pr.yml: 4.928
.github/workflows/gradle_snapshot.yml: 5.051
build.gradle: 5.005

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@akarnokd akarnokd self-assigned this Mar 25, 2026
@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (4.x@4151bfa). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             4.x    #8067   +/-   ##
======================================
  Coverage       ?   99.28%           
  Complexity     ?     6829           
======================================
  Files          ?      764           
  Lines          ?    48246           
  Branches       ?     6470           
======================================
  Hits           ?    47903           
  Misses         ?      211           
  Partials       ?      132           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akarnokd akarnokd merged commit 1c38e20 into ReactiveX:4.x Mar 25, 2026
5 checks passed
@akarnokd akarnokd deleted the FixParallelTestNGFailures branch March 25, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TCK can't run in parallel because of a Java common pool bug/feature

1 participant