Revert "test_pageserver: fix unexpected message: CopyFail during COPY by turning off safekeepers"

This reverts commit e91073df75.
This commit is contained in:
Alexander Bayandin
2024-01-03 19:13:02 +00:00
parent c54b262bbe
commit be21ab135d

View File

@@ -74,10 +74,6 @@ def snapshotting_env(
# stop PS just for good measure
env.pageserver.stop()
# we don't need safekeepers for this test
for sk in env.safekeepers:
sk.stop()
# duplicate the tenant in remote storage
src_timelines_dir: Path = remote_storage.tenant_path(template_tenant) / "timelines"
assert src_timelines_dir.is_dir(), f"{src_timelines_dir} is not a directory"