1. 15 1月, 2021 11 次提交
  2. 14 1月, 2021 2 次提交
  3. 13 1月, 2021 10 次提交
  4. 12 1月, 2021 3 次提交
  5. 11 1月, 2021 5 次提交
  6. 10 1月, 2021 1 次提交
  7. 09 1月, 2021 7 次提交
  8. 08 1月, 2021 1 次提交
    • A
      FS improvements for unit tests (#114026) · d6a63fc7
      Alexandru Dima 提交于
      * Use RimRafMode.UNLINK in tests to avoid filesystem contention (#114024)
      
      * Add `rimrafWithRetries` for tests which incorrectly continue writing to the fixture directory even after the test signals completion
      
      * 💄 No need to pass in RimRafMode.UNLINK since that is the default
      
      * Also retry in case of EPERM
      
      * Add some logging to check if rimraf really fails 5 times
      
      * Fix retry logic
      
      * Improve BackupTracker disposing to avoid fs writes after the test finishes
      d6a63fc7