From 19731705d43cd90b0d65c88bd517953bb56bd3bc Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Wed, 29 Mar 2023 19:04:45 +0200 Subject: [PATCH] Workaround for Quarkus3/OTel/okio OOM in tests See https://github.com/quarkusio/quarkus/issues/32238 --- .../quarkus-server/src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers/quarkus-server/src/main/resources/application.properties b/servers/quarkus-server/src/main/resources/application.properties index decf9cadb93..d245b8a722c 100644 --- a/servers/quarkus-server/src/main/resources/application.properties +++ b/servers/quarkus-server/src/main/resources/application.properties @@ -252,3 +252,7 @@ quarkus.micrometer.binder.http-server.match-patterns=\ # endless 'Retried waiting for GCLocker too often allocating * words' messages instead of a # "proper OutOfMemoryException" happen. %test.quarkus.micrometer.binder.jvm=false + +# See https://github.com/quarkusio/quarkus/issues/32238 +%test.quarkus.otel.exporter.otlp.timeout=0 +%test.quarkus.otel.exporter.otlp.traces.timeout=0