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

Fix health_server test #897

Merged
merged 4 commits into from
Mar 1, 2024
Merged

Fix health_server test #897

merged 4 commits into from
Mar 1, 2024

Conversation

Jake-Shadle
Copy link
Collaborator

When running all tests in parallel with cargo nextest this would fail since the port is bound in multiple tests

When running all tests in parallel with cargo nextest this would fail since the port is bound in multiple tests
tests/health.rs Outdated Show resolved Hide resolved
Co-authored-by: XAMPPRocky <[email protected]>
@XAMPPRocky XAMPPRocky enabled auto-merge (squash) March 1, 2024 10:46
@github-actions github-actions bot added size/s and removed size/xs labels Mar 1, 2024
@Jake-Shadle
Copy link
Collaborator Author

Yah, so the reason the test was taking so long was because the metrics test also failed to bind to the port but that one didn't have a timeout and so the CI was just stuck permanently, I've gone through and (I think) made all of them ephemeral.

@XAMPPRocky XAMPPRocky merged commit 0195d09 into main Mar 1, 2024
6 checks passed
@Jake-Shadle Jake-Shadle deleted the fix-health-test branch March 1, 2024 11:51
@quilkin-bot
Copy link
Collaborator

Build Failed 😭

Build Id: 66991752-93f2-4cf8-8d47-3a11cc465183

Status: TIMEOUT

To get permission to view the Cloud Build view, join the quilkin-discuss Google Group.

Filter with the Git Commit 07a866c within us-docker.pkg.dev/quilkin/ci//quilkin to see if a development image is available from this build, and can be used for debugging purposes.

Development images are retained for at least 30 days.

@markmandel markmandel added kind/bug Something isn't working area/tests Unit tests, integration tests, anything to make sure things don't break labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Unit tests, integration tests, anything to make sure things don't break kind/bug Something isn't working size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants