-
Notifications
You must be signed in to change notification settings - Fork 28
HMS-6036: QE - migrate iqe test_snapshot_deletion #524
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
base: main
Are you sure you want to change the base?
Conversation
57a4dec
to
4773f4d
Compare
4773f4d
to
b61c3eb
Compare
To ensure it uses recently created repository with latest snapshot of the same repository
46e6a63
to
8374a4f
Compare
- Implemented a test step to delete a single snapshot and verify the snapshot count decreases correctly. - Added a test step for bulk deletion of multiple snapshots, ensuring the bulk delete button is disabled when all snapshots are selected. - Verified that at least one snapshot remains after bulk deletion and validated the updated snapshot count.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a few comments, some changes needed 😅
unable to run the test currently due to a bug on stage, will revisit after that is fixed and comments addressed 🫡
2. Changed spcific locator to make it readable form 3. added cleanup for the repo which uses zoo repo to avoid duplication error
- Moved the snapshot deletion test into the 'Snapshot Repositories' describe block. - Added a step to check for existing "zoo" repositories and delete them if present, ensuring a clean state before starting the test.
d408689
to
6b3ed37
Compare
I am facing the following issues with the test:
Overall, the test is very flaky and inconsistent. |
No description provided.