test(cache): reduce goroutines for race detector stability #637

Merged
argoyle merged 1 commits from test/cache-reduce-goroutines-stability into main 2025-11-21 10:19:29 +00:00
argoyle commented 2025-11-21 10:06:49 +00:00 (Migrated from gitlab.com)

Decrease the number of goroutines in concurrent read and write tests to
minimize race conditions during testing. This ensures more reliable
test results and makes it easier to identify concurrency issues.

Decrease the number of goroutines in concurrent read and write tests to minimize race conditions during testing. This ensures more reliable test results and makes it easier to identify concurrency issues.
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-11-21 10:07:00 +00:00
argoyle commented 2025-11-21 10:16:14 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests.
Project coverage is 15.39%. Comparing base (5dc5043) to head (6404f7a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #633   +/-   ##
=======================================
  Coverage   15.39%   15.39%           
=======================================
  Files          45       45           
  Lines        2417     2417           
=======================================
  Hits          372      372           
  Misses       2036     2036           
  Partials        9        9           

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.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/633?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 15.39%. Comparing base ([`5dc5043`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/5dc5043d46a6abf853ddb0c1bde2f09d988e27b7?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)) to head ([`6404f7a`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/6404f7a4975767379383c222767abac487033701?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #633 +/- ## ======================================= Coverage 15.39% 15.39% ======================================= Files 45 45 Lines 2417 2417 ======================================= Hits 372 372 Misses 2036 2036 Partials 9 9 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/633?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle (Migrated from gitlab.com) merged commit 9cd8218eb4 into main 2025-11-21 10:19:29 +00:00
argoyle commented 2025-11-21 10:19:30 +00:00 (Migrated from gitlab.com)

mentioned in commit 9cd8218eb4

mentioned in commit 9cd8218eb43791e333ad257f54a186f2d45ebbfc
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#637