-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Description
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:
Tests with failures:
- org.opensearch.index.remote.RemoteSegmentTransferTrackerTests.testStatsObjectCreationViaStream
12141 tests completed, 1 failed, 29 skipped
> Task :server:test FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':test:fixtures:azure-fixture:composeBuild'.
> Exit-code 125 when calling /usr/bin/docker, stdout:
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':server:test'.
> There were failing tests. See the report at: file:///home/user3/OpenSearch/server/build/reports/tests/test/index.html
==============================================================================
BUILD FAILED in 29m 7s
1649 actionable tasks: 1640 executed, 1 from cache, 8 up-to-date
Also encountered some flaky test failures as follows:
1: Task failed with an exception.
* What went wrong:
Execution failed for task ':test:fixtures:azure-fixture:composeBuild'.
> Exit-code 125 when calling /usr/bin/docker, stdout:
2 Tests with failures:
- org.opensearch.client.RestClientSingleHostIntegTests.testManyAsyncRequests
89 tests completed, 1 failed, 1 skipped
> Task :client:rest:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':client:rest:test'.
3 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':modules:transport-netty4:test'.
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):
- Red Hat Enterprise Linux 9.0
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done