Skip to content

Commit

Permalink
[fix](test)resolve table name conflict between test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
starocean999 committed Sep 30, 2024
1 parent 27236f6 commit 4ed8a8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// under the License.

suite("test_dup_schema_key_change_modify","p0") {
def tbName1 = "test_dup_schema_key_change_modify1"
def tbName2 = "test_dup_schema_key_change_modify_1"
def tbName1 = "test_dup_schema_key_change_modify1_v2"
def tbName2 = "test_dup_schema_key_change_modify_1_v2"
def initTable1 = ""
def initTableData1 = ""

Expand Down

0 comments on commit 4ed8a8a

Please sign in to comment.