Skip to content

fix(CI): disable client_report_concurrent test on NX platform#1657

Merged
tustanivsky merged 3 commits into
masterfrom
fix/concurrent-client-report-test
Apr 17, 2026
Merged

fix(CI): disable client_report_concurrent test on NX platform#1657
tustanivsky merged 3 commits into
masterfrom
fix/concurrent-client-report-test

Conversation

@tustanivsky

@tustanivsky tustanivsky commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

This PR skips the client_report_concurrent unit test on Nintendo Switch (SENTRY_PLATFORM_NX).

The test spawns 16 threads - 8 discard producers plus 8 flush consumers, which is CPU-intensive on desktop but finishes quickly. On a Switch devkit, 16 threads with no yield saturate the cores long enough for the Nintendo OS watchdog to terminate the process (failing CI run example).

#skip-changelog

@tustanivsky tustanivsky marked this pull request as ready for review April 17, 2026 07:10
Comment thread CHANGELOG.md Outdated
@tustanivsky tustanivsky merged commit a5ac002 into master Apr 17, 2026
59 checks passed
@tustanivsky tustanivsky deleted the fix/concurrent-client-report-test branch April 17, 2026 07:58
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.

3 participants