Replies: 2 comments
-
/cc @geoand (testing) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any feedback about this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, when trying to connect to my S3Client which is launched by the
quarkus.s3.devservices.enabled=true
property, I run into a ConnectionRefused exception during my containerized QuarkusIntegrationTests. I have aRecordings
class which injects the S3 client like soand onStart, attempts to check if a bucket exists, and if not creates it:
The problem, is that these requests cannot go through during a
@QuarkusIntegrationTest
annotated test whenever I use theRecordings
class. The connections are fine with@QuarkusTest
annotated tests.Is there a solution/workaround to this, or something fundamental that I am missing? Some configuration I am missing perhaps? Thanks!
Connection Exception
Relevant application.properties
I run with with podman instead of docker.
Beta Was this translation helpful? Give feedback.
All reactions