AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Have standalone test framework recover more gracefully from hangs

Open craxal opened this issue 2 years ago • 2 comments

  • [x] Add timeouts to individual tests
  • [x] ~~Allow tests to run in parallel~~
  • [ ] Ensure test results can be retrieved even if some tests hang (write results to temp file, then assemble test results file when all tests finish, even after timeout)

craxal avatar Dec 15 '21 19:12 craxal

Cutting out running tests in parallel. Introduces way too much complexity into tests, especially existing ones which may already rely on the fact tests are run sequentially.

MRayermannMSFT avatar Jul 21 '22 19:07 MRayermannMSFT

Merged a change for tests timing out. Tried to do a not huge change for partial results. Didn't like what I came up with. I think for now just punting this to future is fine.

MRayermannMSFT avatar Jul 22 '22 22:07 MRayermannMSFT