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

Add new context and make integration tests stricter #321

Merged
merged 1 commit into from Feb 1, 2024

Conversation

julienduchesne
Copy link
Member

@julienduchesne julienduchesne commented Feb 1, 2024

I added a new context and I noticed that the tests were still passing (incorrectly)
Turns out the .Contains condition on the output was still matching. I changed to a strict Equal and removed the stderr output from there. We're not trying to match log lines here

The subpath context is unused so far, but it will be in a future PR

I added a new context and I noticed that the tests were still passing
Turns out the `.Contains` condition on the output was still matching
I changed to a strict `Equal` and remove the stderr output from there

The subpath image is unused so far, but it will be in a future PR
@julienduchesne julienduchesne requested a review from a team as a code owner February 1, 2024 16:14
test-docker-compose/docker-compose.yml Show resolved Hide resolved
integration/utils_test.go Show resolved Hide resolved
@julienduchesne julienduchesne merged commit 398defa into main Feb 1, 2024
7 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/add-new-context branch February 1, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants