Merge branch 'main' into feature/fix-clippy

This commit is contained in:
김선우
2024-09-16 21:58:07 +09:00
10 changed files with 271 additions and 61 deletions

View File

@@ -38,6 +38,7 @@ mod tests {
use super::*;
use limbo_core::{RowResult, Value};
#[ignore]
#[test]
fn test_sequential_write() -> anyhow::Result<()> {
let _ = env_logger::try_init();
@@ -99,6 +100,7 @@ mod tests {
Ok(())
}
#[ignore]
#[test]
fn test_btree_splitting() -> anyhow::Result<()> {
static INIT: Once = Once::new();
@@ -219,6 +221,7 @@ mod tests {
Ok(())
}
#[ignore]
#[test]
fn test_sequential_overflow_page() -> anyhow::Result<()> {
let _ = env_logger::try_init();