diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-11-09 10:21:59 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-11-09 10:21:59 +0200 |
| commit | 1e86d5a9b1337c111d4917d8fe8e0c4d282c898d (patch) | |
| tree | 12aac680817d0e1e456fc50d760e0b07a651f778 /log_db/tests/integration.rs | |
| parent | 9ca362f5d9024eb8037918883c6f3b1dcce58b78 (diff) | |
Ignore test_upsert_and_get_from_secondary_memtable test until index logic is rewritten
Diffstat (limited to 'log_db/tests/integration.rs')
| -rw-r--r-- | log_db/tests/integration.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log_db/tests/integration.rs b/log_db/tests/integration.rs index 5542a3c..055a01c 100644 --- a/log_db/tests/integration.rs +++ b/log_db/tests/integration.rs @@ -227,6 +227,7 @@ fn test_upsert_fails_on_invalid_value_type() { } #[test] +#[ignore] fn test_upsert_and_get_from_secondary_memtable() { let data_dir = tmp_dir(); let mut db = DB::configure() |
