gristlabs_grist-core/app
Paul Fitzpatrick 05d1cdf140 (core) limit retries of uploads to external store in tests
Summary:
If an external store fails completely, Grist will continue to
retry uploading to it. This diff updated the HostedStorageManager
test to limit the extent of these retries to the test itself -
otherwise they continue for all other tests in the same process,
potentially disrupting those that read logs. There are other tests
that use s3, but they aren't run in the same process with delicate
log-reading tests, and it isn't quite as clear what improvement
to make there.

Test Plan:
artificially made external store fail, and checked that
test contamination seen previously no longer occurs.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3469
2022-06-06 16:19:41 -04:00
..
client (core) Redirect less often in welcomeNewUser 2022-06-06 11:26:49 -07:00
common (core) limit retries of uploads to external store in tests 2022-06-06 16:19:41 -04:00
gen-server (core) deal with SQLITE_BUSY: database is locked during tests 2022-06-03 15:51:59 -04:00
plugin (core) Update Plugin API documentation 2022-05-24 17:27:34 -07:00
server (core) limit retries of uploads to external store in tests 2022-06-06 16:19:41 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00