Skip to content

Conversation

@ldematte
Copy link
Contributor

This PR adds some lines to the Java specific readme, explaining how to run a single test/a single test suite (useful in case of debugging or error reproduction).

@copy-pr-bot
Copy link

copy-pr-bot bot commented Jun 11, 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.

Comment on lines +32 to +33
Be sure to set (manually, if needed) your `LD_LIBRARY_PATH` to include the directory with the appropriate (matching)
version of `libcuvs.so`.
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@mythrocks mythrocks added doc Improvements or additions to documentation improvement Improves an existing functionality non-breaking Introduces a non-breaking change and removed improvement Improves an existing functionality labels Jun 11, 2025
@cjnolet
Copy link
Member

cjnolet commented Jun 11, 2025

/ok to test e975d85

@cjnolet
Copy link
Member

cjnolet commented Jun 12, 2025

/ok to test 31c1fe7

@cjnolet
Copy link
Member

cjnolet commented Jun 12, 2025

/ok to test 565b719

@cjnolet
Copy link
Member

cjnolet commented Jun 12, 2025

/merge

@rapids-bot rapids-bot bot merged commit d0d9c15 into rapidsai:branch-25.08 Jun 12, 2025
53 checks passed
bkarsin pushed a commit to bkarsin/cuvs that referenced this pull request Jun 19, 2025
…#1004)

This PR adds some lines to the Java specific readme, explaining how to run a single test/a single test suite (useful in case of debugging or error reproduction).

Authors:
  - Lorenzo Dematté (https://github.com/ldematte)
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - MithunR (https://github.com/mythrocks)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#1004
mythrocks added a commit to mythrocks/cuvs that referenced this pull request Jul 3, 2025
This is a minor correction to the instructions for running Java tests.

The instructions as updated in
rapidsai#1004 indicates the following:
```
mvn verify -Dintegration-test=com.nvidia.cuvs.CagraBuildAndSearchIT
```

Per the documentation for the
[`failsafe`](https://maven.apache.org/surefire/maven-failsafe-plugin/examples/single-test.html),
plugin, this commit changes this to the following:
```
mvn verify -Dit.test=com.nvidia.cuvs.CagraBuildAndSearchIT
```
mythrocks added a commit to mythrocks/cuvs that referenced this pull request Jul 3, 2025
This is a minor correction to the instructions for running Java tests.

The instructions as updated in
rapidsai#1004 indicates the following:
```
mvn verify -Dintegration-test=com.nvidia.cuvs.CagraBuildAndSearchIT
```

Per the documentation for the
[`failsafe`](https://maven.apache.org/surefire/maven-failsafe-plugin/examples/single-test.html),
plugin, this commit changes this to the following:
```
mvn verify -Dit.test=com.nvidia.cuvs.CagraBuildAndSearchIT
```
rapids-bot bot pushed a commit that referenced this pull request Jul 4, 2025
This is a minor correction to the instructions for running Java tests.

The instructions as updated in #1004 indicates the following:
```
mvn verify -Dintegration-test=com.nvidia.cuvs.CagraBuildAndSearchIT
```

Per the documentation for the [`failsafe`](https://maven.apache.org/surefire/maven-failsafe-plugin/examples/single-test.html), plugin, this commit changes this to the following:
```
mvn verify -Dit.test=com.nvidia.cuvs.CagraBuildAndSearchIT
```

Authors:
  - MithunR (https://github.com/mythrocks)

Approvers:
  - Ben Frederickson (https://github.com/benfred)

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

Labels

doc Improvements or additions to documentation non-breaking Introduces a non-breaking change

Development

Successfully merging this pull request may close these issues.

3 participants