resolve comments

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2023-05-23 12:01:47 -04:00
parent 56633521d3
commit 21ea1a2a36
2 changed files with 28 additions and 10 deletions

View File

@@ -413,6 +413,7 @@ def test_failed_tenant_directory_is_removed(
env = neon_env_builder.init_start()
env.pageserver.allowed_errors.append(".*tenant-create-fail.*")
env.pageserver.allowed_errors.append(".*tenant-attach-fail.*")
env.pageserver.allowed_errors.append(".*Tenant is already in Broken state.*")
env.pageserver.allowed_errors.append(".*could not load tenant.*")
env.pageserver.allowed_errors.append(".*InternalServerError.*")