Skip to content

Commit

Permalink
[cherry-pick](branch-2.1)fix the mutil threads tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 committed Oct 29, 2024
1 parent 70fc340 commit 691cc52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ suite("test_unique_schema_key_change_drop", "p0") {
" (4, 'Emily Brown', 92.0, 'San Francisco', 28, 2, 5556667778, true, 40, 4000000000, '2024-06-14', '2024-06-14', '2024-06-14 13:30:00', '2024-06-14 13:30:00')," +
" (5, 'David Wilson', 88.9, 'Seattle', 32, 1, 9998887776, false, 50, 5000000000, '2024-06-15', '2024-06-15', '2024-06-15 15:45:00', '2024-06-15 15:45:00');"

def insertSql = ""
//TODO Test the unique model by drop a key type from BOOLEAN
errorMessage = "errCode = 2, detailMessage = Can not drop key column in Unique data model table"
expectException({
Expand Down

0 comments on commit 691cc52

Please sign in to comment.