We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example failed IT CI job excerpt:
**************************************** TESTING RALLY NODE MANAGEMENT COMMANDS ******************************************** [2020-01-23T13:05:21Z] [INFO] test install [--configuration-name=es-integration-test] [--build-type=docker] [2020-01-23T13:05:22Z] [INFO] test start [--configuration-name=es-integration-test] [2020-01-23T13:05:24Z] [INFO] tearing down [2020-01-23T13:05:24Z] [INFO] Stopping Elasticsearch metrics store with PID [75272] [2020-01-23T13:05:24Z] [INFO] Stopping Docker container [2570bbf3373dc834cff8356c937942ae32db85c439d7286f7c5391e98eba4839] /var/lib/jenkins/workspace/elastic+rally+master/integration-test.sh: line 87: 75272 Killed bin/elasticsearch -Ehttp.port=${ES_METRICS_STORE_HTTP_PORT} -Etransport.tcp.port=${ES_METRICS_STORE_TRANSPORT_PORT} (wd: ~/workspace/elastic+rally+master/.rally_it/cache/elasticsearch-6.2.1) Error: No such container: 2570bbf3373dc834cff8356c937942ae32db85c439d7286f7c5391e98eba4839 ERROR: InvocationError for command /var/lib/jenkins/workspace/elastic+rally+master/integration-test.sh (exited with code 64) ___________________________________ summary ____________________________________ docs: commands succeeded py35: commands succeeded py36: commands succeeded py37: commands succeeded ERROR: py38: commands failed Makefile:105: recipe for target 'it' failed
This makes it hard to figure out what went wrong inside
rally/integration-test.sh
Lines 502 to 535 in 21347e1
Maybe an easy fix is possible, e.g. using and set -xo pipefail before at the beginning of the function.
set -xo pipefail
The text was updated successfully, but these errors were encountered:
I think this is fixed by #880?
Sorry, something went wrong.
Agreed
No branches or pull requests
Example failed IT CI job excerpt:
This makes it hard to figure out what went wrong inside
rally/integration-test.sh
Lines 502 to 535 in 21347e1
Maybe an easy fix is possible, e.g. using and
set -xo pipefail
before at the beginning of the function.The text was updated successfully, but these errors were encountered: