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

Cluster reboot #66

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

Conversation

yprokule
Copy link
Collaborator

@yprokule yprokule commented Feb 5, 2024

Test that verifies ungraceful node(s) reboot

@yprokule
Copy link
Collaborator Author

yprokule commented Feb 5, 2024

/assign @yprokule

@yprokule yprokule requested a review from mcornea February 5, 2024 12:01
@yprokule yprokule self-assigned this Feb 5, 2024
@@ -0,0 +1,194 @@
package ungraceful_system_test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have this as a function under tests/internal/reboot/reboot.go so that it could be used in other test suites instead of having a separate reboot suite?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @mcornea, updated:

  • added dedicated function
  • existing reboot suite updated to use it

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yprokule so you want to have a separate test suite only for the reboot tests? Imo these should be part of a higher level test suite alongside other tests, focused on a specific use case, e.g. a core suite assuming these tests are going to run against a telco core environment.

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.

None yet

2 participants