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

refactor: centralize test setup/cleanup - add cleanup debugging #38

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

richm
Copy link
Contributor

@richm richm commented Feb 16, 2024

We are getting some test flakes which I believe are related to
incomplete cleanup. Rather than add the same code to every test,
I created a tasks/cleanup.yml to do this, and variables for the
storage pools and other parameters to cleanup. Then, it made
sense to do the same for setup - tasks/setup.yml

Signed-off-by: Rich Megginson [email protected]

@richm richm requested a review from spetrosi as a code owner February 16, 2024 02:49
@richm richm force-pushed the debug-cleanup-failures branch from b52717f to bb3ed66 Compare February 16, 2024 02:50
@richm richm changed the title debug cleanup failures refactor: centralize test setup/cleanup - add cleanup debugging Feb 16, 2024
@richm
Copy link
Contributor Author

richm commented Feb 16, 2024

[citest]

@richm
Copy link
Contributor Author

richm commented Feb 16, 2024

[citest]

We are getting some test flakes which I believe are related to
incomplete cleanup.  Rather than add the same code to every test,
I created a tasks/cleanup.yml to do this, and variables for the
storage pools and other parameters to cleanup.  Then, it made
sense to do the same for setup - tasks/setup.yml

Signed-off-by: Rich Megginson <[email protected]>
@richm richm force-pushed the debug-cleanup-failures branch from 479a999 to 5cbc04d Compare February 17, 2024 18:44
@richm richm merged commit b1246eb into linux-system-roles:main Feb 17, 2024
17 checks passed
@richm richm deleted the debug-cleanup-failures branch February 17, 2024 18: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.

2 participants