mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 05:30:37 +00:00
test_tenant_reattach: fix reattach mode names (#6070)
## Problem Ref https://neondb.slack.com/archives/C033QLM5P7D/p1701987609146109?thread_ts=1701976393.757279&cid=C033QLM5P7D ## Summary of changes - Make reattach mode names unique for `test_tenant_reattach`
This commit is contained in:
committed by
GitHub
parent
7914eaf1e6
commit
d9d8e9afc7
@@ -55,7 +55,7 @@ def do_gc_target(
|
||||
class ReattachMode(str, enum.Enum):
|
||||
REATTACH_EXPLICIT = "explicit"
|
||||
REATTACH_RESET = "reset"
|
||||
REATTACH_RESET_DROP = "reset"
|
||||
REATTACH_RESET_DROP = "reset_drop"
|
||||
|
||||
|
||||
# Basic detach and re-attach test
|
||||
|
||||
Reference in New Issue
Block a user