clean up test_timeline_resurrection_on_attach

- add test description comment
- fix test name in enable_remote_storage
This commit is contained in:
Christian Schwarz
2023-04-27 11:39:24 +02:00
parent 33b52486d2
commit dd36f542e4

View File

@@ -758,12 +758,14 @@ def test_timeline_resurrection_on_attach(
remote_storage_kind: RemoteStorageKind,
):
"""
See https://github.com/neondatabase/neon/issues/3560
After deleting a timeline it should never appear again.
This test ensures that this invariant holds for detach+attach.
Original issue: https://github.com/neondatabase/neon/issues/3560
"""
neon_env_builder.enable_remote_storage(
remote_storage_kind=remote_storage_kind,
test_name="test_timeline_resurrection",
test_name="test_timeline_resurrection_on_attach",
)
##### First start, insert data and upload it to the remote storage