Skip to content

Commit

Permalink
Revert test_cannot_create_endpoint_on_non_uploaded_timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Dec 13, 2024
1 parent 98c12b0 commit 9f3f060
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test_runner/regress/test_branching.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,8 @@ def start_creating_timeline():

env.neon_cli.mappings_map_branch(initial_branch, env.initial_tenant, env.initial_timeline)

with pytest.raises(RuntimeError, match="ERROR: Not found: Timeline"):
env.endpoints.create_start(
initial_branch, tenant_id=env.initial_tenant, basebackup_request_tries=2
)
ps_http.configure_failpoints(("before-upload-index-pausable", "off"))
with pytest.raises(RuntimeError, match="is not active, state: Loading"):
env.endpoints.create_start(initial_branch, tenant_id=env.initial_tenant)
finally:
env.pageserver.stop(immediate=True)

Expand Down

0 comments on commit 9f3f060

Please sign in to comment.