-
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
[BUG] ./gradlew bwcTest
is broken
#1855
Comments
It's failing to find a 1.1.1 build. I believe 1.1.1 will never be released (opensearch-project/opensearch-build#870), therefore probably the easiest fix is to remove it from the list everywhere? |
Came across the below after running ./gradlew bwcTest on main
Detailed logs: mixed-cluster-logs.txt |
@owaiskazi19 Hey! it looks like that stack trace is pointing to another issue, other than the one that's described here. Is BWC still always broken? It seems not, since gradle check is passing? Perhaps we should add the flaky label? |
It seems like some issue specifically with
|
As @dreamer-89 mentioned above. That's the catch where bwcTest is passing with gradle check but not when run separately. |
I'm running into this issue trying to do
Completely separately from gradle, I get a 403 error in my browser trying to visit any of the paths at |
The issue is happening because there is no Snapshot available for macbook(darwin here) or it is not getting published. Try to run the same command in a linux environment to fix this error. This issue is tracked here: opensearch-project/opensearch-build#2216 Alternative |
Thanks, @navneet1v! The workaround probably would have worked except my local build is 3.0.0-SNAPSHOT and I went down the road of trying to simply change the version in the bulid file, but that broke other things. But using an ubuntu VM works for now and if there's a longer term plan to enable darwin builds that works. |
On the long term plan I am not aware of you can try following the opensearch-project/opensearch-build#2216, @saratvemulapalli can provide details on this. |
Tested
|
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
BWC Test should work fine.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: