Skip to content

Commit

Permalink
[fix](regression-test) Multi threaded testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 committed Oct 24, 2024
1 parent fc20823 commit a87461c
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 a87461c

Please sign in to comment.