Skip to content

Commit

Permalink
test: ignore fork_dictionary_bytes field
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 17, 2024
1 parent d1a2730 commit d198168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/tests/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ type = "experimental"
index_max_keys_per_shard = 8192
data_freeze_threshold = 131072
dedup = true
fork_dictionary_bytes = "1GiB"
[[datanode.region_engine]]
Expand Down Expand Up @@ -836,6 +835,7 @@ fn drop_lines_with_inconsistent_results(input: String) -> String {
"sst_meta_cache_size =",
"vector_cache_size =",
"page_cache_size =",
"fork_dictionary_bytes =",
];

input
Expand Down

0 comments on commit d198168

Please sign in to comment.