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 10, 2023
1 parent bf341a3 commit 1973170
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 1973170

Please sign in to comment.