test_download_remote_layers_api and similar: don't start safekeepers to validate on-demand downloads #4081
Labels
a/tech_debt
Area: related to tech debt
a/test/flaky
Area: related to flaky tests
a/test
Area: related to testing
c/storage/pageserver
Component: storage: pageserver
triaged
bugs that were already triaged
I've recently found the following procedure to prevent a bunch of flakiness.
We should follow it in older tests, such as the original on-demand download tests (
test_download_remote_layers_api
).For example, the
test_download_remote_layers_api
doesn't do this.At the end, it starts SKs again just to make a read-only query that is supposed to do layer downloads.
(This is follow-up to #4024 (review) )
The text was updated successfully, but these errors were encountered: