Fix Flaky testing framework discovery against actual python process tests #11634
Labels
area-internal
Label for non-user facing issues
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
needs PR
Ready to be worked on
The following test with unittest framework often fails on CI both in Azdo as well as in GHA
Example builds:
Another flaky test under the same suite,
Example build:
It maybe the case that the operation itself is flaky (due to use of sockets in unittest framework), and the tests are just reflecting that. If that's the case, these should be fixed by #10119.
I think also recall seeing this failing with other frameworks - pytest, nose before, but I am not sure as they don't fail anymore, so just focusing on the unittest framework for now.
cc @karthiknadig
The text was updated successfully, but these errors were encountered: