Integrated: CODETOOLS-7903323: Review and improve performance of jtreg reporting.

Jonathan Gibbons jjg at openjdk.org
Mon Sep 26 17:05:49 UTC 2022


On Fri, 23 Sep 2022 01:12:03 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a medium simple update to address the annoying delay between the last test being executed and jtreg exiting.
> 
> The delay is due to writing the report, a side-effect of which is to scan the entire test-suite, to determine which tests have been executed.
> 
> It is not easy/simple to optimize that default; instead, a new report mode is added, that reports on all the tests in the test files and groups given on the command line -- ignoring any additional filters such as the status filter, keyword filter and exclude list filter.  As such, it has more "common-sense" semantics when rerunning tests with `-status:fail`.
> 
> There were no existing tests for the `-report` option.  Tests have been added for all flavors of the `-report` option.

This pull request has now been integrated.

Changeset: de2c2167
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.org/jtreg/commit/de2c21676fb20317e153005c44d645b1cc76f2c2
Stats:     664 lines in 15 files changed: 658 ins; 1 del; 5 mod

7903323: Review and improve performance of jtreg reporting.

Reviewed-by: iris

-------------

PR: https://git.openjdk.org/jtreg/pull/125


More information about the jtreg-dev mailing list