mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
Fix unit tests.
`activate` is now more strict and errors out if the tenant is already Active.
This commit is contained in:
committed by
Christian Schwarz
parent
264b0ada9f
commit
39b10696e9
@@ -2556,7 +2556,7 @@ pub mod harness {
|
||||
let walredo_mgr = Arc::new(TestRedoManager);
|
||||
|
||||
let tenant = Arc::new(Tenant::new(
|
||||
TenantState::Active,
|
||||
TenantState::Loading,
|
||||
self.conf,
|
||||
TenantConfOpt::from(self.tenant_conf),
|
||||
walredo_mgr,
|
||||
|
||||
Reference in New Issue
Block a user