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

Skip HVSock_* flaky tests until they are fixed #2365

Merged

Conversation

jiechen0826
Copy link
Contributor

@jiechen0826 jiechen0826 commented Jan 28, 2025

This PR adds t.Skip statements to flaky tests in the test/functional/hvsock_test.go file.

This allows github CI to pass by temporarily skipping them until they can be fixed. The tests are flaky in the sense that several sub test cases would pass in a run but fail in a different run. Internal CI shows the same behavior.

The investigation of the flaky tests is already in progress.
The re-enabling of the skipped tests is added to the backlog as well.

The following flaky tests are skipped:

  • test/functional/hvsock_test.go/TestHVSock_UVM_HostBind
  • test/functional/hvsock_test.go/TestHVSock_UVM_GuestBind
  • test/functional/hvsock_test.go/TestHVSock_Container_HostBind
  • test/functional/hvsock_test.go/TestHVSock_Container_GuestBind

@jiechen0826 jiechen0826 merged commit 24ef284 into microsoft:main Jan 28, 2025
19 checks passed
@jiechen0826 jiechen0826 deleted the skip_hvsock_functional_tests branch January 28, 2025 21:10
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