Skip to content
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

[AUTOCUT] Integration Test failed for ml-commons: 2.7.0 tar distribution #855

Closed
opensearch-ci-bot opened this issue Apr 15, 2023 · 2 comments

Comments

@opensearch-ci-bot
Copy link
Collaborator

The integration test failed at distribution level for component ml-commons
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

@dhrubo-os
Copy link
Collaborator

I'm seeing test_workflow.integ_test.service.ClusterCreationException: Cluster is not available after 10 attempts

https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/4482/pipeline/102

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/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

I assume this is infrastructure related issue?

@dhrubo-os
Copy link
Collaborator

Closing this issue as the latest build is passing for ml-commons plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants