-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use AWS SDK v2 for SQS #329
Use AWS SDK v2 for SQS #329
Conversation
Not sure what the secret sauce is here. Compilations and tests all pass locally. Same jdk, same graal. And I don't know what the other error is about. |
Any chance someone could authorize a build? Or maybe take a look to see what might be wrong? Thanks. |
Another meaningless failure. Is there a way to see the test result or a stack trace? |
I have forked the PR to #339 this will allow us to see Gradle build scans which might help diagnose the issue |
I hard coded the fake test credentials in a different way so they won't get flagged. |
The failure has become even more esoteric. It seems it failed this time just because I don't have Sonar permissions. But that's just a guess. |
it passed the main build, so think we are good |
Things that need review:
SqsClientFactory
. It was not getting picked up. I had to add aSqsClientBuilderListener
instead. This is just to get the test queue created before the test starts so its probably not that weird.native-image.properties
,proxy-config.json
,reflect-config.json
,resourse-config.json
.