| commit | aacee2c7f722494dbbcb5ce7576b9b63b33a6217 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Wed Mar 08 09:58:07 2023 -0800 |
| committer | GitHub <noreply@github.com> | Wed Mar 08 09:58:07 2023 -0800 |
| tree | 2c11954bdb029d7522c5c095b843c95648568980 | |
| parent | 3ba78f15538399073d0b5aba4ec19b1378af1625 [diff] |
Retry filesystem deletes (#1965) We frequently see CI failures with exceptions pointing to various deletes which fail because of processes still having the file or directory open. Add a retry with some async backoff.
Welcome! package:test is the standard testing library for Dart and Flutter. If you have questions about Dart testing, please see the docs for package:test. package:test_api and package:test_core are implementation details and generally not user-facing.
package:checks is a relatively new library for expressing test expectations. It's a more modern version of package:matcher and features a literate API.
| Package | Description | Version |
|---|---|---|
| checks | A framework for checking values against expectations and building custom expectations. | |
| test | A full featured library for writing and running Dart tests across platforms. | |
| test_api | ||
| test_core |