-
Notifications
You must be signed in to change notification settings - Fork 30
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
generateJooqClasses is unstable when running on MacOS with Rancher Desktop/Colima #25
Comments
Here is a portion of the Gradle debug output, I find relevant (happy to share the full log, if required):
Few words about my setup, in case someone wants to reproduce the issue:
|
I'm preparing a fix for it |
Hi @kamilgregorczyk , this is great news, thank you very much! |
@dmitry-cherkas the fix has been released in 0.3.9. Let us know if it works for you |
Hi @adrianskrobaczrevolut, I've done some testing and the issue is not reproducible with 0.3.9. Thanks a lot for taking time to fix it! |
When running the build on MacOS with Rancher Desktop/Colima we are getting occasional
connection refused
errors, full Gradle log below:The error is intermittent and is only reproducible with a combination of Rancher Desktop/Colima and MacOS (not observed when running the build on our Linux build agents or when running with Docker Desktop).
I believe that the root cause is distinctly related to this issue: rancher-sandbox/rancher-desktop#2609 which is solved by
.waitingFor(Wait.forListeningPort()))
, so assuming there should be a way to construct ajooq.image.readinessProbe
in a way that would solve the issue, but I need some advice on how to do that.Here is our
build.gradle.kts
configuration:Any advice is greatly appreciated.
The text was updated successfully, but these errors were encountered: