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 Mar 30, 2023
1 parent 1b62c79 commit cd5edc3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,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 cd5edc3

Please sign in to comment.