Skip to content

Commit

Permalink
[UT] Fix sql-test inverted index with replicated_storage mode off (St…
Browse files Browse the repository at this point in the history
…arRocks#40605)

Signed-off-by: srlch <linzichao@starrocks.com>
  • Loading branch information
srlch authored Feb 2, 2024
1 parent e448c7c commit 7959184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/sql/test_inverted_index/R/test_inverted_index
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROPERTIES (
"replication_num" = "1",
"in_memory" = "false",
"enable_persistent_index" = "false",
"replicated_storage" = "true",
"replicated_storage" = "false",
"compression" = "LZ4"
);
-- result:
Expand Down Expand Up @@ -44,7 +44,7 @@ PROPERTIES (
"replication_num" = "1",
"in_memory" = "false",
"enable_persistent_index" = "false",
"replicated_storage" = "true",
"replicated_storage" = "false",
"compression" = "LZ4"
);
-- result:
Expand Down
4 changes: 2 additions & 2 deletions test/sql/test_inverted_index/T/test_inverted_index
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROPERTIES (
"replication_num" = "1",
"in_memory" = "false",
"enable_persistent_index" = "false",
"replicated_storage" = "true",
"replicated_storage" = "false",
"compression" = "LZ4"
);

Expand All @@ -36,7 +36,7 @@ PROPERTIES (
"replication_num" = "1",
"in_memory" = "false",
"enable_persistent_index" = "false",
"replicated_storage" = "true",
"replicated_storage" = "false",
"compression" = "LZ4"
);

Expand Down

0 comments on commit 7959184

Please sign in to comment.