-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Gradle clean failing after a failed gradle check, folders created by Docker under 'root' user #1726
Conversation
Can one of the admins verify this patch? |
@dblock @VachaShah this one needs backport to 1.x, just checked it and it has the same issue |
@reta this seems like |
thanks for looking @saratvemulapalli
Not necessary, it essentially depends if PS: Once the folders are created under But this is only one particular issue for |
✅ Gradle Check success c8144b6229479edb3f55418e64653577a291f70b |
qa/remote-clusters/build.gradle
Outdated
@@ -86,3 +86,7 @@ tasks.register("integTest", Test) { | |||
} | |||
|
|||
tasks.named("check").configure { dependsOn "integTest" } | |||
|
|||
tasks.named("composeUp") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue for remote-clusters
module
Makes sense, thanks for the explanation. |
Thanks @saratvemulapalli , did minor refactor to use |
✅ Gradle Check success 605cb6e8a7154668190c4ed8c39a52fe68cfd06b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @reta for taking this up!
❌ Gradle Check failure b662d8131b836b7d1999feaab92a337462d01e40 |
❌ Gradle Check failure 7aeb0630522fccee5110cb35e4c463ffc0c14cdc |
…Docker under 'root' user Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Thanks a lot @dblock , I will create backport to 1.x on Monday |
…Docker under 'root' user (opensearch-project#1726) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Andriy Redko andriy.redko@aiven.io
Description
the
composeUp
needspreProcessFixture
to be executed before, otherwise the folders:won't exists and will be created by
Docker
underroot
user:Issues Resolved
Closes #1675
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.