Enable skipped TestTestbenchContinueAfterFaultInjection tests on Windows #454
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
On implementing Storage Testbench's Windows support using waitress, unit tests test_repeated_broken_stream_faults_by_header and test_repeated_error_after_256K_faults_by_header in TestTestbenchContinueAfterFaultInjection is intermittently failing on Windows.
Right now these tests' assert has been skipped for Windows, but we need to identify that what is the root cause for these failures on Windows and then enable the test again after fixing it.
PS: On non-windows platform, all unit tests are running.
The text was updated successfully, but these errors were encountered: