@@ -21,19 +21,9 @@ public static void addExpressionErrors(ExpectedErrors errors) {
2121 // functions
2222 errors .add ("BIGINT value is out of range" );
2323 errors .add ("doesn't have a default value" ); // default
24-
2524 errors .add ("is not valid for CHARACTER SET" );
26-
27- // known issue: https://github.com/pingcap/tidb/issues/14819
28- // errors.add("Wrong plan type for dataReaderBuilder");
29-
3025 errors .add ("DOUBLE value is out of range" );
3126
32- // errors.add("index out of range"); // https://github.com/pingcap/tidb/issues/15810
33- // errors.add("baseBuiltinFunc.evalString() should never be called, please contact the TiDB team for help"); //
34- // https://github.com/pingcap/tidb/issues/15847
35- // errors.add("unsupport column type for encode 6"); // https://github.com/pingcap/tidb/issues/15850
36-
3727 errors .add ("Data truncation: %s value is out of range in '%s'" );
3828 errors .add ("Truncated incorrect FLOAT value" );
3929 errors .add ("Bad Number" );
@@ -47,13 +37,6 @@ public static void addExpressionErrors(ExpectedErrors errors) {
4737 errors .add ("Can\' t find column" ); // https://github.com/pingcap/tidb/issues/35527
4838 errors .add ("Cannot convert" ); // https://github.com/pingcap/tidb/issues/35652
4939
50- // https://github.com/tidb-challenge-program/bug-hunting-issue/issues/57
51- // errors.add("For input string: \"+Inf\"");
52-
53- // errors.add("inconsistent index"); // https://github.com/tidb-challenge-program/bug-hunting-issue/issues/58
54-
55- // errors.add("Illegal mix of collations");
56-
5740 if (TiDBBugs .bug35677 ) {
5841 errors .add ("for function inet_aton" );
5942 }
@@ -92,11 +75,6 @@ public static void addInsertErrors(ExpectedErrors errors) {
9275 errors .add ("Incorrect decimal value" );
9376 errors .add ("error parsing regexp" );
9477 errors .add ("is not valid for CHARACTER SET" );
95-
96- // if (true) {
97- // // https://github.com/tidb-challenge-program/bug-hunting-issue/issues/54
98- // errors.add("Miss column");
99- // }
10078 }
10179
10280}
0 commit comments