Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix golang test name and add more logging and error checking.#1471

Merged
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
maxwbuckley:fix_go_test
Oct 28, 2025
Merged

Fix golang test name and add more logging and error checking.#1471
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
maxwbuckley:fix_go_test

Conversation

@maxwbuckley
Copy link
Contributor

The golang brute_force_test is wrongly named. This pull request fixes it. It was forked from the Cagra test and the name was likely never updated.

Also returning and checking some more of the errors and giving more useful error messages

@copy-pr-bot
Copy link

copy-pr-bot bot commented Oct 28, 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.

@cjnolet cjnolet added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Oct 28, 2025
@cjnolet
Copy link
Member

cjnolet commented Oct 28, 2025

/ok to test 584d6ee

queries, err := cuvs.NewTensor(testDataset[:nQueries])
if err != nil {
t.Fatalf("error creating queries tensor: %v", err)
}
Copy link
Member

Choose a reason for hiding this comment

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

thanks for adding the error checking here -

@benfred
Copy link
Member

benfred commented Oct 28, 2025

/merge

@rapids-bot rapids-bot bot merged commit c2593c6 into rapidsai:main Oct 28, 2025
134 of 136 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Development

Successfully merging this pull request may close these issues.

3 participants

Comments