Currently, jtreg provides a mechanism to ensure that certain tests have exclusive access to global system resources, and currently, those tests are identified by their position in the file system, such that they are in a test directory identified in the exclusiveAccess.dirs property.
It would be convenient to extend this mechanism such that any such tests can be identified with a keyword.
One way to do this would be to support "exclusiveAccess.keywords=<list>"
such that any test with any of the keywords in the list would be run with "exclusive access".
It would be convenient to extend this mechanism such that any such tests can be identified with a keyword.
One way to do this would be to support "exclusiveAccess.keywords=<list>"
such that any test with any of the keywords in the list would be run with "exclusive access".
- relates to
-
CODETOOLS-7902422 introduce '@exclusiveAccess' tag
-
- New
-