Add Activating as a possible state for attaching a tenant in test_tenant_relocation validation (#4581)

Fix flakyness of test_tenant_relocation
This commit is contained in:
Shany Pozin
2023-06-28 12:35:52 +03:00
committed by GitHub
parent 02ef246db6
commit ec9b585837

View File

@@ -419,8 +419,6 @@ def test_tenant_relocation(
new_pageserver_http.tenant_attach(tenant_id)
# wait for tenant to finish attaching
tenant_status = new_pageserver_http.tenant_status(tenant_id=tenant_id)
assert tenant_status["state"]["slug"] in ["Attaching", "Active"]
wait_until(
number_of_iterations=10,
interval=1,