cpoerschke commented on pull request #13:
URL: https://github.com/apache/solr/pull/13#issuecomment-879375401
Via `./gradlew :solr:core:test --tests
"org.apache.solr.search.SolrIndexSearcherTest" -Ptests.jvms=4
-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B773ACC2C581EBBA
-Ptests.file.encoding=UTF-8` two tests fail, but running them individually does
not reproduce. My initial suspicion would be interaction between the two tests.
```
ERROR: The following test(s) have failed:
-
org.apache.solr.search.SolrIndexSearcherTest.testLowMinExactCountWithQueryResultCache
(:solr:core)
Test output:
/Users/cpoerschke/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.search.SolrIndexSearcherTest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.search.SolrIndexSearcherTest.testLowMinExactCountWithQueryResultCache"
-Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1
-Ptests.seed=B773ACC2C581EBBA -Ptests.file.encoding=UTF-8
- org.apache.solr.search.SolrIndexSearcherTest.testMinExactCount
(:solr:core)
Test output:
/Users/cpoerschke/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.search.SolrIndexSearcherTest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.search.SolrIndexSearcherTest.testMinExactCount" -Ptests.jvms=4
-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B773ACC2C581EBBA
-Ptests.file.encoding=UTF-8
```
--
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]