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

Retry running conformance tests as part of runtime tests #2675

Merged
merged 3 commits into from
Jul 24, 2024

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Jul 23, 2024

Brings back #2663

This time we skip tests that require Docker when docker is not installed.

The first commit is equivalent to #2663 so the only new code is in the subsequent commit.

@rylev rylev requested a review from lann July 23, 2024 09:36
@lann
Copy link
Collaborator

lann commented Jul 23, 2024

I think we should maybe require explicitly opting out of docker tests (via e.g. ugly env var) rather than detecting whether docker is installed.

@rylev
Copy link
Collaborator Author

rylev commented Jul 24, 2024

I don't have a strong opinion here. What are your reasons for this? Allowing people to filter out docker based tests locally even when they have docker installed?

@lann
Copy link
Collaborator

lann commented Jul 24, 2024

I don't have a strong opinion here. What are your reasons for this? Allowing people to filter out docker based tests locally even when they have docker installed?

Just "don't make it too easy to skip tests accidentally"

@rylev rylev force-pushed the conformance-test-try-again branch from 5fc7419 to 383a10c Compare July 24, 2024 14:45
Signed-off-by: Ryan Levick <[email protected]>
@rylev rylev force-pushed the conformance-test-try-again branch from 383a10c to 190f313 Compare July 24, 2024 14:58
@rylev rylev merged commit ca22ddc into main Jul 24, 2024
17 checks passed
@rylev rylev deleted the conformance-test-try-again branch September 9, 2024 11:19
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.

2 participants