Skip to content

[test optimization] Fix TIA in parallel mocha #7773

Merged
juan-fernandez merged 3 commits intomasterfrom
juan-fernandez/mocha-parallel-itr-suite-skipping
Mar 16, 2026
Merged

[test optimization] Fix TIA in parallel mocha #7773
juan-fernandez merged 3 commits intomasterfrom
juan-fernandez/mocha-parallel-itr-suite-skipping

Conversation

@juan-fernandez
Copy link
Copy Markdown
Collaborator

@juan-fernandez juan-fernandez commented Mar 13, 2026

What does this PR do?

Enables ITR suite skipping in Mocha's parallel mode by filtering the file list before dispatching to workers.

Motivation

Suite skipping was the last feature gated off for parallel mode. The remote config was already available before workers start (via getExecutionConfiguration in the ParallelBufferedRunner.run hook), but the serial-mode skipping mechanism — mutating runner.suite.suites — doesn't apply in parallel mode because suites aren't loaded in the main process.

Additional Notes

  • In parallel mode, suites are skipped by filtering the files array before calling run.apply, rather than removing loaded suites from runner.suite.suites.
  • skippedSuites is populated before run.apply so the itr:skipped-suites channel emits proper skip spans for filtered files on the start event.
  • unskippableSuites is populated from files before config is fetched, matching the serial mode pattern.
  • Removed the !isParallel && gate on isSuitesSkippingEnabled and the !isParallel guard on itrSkippedSuitesCh.publish.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 13, 2026

Overall package size

Self size: 4.98 MB
Deduped: 5.82 MB
No deduping: 5.82 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Mar 13, 2026

Benchmarks

Benchmark execution time: 2026-03-16 12:42:58

Comparing candidate commit 5ace8b3 in PR branch juan-fernandez/mocha-parallel-itr-suite-skipping with baseline commit b83b0c9 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 228 metrics, 32 unstable metrics.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2026

Codecov Report

❌ Patch coverage is 5.00000% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.30%. Comparing base (b83b0c9) to head (5ace8b3).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ackages/datadog-instrumentations/src/mocha/main.js 0.00% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7773      +/-   ##
==========================================
- Coverage   80.34%   80.30%   -0.05%     
==========================================
  Files         743      743              
  Lines       32296    32312      +16     
==========================================
- Hits        25948    25947       -1     
- Misses       6348     6365      +17     
Flag Coverage Δ
aiguard-macos 39.06% <ø> (-0.10%) ⬇️
aiguard-ubuntu 39.18% <ø> (-0.10%) ⬇️
aiguard-windows 38.91% <ø> (-0.10%) ⬇️
apm-capabilities-tracing-macos 48.94% <100.00%> (ø)
apm-capabilities-tracing-ubuntu 48.98% <100.00%> (ø)
apm-capabilities-tracing-windows 48.71% <100.00%> (ø)
apm-integrations-child-process 38.37% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-18 37.14% <ø> (-0.24%) ⬇️
apm-integrations-couchbase-eol 37.75% <ø> (+0.04%) ⬆️
apm-integrations-oracledb 37.59% <ø> (-0.10%) ⬇️
appsec-express 55.16% <ø> (-0.08%) ⬇️
appsec-fastify 51.51% <ø> (-0.07%) ⬇️
appsec-graphql 51.71% <ø> (-0.08%) ⬇️
appsec-kafka 44.24% <ø> (-0.08%) ⬇️
appsec-ldapjs 43.90% <ø> (-0.08%) ⬇️
appsec-lodash 43.56% <ø> (-0.08%) ⬇️
appsec-macos 58.11% <5.00%> (-0.13%) ⬇️
appsec-mongodb-core 48.68% <ø> (-0.08%) ⬇️
appsec-mongoose 49.33% <ø> (-0.09%) ⬇️
appsec-mysql 50.78% <ø> (-0.07%) ⬇️
appsec-node-serialize 43.08% <ø> (-0.08%) ⬇️
appsec-passport 47.52% <ø> (-0.09%) ⬇️
appsec-postgres 50.52% <ø> (-0.05%) ⬇️
appsec-sourcing 42.49% <ø> (-0.08%) ⬇️
appsec-template 43.25% <ø> (-0.08%) ⬇️
appsec-ubuntu 58.18% <5.00%> (-0.13%) ⬇️
appsec-windows 57.97% <5.00%> (-0.13%) ⬇️
instrumentations-instrumentation-bluebird 32.24% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-body-parser 40.39% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-child_process 37.68% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-cookie-parser 34.22% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express 34.54% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express-mongo-sanitize 34.35% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express-session 40.02% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-fs 31.86% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-generic-pool 29.53% <5.00%> (-0.11%) ⬇️
instrumentations-instrumentation-http 39.66% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-knex 32.24% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-mongoose 33.37% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-multer 40.14% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-mysql2 38.14% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-passport 43.95% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-http 43.61% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-local 44.15% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-pg 37.58% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise 32.17% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise-js 32.18% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-q 32.22% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-url 32.14% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-when 32.19% <ø> (-0.10%) ⬇️
llmobs-ai 42.13% <ø> (-0.09%) ⬇️
llmobs-anthropic 40.16% <ø> (-0.09%) ⬇️
llmobs-bedrock 39.11% <ø> (-0.08%) ⬇️
llmobs-google-genai 39.66% <ø> (-0.22%) ⬇️
llmobs-langchain 40.00% <ø> (+0.03%) ⬆️
llmobs-openai 43.84% <ø> (-0.09%) ⬇️
llmobs-vertex-ai 39.91% <ø> (-0.02%) ⬇️
platform-core 31.47% <ø> (ø)
platform-esbuild 34.42% <ø> (ø)
platform-instrumentations-misc 48.35% <ø> (ø)
platform-shimmer 37.56% <ø> (ø)
platform-unit-guardrails 32.89% <ø> (ø)
plugins-azure-durable-functions 25.62% <ø> (ø)
plugins-azure-event-hubs 25.79% <ø> (ø)
plugins-azure-service-bus 25.15% <ø> (ø)
plugins-bullmq 44.04% <ø> (-0.10%) ⬇️
plugins-cassandra 37.77% <ø> (+0.04%) ⬆️
plugins-cookie 26.84% <ø> (ø)
plugins-cookie-parser 26.63% <ø> (ø)
plugins-crypto 26.73% <ø> (ø)
plugins-dd-trace-api 38.20% <ø> (-0.10%) ⬇️
plugins-express-mongo-sanitize 26.78% <ø> (ø)
plugins-express-session 26.59% <ø> (ø)
plugins-fastify 42.10% <ø> (-0.09%) ⬇️
plugins-fetch 38.19% <ø> (-0.26%) ⬇️
plugins-fs 38.47% <ø> (-0.10%) ⬇️
plugins-generic-pool 25.83% <ø> (ø)
plugins-google-cloud-pubsub 45.31% <ø> (-0.09%) ⬇️
plugins-grpc 40.78% <ø> (-0.09%) ⬇️
plugins-handlebars 26.82% <ø> (ø)
plugins-hapi 40.02% <ø> (-0.10%) ⬇️
plugins-hono 40.28% <ø> (-0.10%) ⬇️
plugins-ioredis 38.28% <ø> (-0.10%) ⬇️
plugins-knex 26.46% <ø> (ø)
plugins-ldapjs 24.32% <ø> (ø)
plugins-light-my-request 26.19% <ø> (ø)
plugins-limitd-client 32.52% <ø> (-0.10%) ⬇️
plugins-lodash 25.92% <ø> (ø)
plugins-mariadb 39.32% <ø> (-0.10%) ⬇️
plugins-memcached 38.00% <ø> (-0.10%) ⬇️
plugins-microgateway-core 39.08% <ø> (-0.10%) ⬇️
plugins-moleculer 40.37% <ø> (-0.09%) ⬇️
plugins-mongodb 39.02% <ø> (-0.10%) ⬇️
plugins-mongodb-core 38.85% <ø> (-0.10%) ⬇️
plugins-mongoose 38.71% <ø> (-0.10%) ⬇️
plugins-multer 26.59% <ø> (ø)
plugins-mysql 39.01% <ø> (-0.10%) ⬇️
plugins-mysql2 39.11% <ø> (-0.10%) ⬇️
plugins-node-serialize 26.89% <ø> (ø)
plugins-opensearch 37.46% <ø> (-0.10%) ⬇️
plugins-passport-http 26.64% <ø> (ø)
plugins-postgres 35.45% <5.00%> (-0.13%) ⬇️
plugins-process 26.73% <ø> (ø)
plugins-pug 26.84% <ø> (ø)
plugins-redis 38.74% <ø> (-0.10%) ⬇️
plugins-router 42.83% <ø> (-0.10%) ⬇️
plugins-sequelize 25.43% <ø> (ø)
plugins-test-and-upstream-amqp10 38.35% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-amqplib 43.73% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-apollo 38.98% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-avsc 38.53% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-bunyan 33.78% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-connect 40.68% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-graphql 39.97% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-koa 40.40% <ø> (+0.04%) ⬆️
plugins-test-and-upstream-protobufjs 38.75% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-rhea 43.93% <ø> (-0.07%) ⬇️
plugins-undici 38.97% <ø> (-0.09%) ⬇️
plugins-url 26.73% <ø> (ø)
plugins-valkey 37.94% <ø> (-0.10%) ⬇️
plugins-vm 26.73% <ø> (ø)
plugins-winston 34.11% <ø> (+0.04%) ⬆️
plugins-ws 41.73% <ø> (-0.10%) ⬇️
profiling-macos 39.77% <ø> (-0.10%) ⬇️
profiling-ubuntu 39.90% <ø> (-0.10%) ⬇️
profiling-windows 41.48% <ø> (+0.30%) ⬆️
serverless-azure-functions-client 25.50% <ø> (ø)
serverless-azure-functions-eventhubs 25.50% <ø> (?)
serverless-azure-functions-servicebus 25.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@datadog-prod-us1-6

This comment has been minimized.

@juan-fernandez juan-fernandez force-pushed the juan-fernandez/mocha-parallel-atr-and-atf branch from 6ad2e8a to 7d0fe01 Compare March 13, 2026 15:57
@juan-fernandez juan-fernandez force-pushed the juan-fernandez/mocha-parallel-itr-suite-skipping branch from 95d02d7 to d723325 Compare March 13, 2026 16:01
@juan-fernandez juan-fernandez marked this pull request as ready for review March 13, 2026 16:02
@juan-fernandez juan-fernandez requested a review from a team as a code owner March 13, 2026 16:02
@juan-fernandez juan-fernandez force-pushed the juan-fernandez/mocha-parallel-itr-suite-skipping branch from d723325 to 449748c Compare March 16, 2026 11:28
Base automatically changed from juan-fernandez/mocha-parallel-atr-and-atf to master March 16, 2026 12:29
juan-fernandez and others added 3 commits March 16, 2026 13:34
Filter files in ParallelBufferedRunner.run before dispatching to workers,
instead of mutating runner.suite.suites (which is empty in parallel mode).
Populate skippedSuites so the itr:skipped-suites channel emits proper
skip spans for filtered files.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Now that ITR suite skipping works in parallel mode, remove the
capability gate so the backend knows Mocha supports TIA in parallel.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
All capabilities are now identical between serial and parallel mode,
so remove the isParallel branching from the capabilities assertions.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@juan-fernandez juan-fernandez force-pushed the juan-fernandez/mocha-parallel-itr-suite-skipping branch from 449748c to 5ace8b3 Compare March 16, 2026 12:35
@juan-fernandez juan-fernandez merged commit 86db239 into master Mar 16, 2026
1062 of 1064 checks passed
@juan-fernandez juan-fernandez deleted the juan-fernandez/mocha-parallel-itr-suite-skipping branch March 16, 2026 14:42
@dd-octo-sts dd-octo-sts bot mentioned this pull request Mar 17, 2026
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.

2 participants