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

Fixed VM Snapshot Extension test failure - Expected <10> to be less than <10>, but was not #3503

Merged

Conversation

vipunj
Copy link
Contributor

@vipunj vipunj commented Nov 10, 2024

Test VmSnapsotLinuxBVTExtension.verify_vmsnapshot_extension was failing due AssertionError: [Restore point creation failed.] Expected <10> to be less than <10>, but was not.
For this, have removed redundant count increment from the func _verify_vmsnapshot_extension and now it is passing

@arisettisanjana
Copy link
Contributor

the error is because of repeated retries that were happening because of failures, and since it exceeded 10 retries we see that error.

Now we will have to check why were the failures occurring/happening

LiliDeng
LiliDeng previously approved these changes Nov 11, 2024
@LiliDeng
Copy link
Collaborator

@arisettisanjana please fix the CI check error

@LiliDeng LiliDeng merged commit 6c43900 into microsoft:main Nov 14, 2024
23 checks passed
SRIKKANTH pushed a commit that referenced this pull request Nov 23, 2024
…han <10>, but was not (#3503)

* removed redundant count increment

* Updated count

* Updated code
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.

3 participants