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

Remove example E2E tests #1433

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

tpantelis
Copy link
Contributor

These tests take 20 sec to complete due to an artificial 10 sec retry interval when verifying pods created. While we can reduce this interval to significantly speed up the tests, upon inspection, these 2 tests really don't add any value. The test description states "demonstrating the use of the test framework" but they don't really do that. One test creates pods in each cluster using the framework's generated namespace but that's really trivial usage of the framework. The other test merely lists pods in each cluster which doesn't even use the framework.

There's plenty of other E2E tests that demonstrate the use of the framework.

These tests take 20 sec to complete due to an artificial 10 sec retry
interval when verifying pods created. While we can reduce this interval
to significantly speed up the tests, upon inspection, these 2 tests
really don't add any value. The test description states "demonstrating
the use of the test framework" but they don't really do that. One test
creates pods in each cluster using the framework's generated namespace
but that's really trivial usage of the framework. The other test merely
lists pods in each cluster which doesn't even use the framework.

There's plenty of other E2E tests that demonstrate the use of the
framework.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
@tpantelis tpantelis self-assigned this Oct 21, 2023
@submariner-bot
Copy link

🤖 Created branch: z_pr1433/tpantelis/rem_example_e2e

@skitt skitt merged commit 10c826d into submariner-io:devel Oct 23, 2023
@submariner-bot
Copy link

🤖 Closed branches: [z_pr1433/tpantelis/rem_example_e2e]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants