You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we can restrict this test for docker. Just like did here for Windows. @reta since you have worked on something similar for docker here. WDYT?
Just grab a centos7 docker container like this one:
https://hub.docker.com/r/opensearchstaging/ci-runner/tags?page=1&ordering=last_updated&name=ci-runner-centos7-gradle-check-v1
Export these envvar:
JAVA11_HOME="/opt/java/openjdk-11
JAVA17_HOME="/opt/java/openjdk-17"
JAVA8_HOME="/opt/java/openjdk-8"
JAVA_HOME="/opt/java/openjdk-17"
Check out main or 2.0 branch, run
./gradlew check --no-daemon --no-scan
.The error log is like this:
Related to this:
https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/src/test/java/org/opensearch/gradle/EmptyDirTaskTests.java#L90-L92
Thanks.
The text was updated successfully, but these errors were encountered: