Details
Description
Reproduction steps:
1. Switch to `{bigtop_home}/bigtop-tests/smoke_tests`.
2. Run smoke_tests of Solr by executing command : `../../gradlew solr:test -Psmoke.tests`
At this step, the smoke_test of Solr would be successful.
3. Run smoke_tests of Solr again
At this step, the smoke_test of Solr would be failed.
The Reason:
We did not clean up the data that is generated by smoke_tests after Solr smoke testing, such as the collection named smoke, the directory named '/tmp/smoke_data'
Attachments
Issue Links
- links to