• Andy Wilkinson's avatar
    Prevents tests that use Elasticsearch from polluting the filesystem · dabbb02d
    Andy Wilkinson authored
    By default, Elasticsearch writes it data to ./data. This led to data
    being left on the filesystem after a mvn clean which could cause
    failures when moving between branches that use different versions of
    Elasticsearch.
    
    This commit updates the tests for the Elasticsearch sample and
    the Elasticsearch auto-configuration classes to write the
    Elasticsearch data and logs into the target directory.
    dabbb02d
Name
Last commit
Last update
..
main/java/sample/data/elasticsearch Loading commit data...
test/java/sample/data/elasticsearch Loading commit data...