cpoerschke commented on pull request #202: URL: https://github.com/apache/solr/pull/202#issuecomment-912684782
Hmm, running the full test suite locally via `./gradlew test` gives two reproducible failures: ``` gradlew :solr:core:test --tests "org.apache.solr.handler.admin.V2CollectionsAPIMappingTest.testCreateAliasAllProperties" -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D0AC04911DD2F9B9 -Ptests.file.encoding=US-ASCII gradlew :solr:core:test --tests "org.apache.solr.cloud.CreateRoutedAliasTest.testV2" -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D0AC04911DD2F9B9 -Ptests.file.encoding=US-ASCII ``` -- 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]
