OpenSearch/buildSrc/src
Mark Vieira 0f68814e04
Ensure global test seed is used for all random testing tasks (#38991) (#39195)
This commit fixes a bug which resulted in every RandomizedTestingTask
generating its own unique test seed rather than using the global test
seed generated by the the RandomizedTestingPlugin.

The issue didn't affect build invocations which explicitly ran with
-Dtest.seed. In those cases, the Ant junit task correctly uses the
global seed.

Since the Ant random testing target looks for an Ant project property
for determining the existing seed we now explicitly set this inside
RandomizedTestingPlugin. It just so happens that, incidentally, Ant will
inherit system properties, thus wy the -Dtest.seed mechanism continued
to work.
2019-02-21 08:52:14 -08:00
..
main Ensure global test seed is used for all random testing tasks (#38991) (#39195) 2019-02-21 08:52:14 -08:00
test Fix version logic when bumping major version (#38593) 2019-02-08 18:00:03 +11:00
testKit Testing conventions now checks for tests in main (#37321) 2019-01-24 17:30:50 +02:00