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 neural-search: 2.7.0 tar distribution #154

Closed
opensearch-ci-bot opened this issue Apr 15, 2023 · 2 comments
Assignees
Labels
autocut Created by automated workflow integ-test-failure Integration test failures v2.7.0

Comments

@opensearch-ci-bot
Copy link
Collaborator

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

@opensearch-ci-bot opensearch-ci-bot added autocut Created by automated workflow v2.7.0 integ-test-failure Integration test failures untriaged labels Apr 15, 2023
@naveentatikonda naveentatikonda self-assigned this Apr 17, 2023
@naveentatikonda
Copy link
Member

It looks like some infrastructure issue because there were no particular test failures except ClusterCreationException in the logs. Also, it is happening in only few runs.
neural-search successful build - https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/4510/pipeline/
Most recent build - https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/4513/pipeline/114/

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

@naveentatikonda
Copy link
Member

Closing this issue as most recent build was successful
https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/4521/pipeline/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut Created by automated workflow integ-test-failure Integration test failures v2.7.0
Projects
None yet
Development

No branches or pull requests

2 participants