Skip to content

Commit

Permalink
Workaround for Quarkus3/OTel/okio OOM in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jul 5, 2023
1 parent 5cf4007 commit 588ccb7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 588ccb7

Please sign in to comment.