test(cuda.bindings): restore thread_unsafe marker for cuFile stats level - #2812
Open
rwgk wants to merge 2 commits into
Open
test(cuda.bindings): restore thread_unsafe marker for cuFile stats level#2812rwgk wants to merge 2 commits into
rwgk wants to merge 2 commits into
Conversation
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
Author
|
/ok to test f77b79f |
|
Contributor
Author
|
/ok to test aac6277 |
rwgk
marked this pull request as ready for review
September 11, 2026 07:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Restore
@pytest.mark.thread_unsafe(reason="cuFile stats level is process-global")ontest_set_stats_level.#2782 added the marker because cuFile's stats level is process-global, but it was unintentionally dropped while reconciling the 13.4.x release branch into
mainin #2789. Without it, this test can race with other cuFile stats tests under parallel execution.This restores the exact marker from #2782; no production code changes.
To keep CI viable while #2809 is awaiting merge, this branch also cherry-picks its exact cuTENSOR 2.8 test fix. Once #2809 lands, updating this branch from
mainwill absorb those changes.Testing
Checklist