Skip to content

Forward-merge release/26.04 into main#1929

Merged
GPUtester merged 1 commit into
mainfrom
release/26.04
Mar 18, 2026
Merged

Forward-merge release/26.04 into main#1929
GPUtester merged 1 commit into
mainfrom
release/26.04

Conversation

@rapids-bot

@rapids-bot rapids-bot Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Forward-merge triggered by push to release/26.04 that creates a PR to keep main up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

This PR attempts to fix the hanging pytest issues we are seeing in CI.
From my investigations there are two issues.

One is the `test_cagra_ace_tiny_memory_limit_triggers_disk_mode` and `test_hnsw_ace_tiny_memory_limit_triggers_disk_mode` tests which I have seen locally to hang. ~~At the moment, I am skipping these pytests in CI.~~
**Update**: After testing here 20 times https://github.com/rapidsai/cuvs/actions/runs/23182916436?pr=1893, I don't think we need to skip these tests.

Second is a memory out of bounds error in `device_matrix_view_from_host` , first revealed by compute-sanitizer. This is likely a HMM issue. I have added more specific checks in the constructor so a copy is used when necessary.

See this CI run from my test PR where I run 10 times to ensure that CI works with these fixes.
https://github.com/rapidsai/cuvs/actions/runs/23131230353
I also reran CI on that test PR again. So all the pytests were run 20 times.

Authors:
  - Anupam (https://github.com/aamijar)

Approvers:
  - Tarang Jain (https://github.com/tarang-jain)

URL: #1924
@rapids-bot rapids-bot Bot requested a review from a team as a code owner March 18, 2026 02:17
@GPUtester GPUtester merged commit 74681b5 into main Mar 18, 2026
@rapids-bot

rapids-bot Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor Author

SUCCESS - forward-merge complete.

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.

2 participants