-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[automation] update elastic stack version for testing 8.0.0-cf8e5c68 #28381
Conversation
I'm currently running this one locally for the goIntegTest and during running it locally also looking more at the logs. Two things that stand out: The setup of compose fails:
But this might be related to the following error:
Are we hitting some timeout? @v1v Does that ring a bell on your end? I have not completed the local run yet as it takes a bit of time ... |
Regarding
In any case, |
Running it locally, it seems the These are all the containers running for the libbeat goIntegTests:
In the logs of the elasticsearchssl I see:
Maybe we need to adjust the healthcheck. Posting this here instead of digging deeper as I'll be out pretty soon for the next days so someone can pick this info up. |
#20558 was the one that enable the healthcheck for the https back in the days |
I'm gonna dive into the healthcheck now |
@@ -50,7 +50,7 @@ services: | |||
file: ${ES_BEATS}/testing/environments/${TESTING_ENVIRONMENT}.yml | |||
service: kibana | |||
healthcheck: | |||
test: ["CMD-SHELL", "curl -u myelastic:changeme -f http://localhost:5601/api/status | grep -q 'Looking good'"] | |||
test: ["CMD-SHELL", "curl -s -u myelastic:changeme -f http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover from #28185
It works locally now after applying the same fix #28185 in another docker-compose.yml file ➜ beats git:(update-stack-version-20211013050750-master) ✗ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
288ac7e79cc3 libbeat_8_0_0_0ef1609529-snapshot_beat "/go/src/github.com/…" 16 seconds ago Up 11 seconds libbeat_8_0_0_0ef1609529-snapshot_beat_run_4e6ace878c6e
21d9b4650379 docker.elastic.co/logstash/logstash "/usr/local/bin/dock…" 52 seconds ago Up 49 seconds (healthy) 5044/tcp, 9600/tcp libbeat_8_0_0_0ef1609529-snapshot_logstash_1
a3bbb9b6c34c libbeat_8_0_0_0ef1609529-snapshot_sredis "stunnel" About a minute ago Up About a minute (healthy) 6380/tcp libbeat_8_0_0_0ef1609529-snapshot_sredis_1
fa306b25e2d0 docker.elastic.co/elasticsearch/elasticsearch:8.0.0-cf8e5c68-SNAPSHOT "/bin/tini -- /usr/l…" About a minute ago Up About a minute (healthy) 9200/tcp, 9300/tcp libbeat_8_0_0_0ef1609529-snapshot_elasticsearchssl_1
e90b9054c203 docker.elastic.co/elasticsearch/elasticsearch:8.0.0-cf8e5c68-SNAPSHOT "/bin/tini -- /usr/l…" About a minute ago Up About a minute (healthy) 9200/tcp, 9300/tcp libbeat_8_0_0_0ef1609529-snapshot_elasticsearch_1
2f761af4f74b docker.elastic.co/kibana/kibana:8.0.0-cf8e5c68-SNAPSHOT "/bin/tini -- /usr/l…" About a minute ago Up About a minute (healthy) 5601/tcp libbeat_8_0_0_0ef1609529-snapshot_kibana_1
e7a2eeb45b91 libbeat_8_0_0_0ef1609529-snapshot_kafka "/run.sh" About a minute ago Up About a minute (healthy) 2181/tcp, 9092/tcp libbeat_8_0_0_0ef1609529-snapshot_kafka_1
753d9e0719bd libbeat_8_0_0_0ef1609529-snapshot_redis "docker-entrypoint.s…" About a minute ago Up About a minute (healthy) 6379/tcp libbeat_8_0_0_0ef1609529-snapshot_redis_1
9b4452130fe1 docker.elastic.co/elasticsearch/elasticsearch:8.0.0-cf8e5c68-SNAPSHOT "/bin/tini -- /usr/l…" About a minute ago Up About a minute (healthy) 9200/tcp, 9300/tcp libbeat_8_0_0_0ef1609529-snapshot_elasticsearch_monitoring_1
|
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
@v1v seems to be successful now isn't it? |
…lastic#28381) * [Automation] Update elastic stack version to 8.0.0-cf8e5c68 for testing * Fix kibana healthcheck Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co> Co-authored-by: Victor Martinez <VictorMartinezRubio@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
What
Bump stack version with the latest one.
Further details
[start_time:Tue, 12 Oct 2021 16:07:25 GMT, release_branch:master, prefix:, end_time:Wed, 13 Oct 2021 00:47:53 GMT, manifest_version:2.0.0, version:8.0.0-SNAPSHOT, branch:master, build_id:8.0.0-cf8e5c68, build_duration_seconds:31228]