Skip to content

Conversation

@mariodimitrovv
Copy link
Contributor

@mariodimitrovv mariodimitrovv commented Oct 28, 2025

Description:
Implements parallel tests: per-file session IDs are generated and included in every JSON-RPC request, ensuring isolated client/server state during concurrent runs and enabling isolated execution of TCK suites.

Related issue(s):

Fixes #3454

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@lfdt-bot
Copy link
Contributor

lfdt-bot commented Oct 28, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@mariodimitrovv mariodimitrovv marked this pull request as ready for review October 28, 2025 14:20
@mariodimitrovv mariodimitrovv requested review from a team as code owners October 28, 2025 14:20
@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@venilinvasilev venilinvasilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Enable Concurrent Test Execution with Reusable Client Management

4 participants