Skip to content

[testing] Use the readiness probe to wait for collector #1143

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

Closed
wants to merge 3 commits into from

Conversation

ovalenti
Copy link
Contributor

@ovalenti ovalenti commented Apr 26, 2023

Description

Up to now, in tests, we have been making use of sleep time to wait for Collector to start. This PR proposes to contact the readiness probe instead.

This should shorten slightly the test execution time, lower the flackyness and make it clearer when Collector fails to start.

Checklist

  • Investigated and inspected CI test results

@ovalenti ovalenti self-assigned this Apr 26, 2023
@openshift-ci
Copy link

openshift-ci bot commented Apr 26, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@ovalenti ovalenti force-pushed the ovalenti/use_collector_readiness_in_tests branch from 2ca22cd to 4aa0473 Compare April 26, 2023 13:36
@github-actions
Copy link

github-actions bot commented Apr 26, 2023

Kernel Method Without Collector Time (secs) With Collector Time (secs) Baseline median (secs) Collector median (secs) PValue
rhel.rhel-8 ebpf 229.87 240.082 204.92 213.7 🟢
ubuntu-os.ubuntu-1804-lts ebpf 249.334 231.624 206.11 213.49 🟢
ubuntu-os.ubuntu-2004-lts ebpf 243.069 239.261 236.1 234.97 🟢
ubuntu-os.ubuntu-2204-lts ebpf 253.168 249.398 222.56 229.05 🟢

@ovalenti ovalenti closed this May 5, 2023
@ovalenti ovalenti deleted the ovalenti/use_collector_readiness_in_tests branch May 5, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant