less log spam in tests

This commit is contained in:
2024-06-30 21:01:28 +02:00
parent fe9384d9b4
commit 2d684dcebb
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",