Skip to content

Commit

Permalink
disable time-consuming test in native cstore.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaodong25 committed Nov 19, 2024
1 parent 87bc410 commit 175fd19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions geaflow-cstore/tests/test_engine_compact_without_fo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
1 change: 1 addition & 0 deletions geaflow-cstore/tests/test_table_with_large_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ fn test_table(test_mode: &TestMode) {
}

#[test]
#[ignore]
fn test_table_local_mode() {
test_table(&TestMode::Local);
}
1 change: 1 addition & 0 deletions geaflow-cstore/tests/test_two_store_sf10.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 175fd19

Please sign in to comment.