-
Notifications
You must be signed in to change notification settings - Fork 143
Fix TieredIndexIT, Scoped resource access change was missed #1156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TieredIndexIT, Scoped resource access change was missed #1156
Conversation
…as missed for tieredIndex tests
|
|
||
| @Before | ||
| public void setup() { | ||
| assumeTrue("not supported on " + System.getProperty("os.name"), isLinuxAmd64()); |
There was a problem hiding this comment.
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.
mayya-sharipova
left a comment
There was a problem hiding this 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.
|
/ok to test a515fdf |
|
Good catch, here. LGTM, pending CI. |
|
/ok to test 369597d |
|
/merge |
bade5ee
into
rapidsai:branch-25.08
…#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
…#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
#1089 Scoped Resource access changes were missed in the TieredIndex test causing them to fail.