Skip to content
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

[BUG] InternalDistributionArchiveSetupPluginFuncTest fail #1250

Closed
xuezhou25 opened this issue Sep 16, 2021 · 2 comments
Closed

[BUG] InternalDistributionArchiveSetupPluginFuncTest fail #1250

xuezhou25 opened this issue Sep 16, 2021 · 2 comments
Labels
bug Something isn't working untriaged

Comments

@xuezhou25
Copy link
Contributor

Describe the bug

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"

@xuezhou25 xuezhou25 added bug Something isn't working untriaged labels Sep 16, 2021
@tlfeng
Copy link
Collaborator

tlfeng commented Sep 16, 2021

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.

@xuezhou25
Copy link
Contributor Author

Agree. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

2 participants