mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-25 02:44:26 +01:00
Merge branch 'main' into feature/fix-clippy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user