-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: vsock: Fix false-positive test failure
With some Linux kernels, certain vsock-related tests fail even though should just "pass with issues" (vsock is unavailable). This is due to the fact that we didn't catch NotYetConnectedException with an InvalidSocketException cause. Observed on Oracle cloud with Linux 5.4.17-2136.305.5.3.el8uek.x86_64
- Loading branch information
1 parent
6568075
commit f494e6e
Showing
3 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters