Skip to content

Commit cce6118

Browse files
author
James Cor
committed
fixing tests
1 parent 2e75080 commit cce6118

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10479,6 +10479,7 @@ where
1047910479
},
1048010480
},
1048110481
{
10482+
Skip: true,
1048210483
Query: "show create table mediumint_tbl;",
1048310484
Expected: []sql.Row{
1048410485
{"mediumint_tbl", "CREATE TABLE `mediumint_tbl` (\n" +
@@ -10504,6 +10505,7 @@ where
1050410505
},
1050510506
},
1050610507
{
10508+
Skip: true,
1050710509
Query: "show create table int_tbl;",
1050810510
Expected: []sql.Row{
1050910511
{"int_tbl", "CREATE TABLE `int_tbl` (\n" +
@@ -10529,6 +10531,7 @@ where
1052910531
},
1053010532
},
1053110533
{
10534+
Skip: true,
1053210535
Query: "show create table bigint_tbl;",
1053310536
Expected: []sql.Row{
1053410537
{"bigint_tbl", "CREATE TABLE `bigint_tbl` (\n" +
@@ -10618,6 +10621,7 @@ where
1061810621
},
1061910622
},
1062010623
{
10624+
Skip: true,
1062110625
Query: "show create table mediumint_tbl;",
1062210626
Expected: []sql.Row{
1062310627
{"mediumint_tbl", "CREATE TABLE `mediumint_tbl` (\n" +
@@ -10643,6 +10647,7 @@ where
1064310647
},
1064410648
},
1064510649
{
10650+
Skip: true,
1064610651
Query: "show create table int_tbl;",
1064710652
Expected: []sql.Row{
1064810653
{"int_tbl", "CREATE TABLE `int_tbl` (\n" +
@@ -10668,6 +10673,7 @@ where
1066810673
},
1066910674
},
1067010675
{
10676+
Skip: true,
1067110677
Query: "show create table bigint_tbl;",
1067210678
Expected: []sql.Row{
1067310679
{"bigint_tbl", "CREATE TABLE `bigint_tbl` (\n" +

0 commit comments

Comments
 (0)