rmuir commented on code in PR #858:
URL: https://github.com/apache/lucene/pull/858#discussion_r862383315
##########
lucene/core/src/test/org/apache/lucene/util/compress/TestLowercaseAsciiCompression.java:
##########
@@ -118,4 +134,12 @@ public void testRandom() throws IOException {
doTestCompress(bytes, len);
}
}
+
+ public void testAsciiCompressionRandom2() throws IOException {
+ for (int iter = 0; iter < 1000000; ++iter) {
Review Comment:
Thanks for doing this! Maybe run this many iterations with Nightly, but use
a smaller amount otherwise? Test is slow as it is:
```
> Task :lucene:core:test
:lucene:core:test (SUCCESS): 5456 test(s), 245 skipped
> Task :lucene:core:wipeTaskTemp
The slowest tests (exceeding 500 ms) during this run:
64.55s TestLowercaseAsciiCompression.testAsciiCompressionRandom2
(:lucene:core)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]