test_vm_bit_clear_on_heap_lock_blackbox: dump layer map while flaky code is running

refs https://github.com/neondatabase/neon/issues/6967
This commit is contained in:
Christian Schwarz
2024-06-12 21:09:35 +02:00
parent 17c51ad63a
commit 4a190986b4
8 changed files with 97 additions and 1 deletions

View File

@@ -4,6 +4,10 @@ version = "0.1.0"
edition.workspace = true
license.workspace = true
[features]
default = []
testing = []
[dependencies]
serde.workspace = true
serde_with.workspace = true

View File

@@ -322,6 +322,8 @@ pub struct TenantConfig {
pub timeline_get_throttle: Option<ThrottleConfig>,
pub image_layer_creation_check_threshold: Option<u8>,
pub switch_aux_file_policy: Option<AuxFilePolicy>,
#[cfg(feature = "testing")]
pub test_vm_bit_debug_logging: Option<bool>,
}
/// The policy for the aux file storage. It can be switched through `switch_aux_file_policy`