Skip to content

Conversation

@mariodimitrovv
Copy link
Contributor

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.)

Signed-off-by: Mario Dimitrov <mario.dimitrov@limechain.tech>
…parallel tests

Signed-off-by: Mario Dimitrov <mario.dimitrov@limechain.tech>
Signed-off-by: Mario Dimitrov <mario.dimitrov@limechain.tech>
@lfdt-bot
Copy link
Contributor

lfdt-bot commented Nov 6, 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 November 6, 2025 14:30
@mariodimitrovv mariodimitrovv requested review from a team as code owners November 6, 2025 14:30
@codecov
Copy link

codecov bot commented Nov 6, 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.

Signed-off-by: Mario Dimitrov <mario.dimitrov@limechain.tech>
ivaylonikolov7
ivaylonikolov7 previously approved these changes Nov 12, 2025
Signed-off-by: Mario Dimitrov <mario.dimitrov@limechain.tech>
Signed-off-by: Mario Dimitrov <mario.dimitrov@limechain.tech>
…nto feat/add-concurrent-test-execution-sdk
@mariodimitrovv mariodimitrovv merged commit fa4a7e6 into main Nov 14, 2025
18 of 19 checks passed
@mariodimitrovv mariodimitrovv deleted the feat/add-concurrent-test-execution-sdk branch November 14, 2025 14:22
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

5 participants