Clean up terms "delete timeline" and "detach tenant".

You cannot attach/detach an individual timeline, attach/detach always
applies to the whole tenant. However, you can *delete* a single timeline
from a tenant. Fix some comments and error messages that confused these
two operations.
This commit is contained in:
Heikki Linnakangas
2022-10-11 14:48:04 +03:00
committed by Heikki Linnakangas
parent 676c63c329
commit e5e40a31f4
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ def test_normal_work(neon_env_builder: NeonEnvBuilder, num_timelines: int, num_s
* restart compute
* check that the data is there
* stop compute
* detach timeline
* detach tenant
Repeat check for several tenants/timelines.
"""