Move tenant-related modules below tenant module (#3190)

No real code changes besides moving code around and adjusting the
imports.
This commit is contained in:
Kirill Bulatov
2022-12-23 15:40:37 +02:00
committed by GitHub
parent 0bafb2a6c7
commit b77c33ee06
18 changed files with 87 additions and 100 deletions

View File

@@ -470,7 +470,7 @@ def test_ignore_while_attaching(
pageserver_http.tenant_attach(tenant_id)
# Run ignore on the task, thereby cancelling the attach.
# XXX This should take priority over attach, i.e., it should cancel the attach task.
# But neither the failpoint, nor the proper storage_sync2 download functions,
# But neither the failpoint, nor the proper storage_sync download functions,
# are sensitive to task_mgr::shutdown.
# This problem is tracked in https://github.com/neondatabase/neon/issues/2996 .
# So, for now, effectively, this ignore here will block until attach task completes.