mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
less log spam in tests
This commit is contained in:
@@ -41,8 +41,8 @@ public class DhfsFuseIT {
|
||||
.run("apt update && apt install -y libfuse2 curl")
|
||||
.copy("/app", "/app")
|
||||
.cmd("java", "-Xmx128M", "--add-exports", "java.base/sun.nio.ch=ALL-UNNAMED",
|
||||
"-Ddhfs.objects.distributed.peerdiscovery.interval=100",
|
||||
"-Ddhfs.objects.distributed.invalidation.delay=100",
|
||||
"-Ddhfs.objects.distributed.peerdiscovery.interval=500",
|
||||
"-Ddhfs.objects.distributed.invalidation.delay=200",
|
||||
"-Ddhfs.objects.ref_verification=true",
|
||||
"-Dquarkus.log.category.\"com.usatiuk.dhfs\".level=TRACE",
|
||||
"-Dquarkus.log.category.\"com.usatiuk.dhfs\".min-level=TRACE",
|
||||
|
||||
@@ -45,8 +45,8 @@ public class DhfsFusex3IT {
|
||||
.run("apt update && apt install -y libfuse2 curl")
|
||||
.copy("/app", "/app")
|
||||
.cmd("java", "-Xmx128M", "--add-exports", "java.base/sun.nio.ch=ALL-UNNAMED",
|
||||
"-Ddhfs.objects.distributed.peerdiscovery.interval=100",
|
||||
"-Ddhfs.objects.distributed.invalidation.delay=100",
|
||||
"-Ddhfs.objects.distributed.peerdiscovery.interval=500",
|
||||
"-Ddhfs.objects.distributed.invalidation.delay=200",
|
||||
"-Djava.util.concurrent.ForkJoinPool.common.parallelism=4",
|
||||
"-Ddhfs.objects.ref_verification=true",
|
||||
"-Dquarkus.log.category.\"com.usatiuk.dhfs\".level=TRACE",
|
||||
|
||||
Reference in New Issue
Block a user