Skip to content

Reproduce with should include -Dtests.iters=N [LUCENE-6194] #7256

@asfimport

Description

@asfimport

I was playing with the patch on #7128, and hit a test failure, but then the "Reproduce with: " failed to reproduce, which threw me for a bit of a loop, until I realized it was missing the -Dtests.iters=N.

To see this, apply the patch on #7128 to trunk and then run this:

ant test  -Dtestcase=TestPriorityQueue -Dtests.method=testRemovalsAndInsertions* -Dtests.seed=2576D26D551748E5 -Dtests.slow=true -Dtests.linedocsfile=/lucenedata/hudson.enwiki.random.lines.txt -Dtests.locale=ru_RU -Dtests.timezone=Europe/Paris -Dtests.asserts=true -Dtests.file.encoding=UTF-8 -Dtests.iters=10

(or just insert a random test failure into e.g. TestDemo or something).

It should fail, but the "Reproduce with: ..." line does not include -Dtests.iters=10. I think it should?


Migrated from LUCENE-6194 by Michael McCandless (@mikemccand), updated Jan 23 2015

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions