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

Split conn tests into chunks #2481

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Split conn tests into chunks #2481

merged 1 commit into from
Apr 22, 2024

Conversation

viktor-kurchenko
Copy link
Contributor

New functions implemented for the test builder component to split connectivity tests into a few chunks:

  1. Network performance tests
  2. Conn disrupt tests
  3. Concurrent tests
  4. Sequential tests
  5. Final tests

This refactoring is a preparation for the conn tests concurrent run.

connectivity/builder/builder.go Outdated Show resolved Hide resolved
connectivity/builder/builder.go Show resolved Hide resolved
New functions implemented for the test builder component
to split connectivity tests into a few chunks:
1. Network performance tests
2. Conn disrupt tests
3. Concurrent tests (each test in a separate namespace)
4. Sequential tests
5. Final tests (sequential run)
This refactoring is a preparation for the conn tests concurrent run.

Signed-off-by: viktor-kurchenko <[email protected]>
@viktor-kurchenko viktor-kurchenko removed the request for review from nickolaev April 21, 2024 12:18
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 21, 2024
@michi-covalent michi-covalent merged commit 10a01f1 into main Apr 22, 2024
12 of 13 checks passed
@michi-covalent michi-covalent deleted the pr/vk/conn/tests/chunks branch April 22, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants