Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 25, 2023
1 parent 4c6c910 commit d2cf0b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/cmd/src/standalone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,14 +526,18 @@ mod tests {
enable_memory_catalog = true
[wal]
[wal_meta]
provider = "raft_engine"
[wal_datanode]
provider = "raft_engine"
dir = "/tmp/greptimedb/test/wal"
file_size = "1GB"
purge_threshold = "50GB"
purge_interval = "10m"
read_batch_size = 128
sync_write = false
[storage]
data_home = "/tmp/greptimedb/"
type = "File"
Expand Down
6 changes: 5 additions & 1 deletion tests-integration/tests/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,11 @@ write_interval = "30s"
[datanode.export_metrics.headers]
[logging]
enable_otlp_tracing = false"#,
enable_otlp_tracing = false
[wal_meta]
provider = "raft_engine"
"#,
store_type,
);
let body_text = drop_lines_with_inconsistent_results(res_get.text().await);
Expand Down

0 comments on commit d2cf0b6

Please sign in to comment.