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

Improve scaling of Kubernetes end-to-end integration test #504

Merged
merged 3 commits into from
Dec 21, 2020
Merged

Conversation

aslotte
Copy link
Owner

@aslotte aslotte commented Dec 21, 2020

Resolves

Fixes #397

Description

The experiment name is part of the Kubernetes namespace being generated. We currently use the same name for each test run so if there are multiple test runs in parallel (e.g. when Dependabot bumps multiple dependencies at the same time) resources may be generated in a namespace that is being terminated.

This PR ensures that each test is run in a random namespace

@aslotte aslotte merged commit f3a458b into main Dec 21, 2020
@delete-merged-branch delete-merged-branch bot deleted the Issue_397 branch December 21, 2020 21:47
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.

Improve scaling of Kubernetes end-to-end integration test
1 participant