lucene/gradle/validation/forbidden-apis
Marios Trivyzas dbffe3472b
LUCENE-10423: Remove usages of System.currentTimeMillis() from tests (#11749)
* Remove usages of System.currentTimeMillis() from tests

- Use Random from `RandomizedRunner` to be able to use a Seed to
  reproduce tests, instead of a seed coming from wall clock.
- Replace time based tests, using wall clock to determine periods
  with counter of repetitions, to have a consistent reproduction.

Closes: #11459

* address comments

* tune iterations

* tune iterations for nightly
2022-09-06 17:55:01 -04:00
..
com.carrotsearch.randomizedtesting.randomizedtesting-runner.all.txt Port forbidden APIs. See gradlew :helpForbiddenApis to see how rules are applied automatically based on the set of dependencies of a project. 2019-12-03 14:40:35 +01:00
commons-codec.commons-codec.all.txt Upgrade to forbiddenapis 3.3 (#768) 2022-03-26 17:09:42 +01:00
defaults.all.txt Remove the deflater hack introduced because of JDK-8252739 (#977) 2022-06-24 14:23:10 +02:00
defaults.logging.txt Upgrade to forbiddenapis 3.3 (#768) 2022-03-26 17:09:42 +01:00
defaults.lucene.txt Upgrade to forbiddenapis 3.3 (#768) 2022-03-26 17:09:42 +01:00
defaults.tests.txt LUCENE-10423: Remove usages of System.currentTimeMillis() from tests (#11749) 2022-09-06 17:55:01 -04:00
junit.junit.lucene.txt Port forbidden APIs. See gradlew :helpForbiddenApis to see how rules are applied automatically based on the set of dependencies of a project. 2019-12-03 14:40:35 +01:00