-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
bugSomething isn't workingSomething isn't working
Description
CagraRandomizedIT.testResultsTopKWithRandomValues
is failing with seed D5CB55DBD1FD6C0
To reproduce, simply run
mvn clean integration-test -Dit.test=com.nvidia.cuvs.CagraRandomizedIT#testResultsTopKWithRandomValues -Dtests.seed=D5CB55DBD1FD6C0
in cuvs/java/cuvs-java
.
EDIT: I was able to reproduce the failure with this seed in the command line, now I cannot do that anymore. So strange :(
Fixing the seed on the test works (as in, it still fails) though:
@RunWith(RandomizedRunner.class)
@Seed("D5CB55DBD1FD6C0")
public class CagraRandomizedIT extends CuVSTestCase
Second EDIT: it's actually -Dtests.seed=D5CB55DBD1FD6C0
mythrocks
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo