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

Improvements to e2e tests and documentation #2233

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

iwalther
Copy link

Description

This PR includes more detailed documentation for running e2e tests, as well as one customization know that helped me start the tests in my environment, and a minor fix for a bug that prevents running e2e tests in a cluster without storage class labels.

Type of change

Please select one of the options below.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation

Discussion

n/a

Testing

Manually tested the code changes.

Documentation

PR includes documentation of the new setting.

Follow-up

n/a

This allows running in clusters where a node selector is necessary.
If no storage classes in the test cluster are labeled, this test is
skipped. But then AfterEach would panic when trying to revert to the empty string storage class.
The kind setup doesn't work out of the box for me. In particular some
test cases of the test_operator suite that start "test" nodes in the
foundationdb cluster consistently do not pass, and some others time out.
It fails to print a tab when pods are pending but don't have a matching status
condition.
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