mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 18:40:38 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user