[ 
https://issues.apache.org/jira/browse/LUCENE-9054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris M. Hostetter updated LUCENE-9054:
---------------------------------------
    Attachment: LUCENE-9054.patch
      Assignee: Chris M. Hostetter
        Status: Open  (was: Open)

bq. ... These 5 files will be (over)written a total of 3 times.

Actually, it's worse then that: the {{prepareWorkspace}} function calls {{ant 
clean}} so even if we try to renamed/move the files in their existing build 
dirs they get wiped out.

Attaching a patch that creates a top level {{repro-reports}} dir (rm -rf'ing it 
first if it exists at the start of the script) and move's all of the junit test 
result files into sub-dirs of it named after how the tests are run...

{noformat}
repro-reports/orig
repro-reports/branch-tip
repro-reports/branch-tip-no-seed
{noformat}

..inside those dirs, the existing module path subdirs are maintained, partly 
because it's easy and partly as a future proofing in case there's ever two diff 
{{org.apache.solr.TestFoo}} that exists in both {{solr/core}} and 
{{solr/plugin-bar}}

[~sarowe], [~uschindler] ... any concerns?

> reproduceJenkinsFailures.py usage in the Lucene-Solr-repro jenkins job under 
> reports number of failures
> -------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-9054
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9054
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Chris M. Hostetter
>            Assignee: Chris M. Hostetter
>            Priority: Major
>         Attachments: LUCENE-9054.patch, 
> apache_Lucene-Solr-repro_3760.log.txt, 
> apache_Lucene-Solr-repro_3760.testReport.xml
>
>
> Our {{reproduceJenkinsFailures.py}} script as used by the 
> [https://builds.apache.org/job/Lucene-Solr-repro/] runs the tests multiple 
> times, overwriting the same junit {{TEST-*.xml}} test result files each time, 
> causing the jenkins job to under report how many times the various test(s) 
> fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to