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
Traceback (most recent call last):
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@2/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@2/src/test_workflow/integ_test/integ_test_suite_opensearch.py", line 63, in execute_tests
status = self.__setup_cluster_and_execute_test_config(config)
File "/var/jenkins/workspace/integ-test@2/src/test_workflow/integ_test/integ_test_suite_opensearch.py", line 98, 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@2/src/test_workflow/integ_test/topology.py", line 50, in create
yield topology.create_clusters()
File "/var/jenkins/workspace/integ-test@2/src/test_workflow/integ_test/topology.py", line 74, in create_clusters
self.work_dir
File "/var/jenkins/workspace/integ-test@2/src/test_workflow/integ_test/topology.py", line 176, in __init__
current_port
File "/var/jenkins/workspace/integ-test@2/src/test_workflow/integ_test/topology.py", line 123, in __init__
cluster_port)
File "/var/jenkins/workspace/integ-test@2/src/test_workflow/test_cluster.py", line 69, in create_cluster
cluster.start()
File "/var/jenkins/workspace/integ-test@2/src/test_workflow/test_cluster.py", line 81, in start
service.wait_for_service()
File "/var/jenkins/workspace/integ-test@2/src/test_workflow/integ_test/service.py", line 132, 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
As far as ML-commons fails too I assume that issue is on upstream dependency or in cluster configuration.
The integration test failed at distribution level for component sql
Version: 2.9.0
Distribution: tar
Architecture: arm64
Platform: linux
Please check the logs: https://build.ci.opensearch.org/job/integ-test/5221/display/redirect
* Steps to reproduce: See https://github.com/opensearch-project/opensearch-build/tree/main/src/test_workflow#integration-tests
* Access components yml file:
- 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: