From 175fd194afdfda350283c827561d2e276b5574cd Mon Sep 17 00:00:00 2001 From: "haodong.thd" Date: Tue, 19 Nov 2024 23:53:46 +0800 Subject: [PATCH] disable time-consuming test in native cstore. --- geaflow-cstore/tests/test_engine_compact_without_fo.rs | 1 + geaflow-cstore/tests/test_table_with_large_data.rs | 1 + geaflow-cstore/tests/test_two_store_sf10.rs | 1 + 3 files changed, 3 insertions(+) diff --git a/geaflow-cstore/tests/test_engine_compact_without_fo.rs b/geaflow-cstore/tests/test_engine_compact_without_fo.rs index d1231f0ff..eb7a6efdb 100644 --- a/geaflow-cstore/tests/test_engine_compact_without_fo.rs +++ b/geaflow-cstore/tests/test_engine_compact_without_fo.rs @@ -34,6 +34,7 @@ const COMPACT_ITERATIONS: [u32; 4] = [10000, 50000, 100000, 200000]; const COMPACT_TEST_ITERATIONS: u32 = 10; #[test] +#[ignore] fn test_engine_compact_without_fo() { log_util::try_init(LogType::ConsoleAndFile, LogLevel::Debug, 0); let mut rng: IsaacRng = SeedableRng::from_entropy(); diff --git a/geaflow-cstore/tests/test_table_with_large_data.rs b/geaflow-cstore/tests/test_table_with_large_data.rs index 68d09a63d..51c452d68 100644 --- a/geaflow-cstore/tests/test_table_with_large_data.rs +++ b/geaflow-cstore/tests/test_table_with_large_data.rs @@ -204,6 +204,7 @@ fn test_table(test_mode: &TestMode) { } #[test] +#[ignore] fn test_table_local_mode() { test_table(&TestMode::Local); } diff --git a/geaflow-cstore/tests/test_two_store_sf10.rs b/geaflow-cstore/tests/test_two_store_sf10.rs index 64b07edfa..2e42d9f19 100644 --- a/geaflow-cstore/tests/test_two_store_sf10.rs +++ b/geaflow-cstore/tests/test_two_store_sf10.rs @@ -24,6 +24,7 @@ use rustc_hash::FxHashMap; use crate::log_util::info; #[test] +#[ignore] fn test_two_store_with_ldbc_sf10_source() { log_util::try_init(LogType::ConsoleAndFile, LogLevel::Debug, 0); info!("start test_two_store_with_ldbc_sf10_source");