Registry testing - part 8
This commit is contained in:
@@ -140,6 +140,10 @@ async fn destroy_account(server: &Server, task: &TaskDestroyAccount) -> trc::Res
|
||||
SearchIndex::Contacts,
|
||||
SearchIndex::Calendar,
|
||||
] {
|
||||
let c = println!(
|
||||
"Unindexing search index {:?} for account {}",
|
||||
index, account_id
|
||||
);
|
||||
server
|
||||
.search_store()
|
||||
.unindex(SearchQuery::new(index).with_account_id(account_id))
|
||||
|
||||
@@ -261,7 +261,7 @@ impl TaskQueueManager for Server {
|
||||
account_id: 0,
|
||||
collection: 0,
|
||||
document_id: 0,
|
||||
class: ValueClass::TaskQueue(TaskQueueClass::Due { id: 0, due: 0 }),
|
||||
class: ValueClass::TaskQueue(TaskQueueClass::Due { id: 0, due: 1 }),
|
||||
};
|
||||
let to_key = ValueKey::<ValueClass> {
|
||||
account_id: u32::MAX,
|
||||
|
||||
Reference in New Issue
Block a user