Skip to content

[BUG] CagraRandomizedIT.testResultsTopKWithRandomValues failing #1387

@ldematte

Description

@ldematte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions