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

Call setup and teardown only once for PLZ #358

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Conversation

yorugac
Copy link
Collaborator

@yorugac yorugac commented Jan 8, 2024

Issue: #223

This PR implements the necessary logic only for PLZ test runs, thus leaving all other test runs as they have been executed so far.

Rationale: for a general case of OSS distributed test run, this logic is rather convoluted and implementing it in full would require to rather drastically intrude into standard logic of Kubernetes Job controller. From the design perspective, it would be preferable to implement full solution for setup and teardown via native distributed mode in k6 instead. Once that happens, PLZ test runs could also switch to using the logic of k6 distributed mode.

@yorugac yorugac added this to the 0.13 milestone Jan 8, 2024
@yorugac yorugac merged commit fb0d8ba into main Jan 17, 2024
16 checks passed
@yorugac yorugac deleted the feat/setup-and-teardown branch January 17, 2024 12:13
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.

1 participant