Browse Source

Tests: Rock DB location moved to the target for safe surefire parallel fork run and easy clean by maven

pull/14850/head
Sergey Matvienko 7 months ago
parent
commit
8599020aed
  1. 6
      pom.xml

6
pom.xml

@ -662,8 +662,10 @@
<version>${surefire.version}</version>
<configuration>
<argLine>
-XX:+UseStringDeduplication -XX:MaxGCPauseMillis=20
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
-XX:+UseStringDeduplication -XX:MaxGCPauseMillis=200
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
-Dqueue.edqs.local.rocksdb_path="target/rocks/fork_${surefire.forkNumber}/edqs"
-Dqueue.calculated_fields.rocks_db_path="target/rocks/fork_${surefire.forkNumber}/cf"
</argLine>
</configuration>
</plugin>

Loading…
Cancel
Save