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 Apr 8, 2023
1 parent 19b5bf0 commit 620285b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15on", version.ref
bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15on", version.ref = "bouncycastle" }
cassandra-driver-bom = { module = "com.datastax.oss:java-driver-bom", version.ref = "cassandraDriver" }
cassandra-driver-core = { module = "com.datastax.oss:java-driver-core" }
cassandra-quarkus = { module = "com.datastax.oss.quarkus:cassandra-quarkus-client", version = "1.1.3" }
cassandra-quarkus = { module = "com.datastax.oss.quarkus:cassandra-quarkus-client", version = "1.2.0-alpha1" }
cassandra-quarkus-tests = { module = "com.datastax.oss.quarkus:cassandra-quarkus-test-framework", version = "1.2.0-alpha1" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "2.9.3" }
cel-bom = { module = "org.projectnessie.cel:cel-bom", version = "0.3.13" }
cel-jackson = { module = "org.projectnessie.cel:cel-jackson" }
Expand Down
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 620285b

Please sign in to comment.