Skip to content

Commit

Permalink
[Fix](regression-test) fix wrong variable name in test_index_compacti…
Browse files Browse the repository at this point in the history
…on_with_multi_index_segments #38182 (#38648)

cherry pick from #38182
  • Loading branch information
airborne12 authored Aug 1, 2024
1 parent 6ddca2a commit bfb2ad4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ suite("test_index_compaction_with_multi_index_segments", "p0") {
* 4. insert 10 rows, again
* 5. full compaction
*/
table_name = "test_index_compaction_with_multi_index_segments_dups"
tableName = "test_index_compaction_with_multi_index_segments_dups"
sql """ DROP TABLE IF EXISTS ${tableName}; """
sql """
CREATE TABLE ${tableName} (
Expand Down Expand Up @@ -256,7 +256,7 @@ suite("test_index_compaction_with_multi_index_segments", "p0") {
* 4. insert 10 rows, again
* 5. full compaction
*/
table_name = "test_index_compaction_with_multi_index_segments_unique"
tableName = "test_index_compaction_with_multi_index_segments_unique"
sql """ DROP TABLE IF EXISTS ${tableName}; """
sql """
CREATE TABLE ${tableName} (
Expand Down

0 comments on commit bfb2ad4

Please sign in to comment.