mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
Revert "test_pageserver: fix unexpected message: CopyFail during COPY by turning off safekeepers"
This reverts commit e91073df75.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user