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
File "./src/run_integ_test.py", line 36, in <module>
sys.exit(main())
File "./src/run_integ_test.py", line 25, in main
all_results = IntegTestRunners.from_test_manifest(args, test_manifest).run()
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/integ_test_runner.py", line 47, in run
test_results = test_suite.execute_tests()
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/integ_test_suite_opensearch.py", line 51, in execute_tests
status = self.__setup_cluster_and_execute_test_config(config)
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/integ_test_suite_opensearch.py", line 86, in __setup_cluster_and_execute_test_config
self.test_recorder
File "/usr/local/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/topology.py", line 50, in create
yield topology.create_clusters()
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/topology.py", line 74, in create_clusters
self.work_dir
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/topology.py", line 176, in __init__
current_port
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/topology.py", line 123, in __init__
cluster_port)
File "/var/jenkins/workspace/integ-test/src/test_workflow/test_cluster.py", line 69, in create_cluster
cluster.start()
File "/var/jenkins/workspace/integ-test/src/test_workflow/test_cluster.py", line 81, in start
service.wait_for_service()
File "/var/jenkins/workspace/integ-test/src/test_workflow/integ_test/service.py", line 134, in wait_for_service
raise ClusterCreationException("Cluster is not available after 10 attempts")
test_workflow.integ_test.service.ClusterCreationException: Cluster is not available after 10 attempts
script returned exit code 1
The integration test failed at distribution level for component neural-search
Version: 2.7.0
Distribution: tar
Architecture: arm64
Platform: linux
Please check the logs: https://build.ci.opensearch.org/job/integ-test/4482/display/redirect
* Steps to reproduce: See https://github.com/opensearch-project/opensearch-build/tree/main/src/test_workflow#integration-tests
* Access cluster logs:
- With security (if applicable)
- Without security (if applicable)
Note: All in one test report manifest with all the details coming soon. See opensearch-project/opensearch-build#1274
The text was updated successfully, but these errors were encountered: