-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Tests are failing on top of tree(443cfca) for x86_64. #10014
Comments
Hi @kotwanikunal, Any thoughts on this? |
@pratiktonage @Pratikt2312 look at the logs for the actual test failures and copy-paste the failure/stack here? Also check whether these are flaky by re-running the individual tests (in which case open an issue for every flake test if it doesn't exist). |
Adding to what @dblock said - can you try pasting the logs as well as the instance of |
Hi @kotwanikunal @dblock , |
Looks like at least the one you mentioned above isn't a flake, but produces a substantially different number/expectation ( |
Closing in favour of #14325 |
Hi Team,
I am working on validating OpenSearch on top of tree for x86_64 architecture.
Encountered an error while running the test suite with
gradlew check
command.Tests are failing with the following error:
Also encountered some flaky test failures as follows:
Steps to reproduce the behavior:
1 Install JDK 11,Docker & Docker Compose
2 Clone the repository
3 ./gradlew
4 ./gradlew check
Expected behavior
Tests should be passed successfully.
Plugins
Standard
Host/Environment (please complete the following information):
Additional context
Also tried same behaviour on ubuntu-20.04 (x86_64 arch.) but facing similar issues.
Any suggestions and pointers regarding the same will be helpful.
The text was updated successfully, but these errors were encountered: