Skip to content

Move FakeSameThreadExecutorService into core textFixtures#3536

Merged
ambushwork merged 1 commit into
developfrom
yl/move-fake-same-thread-executor-service
Jun 15, 2026
Merged

Move FakeSameThreadExecutorService into core textFixtures#3536
ambushwork merged 1 commit into
developfrom
yl/move-fake-same-thread-executor-service

Conversation

@ambushwork

Copy link
Copy Markdown
Member

What does this PR do?

FakeSameThreadExecutorService can be reused across all the module to fake an ExecutorService to run the task on the same thread, this PRs move the class to core/textFixtures for the purpose.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@datadog-prod-us1-5

This comment has been minimized.

@ambushwork
ambushwork force-pushed the yl/move-fake-same-thread-executor-service branch from c5f2d3d to d37baeb Compare June 12, 2026 08:50
@ambushwork
ambushwork marked this pull request as ready for review June 12, 2026 09:39
@ambushwork
ambushwork requested review from a team as code owners June 12, 2026 09:39
@ambushwork
ambushwork force-pushed the yl/move-fake-same-thread-executor-service branch from d37baeb to 535c2ae Compare June 12, 2026 12:07
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.25%. Comparing base (453d040) to head (535c2ae).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3536      +/-   ##
===========================================
+ Coverage    72.21%   72.25%   +0.03%     
===========================================
  Files          966      966              
  Lines        35654    35652       -2     
  Branches      5951     5952       +1     
===========================================
+ Hits         25747    25758      +11     
- Misses        8275     8281       +6     
+ Partials      1632     1613      -19     

see 35 files with indirect coverage changes

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

@ambushwork
ambushwork merged commit df0aa1a into develop Jun 15, 2026
27 checks passed
@ambushwork
ambushwork deleted the yl/move-fake-same-thread-executor-service branch June 15, 2026 07:44
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.

4 participants