Hi Shawn, Suites which didn't have failures (in setup/teardown) and had zero tests are omitted from reporting. I think it'd make more sense to report the total number of suites and the actual number of suites separately in the summary, leaving the counter without gaps, for example:
> Tests summary: 100 suites (2 ignored), xx tests, xx ignored (xx assumptions). Will do it in the next version. Thanks for letting me know. Dawid On Fri, Sep 11, 2015 at 3:26 PM, Shawn Heisey <[email protected]> wrote: > On 9/11/2015 7:06 AM, Shawn Heisey wrote: >> [junit4] Suite: org.apache.solr.TestCrossCoreJoin >> [junit4] Completed [522/545] on J1 in 1.38s, 3 tests >> >> Suite numbers 518, 519,and 521 did not display. >> >> Any idea what's up there? > > I did not check all 545 results to see if there were more than those > three missing. The ones I know are missing did not not seem to affect > the overall count. From the end of that test run: > > [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample > [junit4] Completed [545/545] on J1 in 17.77s, 3 tests, 1 skipped > [junit4] > [junit4] JVM J0: 1.26 .. 3060.03 = 3058.78s > [junit4] JVM J1: 1.46 .. 3068.68 = 3067.22s > [junit4] Execution time total: 51 minutes 8 seconds > [junit4] Tests summary: 545 suites, 2143 tests, 47 ignored (35 > assumptions) > > Thanks, > Shawn > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
