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
org.opensearch.gradle.internal.InternalDistributionArchiveSetupPluginFuncTest > applies defaults to tar tasks FAILED
org.spockframework.runtime.ConditionNotSatisfiedError at InternalDistributionArchiveSetupPluginFuncTest.groovy:67
org.opensearch.gradle.internal.InternalDistributionArchiveSetupPluginFuncTest > applies defaults to zip tasks FAILED
org.spockframework.runtime.ConditionNotSatisfiedError at InternalDistributionArchiveSetupPluginFuncTest.groovy:88
org.opensearch.gradle.internal.InternalDistributionArchiveSetupPluginFuncTest > registered distribution provides archives and directory variant FAILED
org.spockframework.runtime.ConditionNotSatisfiedError at InternalDistributionArchiveSetupPluginFuncTest.groovy:151
3 tests completed, 3 failed
> Task :build-tools:integTest FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':build-tools:integTest'.
To Reproduce
Steps to reproduce the behavior: ./gradlew :build-tools:integTest --tests "org.opensearch.gradle.internal.InternalDistributionArchiveSetupPluginFuncTest"
The text was updated successfully, but these errors were encountered:
Might be caused by PR #1241 (Add version 1.2 for BWC testing).
Update: the test failure disappeared after rebasing the current 1.x branch to my fork repository, except rebasing main branch. 😅
So when both master branch having commit cbbf967 and 1.x branch having commit bf1d35c, the problem can be resolved.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
./gradlew :build-tools:integTest --tests "org.opensearch.gradle.internal.InternalDistributionArchiveSetupPluginFuncTest"
The text was updated successfully, but these errors were encountered: