Registry testing - part 16

This commit is contained in:
Maurus Decimus
2026-03-26 19:10:06 +01:00
parent 0fde3e04fd
commit 72bc8c05ab
23 changed files with 1100 additions and 2819 deletions

View File

@@ -16,9 +16,9 @@ static GLOBAL: Jemalloc = Jemalloc;
/*
#[cfg(test)]
pub mod cluster;
*/
#[cfg(test)]
pub mod directory;
*/
#[cfg(test)]
pub mod imap;
#[cfg(test)]
@@ -45,6 +45,7 @@ pub trait AssertConfig {
#[cfg(test)]
impl AssertConfig for Bootstrap {
fn assert_no_errors(self) -> Self {
let todo = "cluster tests";
if !self.errors.is_empty() {
panic!("Errors: {:#?}", self.errors);
}