Skip to content

Conversation

@punAhuja
Copy link
Contributor

@punAhuja punAhuja commented Jul 23, 2025

#1089 Scoped Resource access changes were missed in the TieredIndex test causing them to fail.

  • Using CheckedCuVSResources.create() now
  • Skip TieredIndex tests if CuVS native support is unavailable

@copy-pr-bot
Copy link

copy-pr-bot bot commented Jul 23, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@punAhuja punAhuja changed the title Fix breakage caused by #1089; Scoped resource access change was missed Fix TieredIndexIT, Scoped resource access change was missed Jul 23, 2025

@Before
public void setup() {
assumeTrue("not supported on " + System.getProperty("os.name"), isLinuxAmd64());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is good for now, as it conforms with other Tests. But may be later we can get a stronger assumption that CuVSResources themselves could be created, and if not skip the test.

Copy link

@mayya-sharipova mayya-sharipova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@punAhuja Thanks for a quick fix.

@cjnolet cjnolet added bug Something isn't working improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jul 23, 2025
@mythrocks mythrocks removed the improvement Improves an existing functionality label Jul 23, 2025
@mythrocks
Copy link
Contributor

/ok to test a515fdf

@mythrocks
Copy link
Contributor

Good catch, here. LGTM, pending CI.

@mythrocks
Copy link
Contributor

/ok to test 369597d

mythrocks

This comment was marked as duplicate.

@mythrocks
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit bade5ee into rapidsai:branch-25.08 Jul 25, 2025
100 of 102 checks passed
lowener pushed a commit to lowener/cuvs that referenced this pull request Aug 11, 2025
…#1156)

rapidsai#1089 Scoped Resource access changes were missed in the TieredIndex test causing them to fail.
 - Using CheckedCuVSResources.create() now
 - Skip TieredIndex tests if CuVS native support is unavailable

Authors:
  - Puneet Ahuja (https://github.com/punAhuja)

Approvers:
  - Mayya Sharipova (https://github.com/mayya-sharipova)
  - MithunR (https://github.com/mythrocks)

URL: rapidsai#1156
enp1s0 pushed a commit to enp1s0/cuvs that referenced this pull request Aug 22, 2025
…#1156)

rapidsai#1089 Scoped Resource access changes were missed in the TieredIndex test causing them to fail.
 - Using CheckedCuVSResources.create() now
 - Skip TieredIndex tests if CuVS native support is unavailable

Authors:
  - Puneet Ahuja (https://github.com/punAhuja)

Approvers:
  - Mayya Sharipova (https://github.com/mayya-sharipova)
  - MithunR (https://github.com/mythrocks)

URL: rapidsai#1156
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Development

Successfully merging this pull request may close these issues.

4 participants