Skip to content

Console Output

Skipping 1,012 KB.. Full Log
time="2024-05-06T11:44:19+08:00" level=warning msg="command not implemented" arguments=" update t1, v1 set t1.b=t1.a+t1.b+v1.b where t1.a=v1.a;" command=send line=562
time="2024-05-06T11:44:19+08:00" level=warning msg="command not implemented" arguments=" include/wait_condition.inc" command=source line=572
time="2024-05-06T11:44:19+08:00" level=warning msg="command not implemented" arguments=";" command=reap line=576
time="2024-05-06T11:44:19+08:00" level=warning msg="command not implemented" arguments=";" command=reap line=579
time="2024-05-06T11:44:19+08:00" level=warning msg="array_index:303 query succeeded, but expected error(s)! (expected errors: ER_INVALID_JSON_TEXT_IN_PARAM) (query: explain select * from t1 force index(i1) where json_contains(f1->\"$[*]\", \"[4,\");)"
time="2024-05-06T11:44:19+08:00" level=warning msg="multi_update:642 query succeeded, but expected error(s)! (expected errors: ER_DUP_ENTRY) (query: delete t3.* from t2,t3 where t2.a=t3.a;)"
time="2024-05-06T11:44:19+08:00" level=warning msg="multi_update:664 query succeeded, but expected error(s)! (expected errors: ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE) (query: UPDATE IGNORE t1, t1 t1a SET t1.a = 1 WHERE t1a.a = 1;)"
[Checks API] No suitable checks publisher found.
[Pipeline] }
time="2024-05-06T11:44:20+08:00" level=warning msg="multi_update:766 query failed with non expected error(s)! (ErrNonUpdatableTable not in ER_WRONG_USAGE, ER_VIEW_PREVENT_UPDATE) (err: Error 1288 (HY000): The target table v of the UPDATE is not updatable) (query: UPDATE v SET a=1 ORDER BY a;)"
time="2024-05-06T11:44:20+08:00" level=warning msg="multi_update:768 query failed with non expected error(s)! (ER_NON_UPDATABLE_TABLE not in ER_WRONG_USAGE, ER_VIEW_PREVENT_UPDATE) (err: Error 1288 (HY000): The target table v of the UPDATE is not updatable) (query: UPDATE v SET a=1 LIMIT 3;)"
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $check_query;" command=eval line=835
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query;" command=eval line=839
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $query;" command=eval line=840
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $check_query;" command=eval line=843
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query;" command=eval line=848
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $query;" command=eval line=849
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $check_query;" command=eval line=850
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query;" command=eval line=859
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $query;" command=eval line=860
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query;" command=eval line=866
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $query;" command=eval line=867
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
./t/multi_update.test: ok! 356 test cases passed, take time 5.819671531 s
time="2024-05-06T11:44:20+08:00" level=warning msg="multi_update_innodb:24 query failed with non expected error(s)! (ER_NON_UPDATABLE_TABLE != ER_MULTI_UPDATE_KEY_CONFLICT) (err: Error 1288 (HY000): The target table A of the UPDATE is not updatable) (query: UPDATE v1 AS A, t1 AS B SET A.pk = 1, B.a = 2;)"
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query;" command=eval line=107
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query;" command=eval line=112
time="2024-05-06T11:44:20+08:00" level=warning msg="command not implemented" arguments=" $query;" command=eval line=113
time="2024-05-06T11:44:20+08:00" level=warning msg="array_index:580 query failed with non expected error(s)! (ER_INVALID_JSON_TEXT != ER_INVALID_JSON_TEXT_IN_PARAM) (err: Error 3140 (22032): Invalid JSON text: The document root must not be followed by other values.) (query: select json_overlaps('asdasd',NULL);)"
./t/multi_update_innodb.test: ok! 62 test cases passed, take time 0.685101057 s
time="2024-05-06T11:44:21+08:00" level=warning msg="array_index:723 query failed with non expected error(s)! (ER_INVALID_JSON_VALUE_FOR_FUNC_INDEX != ER_WARN_DATA_TRUNCATED_FUNCTIONAL_INDEX) (err: Error 3903 (HY000): Invalid JSON value for CAST for expression index 'mv_idx') (query: insert into t1(j) values(\"[ 1 ]\") ;)"
./t/multi_update_tiny_hash.test: ok! 23 test cases passed, take time 0.282861614 s
time="2024-05-06T11:44:22+08:00" level=warning msg="array_index:847 query failed with non expected error(s)! (ErrUnknownCharacterSet != ER_NOT_SUPPORTED_YET) (err: Error 1115 (42000): Unknown character set: 'UTF32') (query: CREATE TABLE t1 (f1 JSON,\nKEY i1((CAST(f1->\"$[*]\" AS CHAR(10) CHARACTER SET UTF32 ARRAY))));)"
time="2024-05-06T11:44:22+08:00" level=warning msg="array_index:900 query failed with non expected error(s)! (ER_INVALID_JSON_TEXT != ER_INVALID_JSON_TEXT_IN_PARAM) (err: Error 3140 (22032): Invalid JSON text: The document root must not be followed by other values.) (query: SELECT SUM( DISTINCT table1.col_int ) AS field1,\nMAX( table1.col_int ) AS field3\nFROM C1 AS table1 LEFT JOIN C1 AS table2 ON 1\nWHERE CAST(RAND()*100 AS JSON) MEMBER OF( 'sTfW' )\nGROUP BY table1.pk ORDER BY field1, field3 ;)"
time="2024-05-06T11:44:22+08:00" level=warning msg="array_index:1059 query succeeded, but expected error(s)! (expected errors: ER_INVALID_JSON_TEXT_IN_PARAM) (query: SELECT JSON_OVERLAPS( '0' , t1. col_jsonn-> '$[0][*]' ) FROM t1 LEFT JOIN t2\nON t1.pk = JSON_OVERLAPS( 'OJNRaUr' , JSON_ARRAY( 'Q' , 'qX' ) ) WHERE t2 .\npk = 1;)"
./t/array_index.test: ok! 648 test cases passed, take time 5.061593395 s
./t/atomic_alter_user_no_warning.test: ok! 4 test cases passed, take time 0.051074372 s
time="2024-05-06T11:44:23+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=6
time="2024-05-06T11:44:23+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=7
time="2024-05-06T11:44:23+08:00" level=warning msg="auto_increment:119 query succeeded, but expected error(s)! (expected errors: ER_DUP_ENTRY) (query: select last_insert_id();)"
time="2024-05-06T11:44:23+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=192
time="2024-05-06T11:44:23+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=193
time="2024-05-06T11:44:23+08:00" level=warning msg="auto_increment:314 query succeeded, but expected error(s)! (expected errors: ER_DUP_ENTRY) (query: select last_insert_id();)"
time="2024-05-06T11:44:24+08:00" level=warning msg="auto_increment:511 query failed with non expected error(s)! (ErrUnsupportedDDLOperation != ER_DUP_ENTRY) (err: Error 8200 (HY000): Unsupported modify column: can't set auto_increment) (query: ALTER TABLE t1 CHANGE t1 t1 INT(10) auto_increment;)"
time="2024-05-06T11:44:25+08:00" level=warning msg="auto_increment:564 query failed with non expected error(s)! (ER_AUTOINC_READ_FAILED != ER_WARN_DATA_OUT_OF_RANGE) (err: Error 1467 (HY000): Failed to read auto-increment value from storage engine) (query: INSERT INTO t1 VALUES (NULL), (NULL), (NULL);)"
time="2024-05-06T11:44:25+08:00" level=warning msg="auto_increment:606 query succeeded, but expected error(s)! (expected errors: ER_TRUNCATED_WRONG_VALUE) (query: SELECT * FROM t1;)"
./t/auto_increment.test: ok! 324 test cases passed, take time 1.875606918 s
time="2024-05-06T11:44:25+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=8
time="2024-05-06T11:44:25+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=9
time="2024-05-06T11:44:25+08:00" level=warning msg="auto_increment_cache1:121 query succeeded, but expected error(s)! (expected errors: ER_DUP_ENTRY) (query: select last_insert_id();)"
time="2024-05-06T11:44:25+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=194
time="2024-05-06T11:44:25+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=195
time="2024-05-06T11:44:25+08:00" level=warning msg="multi_valued_index:582 query failed with non expected error(s)! (ErrDupEntry != 1176) (err: Error 1062 (23000): Duplicate entry '2-1850766141593485312-3' for key 't1.mv_idx_date') (query: INSERT INTO t1 SELECT * FROM t1 USE KEY FOR GROUP BY ( mv_idx_unsigned , mv_idx_signed ) GROUP BY j3 ORDER BY j1;)"
time="2024-05-06T11:44:25+08:00" level=warning msg="auto_increment_cache1:316 query succeeded, but expected error(s)! (expected errors: ER_DUP_ENTRY) (query: select last_insert_id();)"
time="2024-05-06T11:44:26+08:00" level=warning msg="auto_increment_cache1:513 query failed with non expected error(s)! (ErrUnsupportedDDLOperation != ER_DUP_ENTRY) (err: Error 8200 (HY000): Unsupported modify column: can't set auto_increment) (query: ALTER TABLE t1 CHANGE t1 t1 INT(10) auto_increment;)"
time="2024-05-06T11:44:26+08:00" level=warning msg="auto_increment_cache1:566 query failed with non expected error(s)! (ER_AUTOINC_READ_FAILED != ER_WARN_DATA_OUT_OF_RANGE) (err: Error 1467 (HY000): Failed to read auto-increment value from storage engine) (query: INSERT INTO t1 VALUES (NULL), (NULL), (NULL);)"
time="2024-05-06T11:44:26+08:00" level=warning msg="auto_increment_cache1:608 query succeeded, but expected error(s)! (expected errors: ER_TRUNCATED_WRONG_VALUE) (query: SELECT * FROM t1;)"
./t/auto_increment_cache1.test: ok! 323 test cases passed, take time 1.686737146 s
time="2024-05-06T11:44:26+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=6
time="2024-05-06T11:44:26+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=7
./t/bench_count_distinct.test: ok! 9 test cases passed, take time 0.064246325 s
time="2024-05-06T11:44:27+08:00" level=warning msg="command not implemented" arguments= command=disable_ps_protocol line=326
time="2024-05-06T11:44:27+08:00" level=warning msg="command not implemented" arguments= command=enable_metadata line=327
time="2024-05-06T11:44:27+08:00" level=warning msg="command not implemented" arguments= command=disable_metadata line=332
time="2024-05-06T11:44:27+08:00" level=warning msg="command not implemented" arguments= command=enable_ps_protocol line=333
./t/bigint.test: ok! 153 test cases passed, take time 1.09938178 s
time="2024-05-06T11:44:28+08:00" level=warning msg="command not implemented" arguments=" latin1" command=character_set line=13
time="2024-05-06T11:44:28+08:00" level=warning msg="command not implemented" arguments=" $DEFAULT_ENGINE ENGINE" command=replace_result line=101
time="2024-05-06T11:44:28+08:00" level=warning msg="command not implemented" arguments=" 4 3" command=replace_result line=133
./t/binary.test: ok! 84 test cases passed, take time 0.549710858 s
./t/bool.test: ok! 31 test cases passed, take time 0.099290119 s
./t/boot_coll_server_binary.test: ok! 3 test cases passed, take time 0.039980735 s
./t/bug28940878.test: ok! 9 test cases passed, take time 0.032539767 s
time="2024-05-06T11:44:29+08:00" level=warning msg="command not implemented" arguments=" include/not_sparc_debug.inc" command=source line=7
time="2024-05-06T11:44:29+08:00" level=warning msg="command not implemented" arguments= command=disable_abort_on_error line=13
time="2024-05-06T11:44:29+08:00" level=warning msg="command not implemented" arguments= command=enable_abort_on_error line=79
./t/bug33509.test: ok! 5 test cases passed, take time 0.087589669 s
./t/bug46760.test: ok! 6 test cases passed, take time 0.053437386 s
time="2024-05-06T11:44:29+08:00" level=warning msg="bug58669:17 query succeeded, but expected error(s)! (expected errors: ER_OPTION_PREVENTS_STATEMENT) (query: INSERT INTO db1.t1 VALUES (1);)"
./t/bug58669.test: ok! 10 test cases passed, take time 0.084181671 s
time="2024-05-06T11:44:29+08:00" level=warning msg="builtin:35 query succeeded, but expected error(s)! (expected errors: Data Too Long.) (query: SELECT 1, CAST(1234 AS CHAR(3));)"
time="2024-05-06T11:44:29+08:00" level=warning msg="builtin:38 query succeeded, but expected error(s)! (expected errors: bad cast type.) (query: SELECT 1, CAST(\"-1234\" AS UNSIGNED);)"
time="2024-05-06T11:44:29+08:00" level=warning msg="builtin:42 query succeeded, but expected error(s)! (expected errors: Data Too Long.) (query: SELECT 1, CAST(1234 AS CHAR(0));)"
time="2024-05-06T11:44:29+08:00" level=warning msg="builtin:98 query succeeded, but expected error(s)! (expected errors: Data Too Long) (query: SELECT 1, CONVERT(1234, CHAR(3));)"
./t/builtin.test: ok! 83 test cases passed, take time 0.087111212 s
./t/bulk_replace.test: ok! 6 test cases passed, take time 0.037629241 s
time="2024-05-06T11:44:29+08:00" level=warning msg="case:85 query failed with non expected error(s)! (ErrCantAggregate2collations != 1270) (err: Error 1267 (HY000): Illegal mix of collations (utf8mb4_unicode_ci,EXPLICIT) and (utf8mb4_bin,EXPLICIT) for operation '=') (query: SELECT CASE _utf8mb4'a' COLLATE utf8mb4_unicode_ci\nWHEN _utf8mb4'a' COLLATE utf8mb4_bin  THEN 1\nWHEN _utf8mb4'a' COLLATE utf8mb4_bin THEN 2\nEND;)"
./t/multi_valued_index.test: ok! 659 test cases passed, take time 7.8489781050000005 s
./t/case.test: ok! 90 test cases passed, take time 0.762356995 s
./t/multi_valued_index_cost_based.test: ok! 312 test cases passed, take time 0.937438744 s
time="2024-05-06T11:44:30+08:00" level=warning msg="mysql_replace:20 query succeeded, but expected error(s)! (expected errors: ErrUnsupportedDDLOperation) (query: alter table t1 engine=heap;)"
time="2024-05-06T11:44:30+08:00" level=warning msg="cast:362 query succeeded, but expected error(s)! (expected errors: ER_TOO_BIG_DISPLAYWIDTH) (query: SELECT CAST( 'a' AS BINARY(4294967296));)"
time="2024-05-06T11:44:30+08:00" level=warning msg="cast:364 query succeeded, but expected error(s)! (expected errors: ER_TOO_BIG_DISPLAYWIDTH) (query: SELECT CAST( 'a' AS BINARY(4294967296784564));)"
time="2024-05-06T11:44:30+08:00" level=warning msg="cast:408 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: SELECT CAST(999.00009 AS FLOAT(7,4)) as float_col;)"
time="2024-05-06T11:44:30+08:00" level=warning msg="cast:434 query succeeded, but expected error(s)! (expected errors: ER_DATA_OUT_OF_RANGE) (query: SELECT PERIOD_ADD(200905, CAST(3.14e19 AS DOUBLE));)"
time="2024-05-06T11:44:30+08:00" level=warning msg="cast:439 query succeeded, but expected error(s)! (expected errors: ER_DATA_OUT_OF_RANGE) (query: SELECT CAST(-1e308 as FLOAT);)"
./t/mysql_replace.test: ok! 19 test cases passed, take time 0.236876061 s
./t/negation_elimination.test: ok! 66 test cases passed, take time 0.195468536 s
time="2024-05-06T11:44:31+08:00" level=warning msg="nth:39 query succeeded, but expected error(s)! (expected errors: ER_WRONG_ARGUMENTS) (query: SELECT id, sex, NTH_VALUE(id, NULL) OVER () FROM t1;)"
./t/nth.test: ok! 86 test cases passed, take time 0.241268672 s
time="2024-05-06T11:44:31+08:00" level=warning msg="cast:868 query succeeded, but expected error(s)! (expected errors: ER_TRUNCATED_WRONG_VALUE) (query: SET SQL_MODE = \"\";)"
./t/cast.test: ok! 407 test cases passed, take time 1.066582307 s
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" test_nopw;" command=change_user line=15
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" test_newpw, newpw;" command=change_user line=18
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" root;" command=change_user line=21
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" test_nopw,,test;" command=change_user line=24
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" test_newpw,newpw,test;" command=change_user line=27
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" root,,test;" command=change_user line=30
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" 18446744073709551615 HA_POS_ERROR 4294967295 HA_POS_ERROR" command=replace_result line=46
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=change_user line=49
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" 18446744073709551615 HA_POS_ERROR 4294967295 HA_POS_ERROR" command=replace_result line=52
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=change_user line=57
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=change_user line=65
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=change_user line=78
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=change_user line=93
./t/change_user.test: ok! 34 test cases passed, take time 0.812069447 s
time="2024-05-06T11:44:32+08:00" level=warning msg="charset:22 query succeeded, but expected error(s)! (expected errors: ER_UNKNOWN_CHARACTER_SET) (query: DROP DATABASE IF EXISTS db21958734;)"
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" include/not_valgrind.inc" command=source line=57
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" echo \"wait\" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect" command=exec line=58
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=shutdown_server line=59
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" include/wait_until_disconnected.inc" command=source line=60
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" $MYSQLD --datadir=../data  --basedir=. --lc-messages-dir=$MYSQLTEST_VARDIR/../../share/english --character-set-server=filename >$MYSQLTEST_VARDIR/log/mysqld_out_err.log 2>&1" command=exec line=63
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" echo \"restart\" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect" command=exec line=65
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=enable_reconnect line=66
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" include/wait_until_connected_again.inc" command=source line=67
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments= command=disable_reconnect line=68
time="2024-05-06T11:44:32+08:00" level=warning msg="charset:74 query succeeded, but expected error(s)! (expected errors: 1) (query: USE charset;)"
time="2024-05-06T11:44:32+08:00" level=warning msg="charset:77 query succeeded, but expected error(s)! (expected errors: ER_CANNOT_CONVERT_STRING) (query: SELECT 'x' AS '🐬';)"
time="2024-05-06T11:44:32+08:00" level=warning msg="charset:84 query succeeded, but expected error(s)! (expected errors: ER_CANNOT_CONVERT_STRING) (query: CREATE VIEW v1 AS SELECT 'x' AS'🐬';)"
./t/charset.test: ok! 47 test cases passed, take time 0.352164831 s
time="2024-05-06T11:44:32+08:00" level=warning msg="command not implemented" arguments=" include/count_sessions.inc" command=source line=3
./t/check.test: ok! 20 test cases passed, take time 0.197919557 s
./t/comment_column.test: ok! 74 test cases passed, take time 0.479127198 s
./t/null_key_all_innodb.test: ok! 71 test cases passed, take time 2.074292707 s
./t/odbc.test: ok! 32 test cases passed, take time 0.306089182 s
./t/operator.test: ok! 28 test cases passed, take time 0.007414604 s
./t/comment_column2.test: ok! 35 test cases passed, take time 0.828583631 s
./t/comment_index.test: ok! 60 test cases passed, take time 0.697180411 s
time="2024-05-06T11:44:35+08:00" level=error msg="failed to perform let query" line=12 query="select variable_value from performance_schema.global_variables where variable_name='DEFAULT_STORAGE_ENGINE'"
time="2024-05-06T11:44:35+08:00" level=warning msg="command not implemented" arguments=" $ENGINE ENGINE" command=replace_result line=13
time="2024-05-06T11:44:35+08:00" level=error msg="failed to perform let query" line=24 query="select variable_value from performance_schema.global_variables where variable_name='DEFAULT_STORAGE_ENGINE'"
time="2024-05-06T11:44:35+08:00" level=warning msg="command not implemented" arguments=" $ENGINE ENGINE" command=replace_result line=25
./t/opt_hint_timeout.test: ok! 29 test cases passed, take time 1.067976716 s
time="2024-05-06T11:44:35+08:00" level=warning msg="command not implemented" arguments=" include/not_hypergraph.inc  # Join order hints are not supported." command=source line=2
time="2024-05-06T11:44:35+08:00" level=error msg="failed to perform let query" line=45 query="select variable_value from performance_schema.global_variables where variable_name='DEFAULT_STORAGE_ENGINE'"
time="2024-05-06T11:44:35+08:00" level=warning msg="command not implemented" arguments=" $ENGINE ENGINE" command=replace_result line=46
./t/comment_table.test: ok! 31 test cases passed, take time 0.235869311 s
time="2024-05-06T11:44:35+08:00" level=warning msg="comments:12 query succeeded, but expected error(s)! (expected errors: 1065) (query: select 1 /*!32301 +1 */;)"
time="2024-05-06T11:44:35+08:00" level=warning msg="comments:57 query succeeded, but expected error(s)! (expected errors: 1064) (query: prepare bar from \"DELETE FROM table_28779 WHERE a = 7 OR 1=1/*! AND 2=2;\";)"
./t/comments.test: ok! 22 test cases passed, take time 0.037971983 s
./t/compare.test: ok! 47 test cases passed, take time 0.234528843 s
time="2024-05-06T11:44:35+08:00" level=warning msg="composite_index:10 Unknown named --error Condition not match"
time="2024-05-06T11:44:35+08:00" level=warning msg="composite_index:10 query failed with non expected error(s)! (ER_DUP_ENTRY != Condition not match) (err: Error 1062 (23000): Duplicate entry '11' for key 't.PRIMARY') (query: INSERT INTO t (c1, c2, c3) VALUES(11, 22, 33);)"
time="2024-05-06T11:44:35+08:00" level=warning msg="composite_index:22 Unknown named --error Condition not match"
time="2024-05-06T11:44:35+08:00" level=warning msg="composite_index:22 query failed with non expected error(s)! (ER_DUP_ENTRY != Condition not match) (err: Error 1062 (23000): Duplicate entry '11-22' for key 't.PRIMARY') (query: INSERT INTO t (c1, c2, c3) VALUES(11, 22, 44);)"
time="2024-05-06T11:44:35+08:00" level=warning msg="composite_index:32 Unknown named --error Condition not match"
time="2024-05-06T11:44:35+08:00" level=warning msg="composite_index:32 query failed with non expected error(s)! (ER_DUP_ENTRY != Condition not match) (err: Error 1062 (23000): Duplicate entry '11-22' for key 't.c1_c2') (query: INSERT INTO t (c1, c2, c3) VALUES(11, 22, 44);)"
./t/composite_index.test: ok! 15 test cases passed, take time 0.079462852 s
./t/concurrent_ddl.test: ok! 9 test cases passed, take time 0.053546686 s
time="2024-05-06T11:44:35+08:00" level=warning msg="command not implemented" arguments=" include/turn_off_only_full_group_by.inc" command=source line=36
time="2024-05-06T11:44:35+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=69
./t/opt_hints_join_order.test: ok! 83 test cases passed, take time 0.936521793 s
time="2024-05-06T11:44:36+08:00" level=warning msg="command not implemented" arguments=" include/turn_off_only_full_group_by.inc" command=source line=209
time="2024-05-06T11:44:36+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=222
./t/count_distinct.test: ok! 111 test cases passed, take time 0.698538752 s
time="2024-05-06T11:44:36+08:00" level=warning msg="command not implemented" arguments=" include/no_valgrind_without_big.inc" command=source line=2
./t/count_distinct2.test: ok! 28 test cases passed, take time 0.07729924 s
./t/opt_hints_subquery.test: ok! 187 test cases passed, take time 0.554297467 s
./t/count_distinct3.test: ok! 10 test cases passed, take time 0.040279542 s
time="2024-05-06T11:44:36+08:00" level=warning msg="create_database:5 Unknown named --error EXISTS"
time="2024-05-06T11:44:36+08:00" level=warning msg="create_database:5 query failed with non expected error(s)! (ErrDBCreateExists != EXISTS) (err: Error 1007 (HY000): Can't create database 'create_database2'; database exists) (query: CREATE DATABASE create_database2;)"
time="2024-05-06T11:44:36+08:00" level=warning msg="create_database:12 Unknown named --error NOT_EXISTS"
time="2024-05-06T11:44:36+08:00" level=warning msg="create_database:12 query failed with non expected error(s)! (ErrDBDropExists != NOT_EXISTS) (err: Error 1008 (HY000): Can't drop database 'create_database2'; database doesn't exist) (query: DROP DATABASE create_database2;)"
./t/create_database.test: ok! 7 test cases passed, take time 0.042496746 s
./t/create_index.test: ok! 7 test cases passed, take time 0.080070224 s
./t/optimizer_bug12837084.test: ok! 10 test cases passed, take time 0.218339645 s
./t/create_not_windows.test: ok! 5 test cases passed, take time 0.03375674 s
time="2024-05-06T11:44:37+08:00" level=warning msg="create_table:21 query failed with non expected error(s)! (ER_DUP_ENTRY != ER_DUP_KEY) (err: Error 1062 (23000): Duplicate entry '11' for key 't.PRIMARY') (query: INSERT INTO t (c1) VALUES(11);)"
time="2024-05-06T11:44:37+08:00" level=warning msg="create_table:48 query failed with non expected error(s)! (ER_DUP_ENTRY != ER_DUP_KEY) (err: Error 1062 (23000): Duplicate entry '11' for key 't.PRIMARY') (query: INSERT INTO t (c1) VALUES(11);)"
time="2024-05-06T11:44:37+08:00" level=warning msg="command not implemented" arguments=" 9091 9090  # These two records can both be chosen from t2." command=replace_result line=120
time="2024-05-06T11:44:37+08:00" level=warning msg="command not implemented" arguments=" 9091 9090  # These two records can both be chosen from t2." command=replace_result line=169
time="2024-05-06T11:44:37+08:00" level=warning msg="command not implemented" arguments=" 9091 9090  # These two records can both be chosen from t2." command=replace_result line=183
./t/create_table.test: ok! 43 test cases passed, take time 0.42018976 s
time="2024-05-06T11:44:37+08:00" level=warning msg="csv_alter_table:46 query succeeded, but expected error(s)! (expected errors: ER_CHECK_NOT_IMPLEMENTED) (query: ALTER TABLE t1 ADD COLUMN b CHAR(5);)"
time="2024-05-06T11:44:37+08:00" level=warning msg="csv_alter_table:49 query succeeded, but expected error(s)! (expected errors: ER_CHECK_NOT_IMPLEMENTED) (query: ALTER TABLE t1 MODIFY a BIGINT;)"
time="2024-05-06T11:44:37+08:00" level=warning msg="csv_alter_table:52 query succeeded, but expected error(s)! (expected errors: ER_CHECK_NOT_IMPLEMENTED) (query: ALTER TABLE t1 CHANGE a a INT;)"
./t/csv_alter_table.test: ok! 21 test cases passed, take time 0.276158467 s
./t/order_by_limit.test: ok! 45 test cases passed, take time 0.908464858 s
./t/cte_apply.test: ok! 27 test cases passed, take time 1.851059136 s
./t/ctype_ascii.test: ok! 14 test cases passed, take time 0.492179071 s
./t/ctype_filename.test: ok! 14 test cases passed, take time 0.189146866 s
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/no_valgrind_without_big.inc" command=source line=5
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_common.inc" command=source line=16
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_filesort.inc" command=source line=20
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_innodb_like.inc" command=source line=21
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_like_escape.inc" command=source line=22
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_like_range_f1f2.inc" command=source line=23
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_ascii_order.inc" command=source line=24
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_filesort.inc" command=source line=26
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_innodb_like.inc" command=source line=27
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_like_escape.inc" command=source line=28
time="2024-05-06T11:44:40+08:00" level=warning msg="command not implemented" arguments=" include/ctype_like_range_f1f2.inc" command=source line=29
./t/order_by_sortkey.test: ok! 41 test cases passed, take time 2.7318597540000003 s
./t/orderby.test: ok! 53 test cases passed, take time 0.164847777 s
time="2024-05-06T11:44:41+08:00" level=warning msg="overflow:9 query failed with non expected error(s)! (ER_DB_DROP_EXISTS not in ER_PARSE_ERROR,ER_TOO_LONG_IDENT,ER_WRONG_NAME_FOR_INDEX) (err: Error 1008 (HY000): Can't drop database 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'; database doesn't exist) (query: drop database AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;)"
./t/overflow.test: ok! 2 test cases passed, take time 0.004901384 s
./t/packet.test: ok! 50 test cases passed, take time 0.23549501 s
time="2024-05-06T11:44:41+08:00" level=warning msg="command not implemented" arguments=" include/not_windows.inc" command=source line=4
time="2024-05-06T11:44:41+08:00" level=warning msg="command not implemented" arguments=" include/count_sessions.inc" command=source line=7
time="2024-05-06T11:44:41+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=9
time="2024-05-06T11:44:41+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=10
time="2024-05-06T11:44:41+08:00" level=warning msg="packet_myisam:43 query failed with non expected error(s)! (ErrEntryTooLarge != ER_WARN_ALLOWED_PACKET_OVERFLOWED) (err: Error 8025 (HY000): entry too large, the max entry size is 6291456, the size of data is 67108897) (query: UPDATE t3\nSET c32= CONCAT(c32,\nREPEAT('a', @max_allowed_packet-1));)"
./t/packet_myisam.test: ok! 11 test cases passed, take time 0.456752812 s
./t/ctype_gbk.test: ok! 43 test cases passed, take time 1.45937411 s
./t/ctype_latin1.test: ok! 17 test cases passed, take time 0.102002563 s
./t/ctype_mb.test: ok! 23 test cases passed, take time 0.182333373 s
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" utf8mb4" command=character_set line=69
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" binary" command=character_set line=112
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" $DEFAULT_ENGINE ENGINE" command=replace_result line=116
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" utf8mb4" command=character_set line=119
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" $DEFAULT_ENGINE ENGINE" command=replace_result line=122
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" $DEFAULT_ENGINE ENGINE" command=replace_result line=135
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" latin1" command=character_set line=140
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" $DEFAULT_ENGINE ENGINE" command=replace_result line=145
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" $DEFAULT_ENGINE ENGINE" command=replace_result line=151
time="2024-05-06T11:44:42+08:00" level=warning msg="ctype_recoding:162 query succeeded, but expected error(s)! (expected errors: 1300) (query: CREATE TABLE `goodÐÌÏÈÏ` (a int);)"
time="2024-05-06T11:44:42+08:00" level=warning msg="ctype_recoding:165 query failed with non expected error(s)! (ER_TABLE_EXISTS_ERROR != 1300) (err: Error 1050 (42S01): Table 'ctype_recoding.goodÐÌÏÈÏ' already exists) (query: CREATE TABLE `goodÐÌÏÈÏ` (a int);)"
./t/ctype_recoding.test: ok! 45 test cases passed, take time 0.197142969 s
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" $MYSQL_TEST_DIR MYSQL_TEST_DIR" command=replace_result line=533
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" $MYSQL_CHARSETSDIR MYSQL_CHARSETSDIR" command=replace_result line=551
./t/ctype_uca.test: ok! 30 test cases passed, take time 0.093044488 s
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" include/ctype_common.inc" command=source line=17
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" include/weight_string.inc" command=source line=46
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" include/weight_string_euro.inc" command=source line=47
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" include/ctype_unicode800.inc" command=source line=48
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" include/ctype_inet.inc" command=source line=60
./t/ctype_unicode900.test: ok! 36 test cases passed, take time 0.047330429 s
time="2024-05-06T11:44:42+08:00" level=warning msg="command not implemented" arguments=" utf8mb4" command=character_set line=49
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:180 query succeeded, but expected error(s)! (expected errors: 1071) (query: create table t1 (a text character set utf8, primary key(a(360)));)"
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:216 query failed with non expected error(s)! (ErrRegexp != ER_REGEXP_ILLEGAL_ARGUMENT) (err: Error 1139 (42000): Got error 'error parsing regexp: invalid character class range: `[:<:]`' from regexp) (query: select  'вася'  rlike '[[:<:]]вася[[:>:]]';)"
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:219 query failed with non expected error(s)! (ErrRegexp != ER_REGEXP_ILLEGAL_ARGUMENT) (err: Error 1139 (42000): Got error 'error parsing regexp: invalid character class range: `[:<:]`' from regexp) (query: select  'вася ' rlike '[[:<:]]вася[[:>:]]';)"
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:222 query failed with non expected error(s)! (ErrRegexp != ER_REGEXP_ILLEGAL_ARGUMENT) (err: Error 1139 (42000): Got error 'error parsing regexp: invalid character class range: `[:<:]`' from regexp) (query: select ' вася'  rlike '[[:<:]]вася[[:>:]]';)"
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:225 query failed with non expected error(s)! (ER_REGEXP_ERROR != ER_REGEXP_ILLEGAL_ARGUMENT) (err: Error 1139 (42000): Got error 'error parsing regexp: invalid character class range: `[:<:]`' from regexp) (query: select ' вася ' rlike '[[:<:]]вася[[:>:]]';)"
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:230 query failed with non expected error(s)! (ErrRegexp != ER_REGEXP_ILLEGAL_ARGUMENT) (err: Error 1139 (42000): Got error 'error parsing regexp: invalid character class range: `[:<:]`' from regexp) (query: select  'васяz' rlike '[[:<:]]вася[[:>:]]';)"
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:233 query failed with non expected error(s)! (ER_REGEXP_ERROR != ER_REGEXP_ILLEGAL_ARGUMENT) (err: Error 1139 (42000): Got error 'error parsing regexp: invalid character class range: `[:<:]`' from regexp) (query: select 'zвася'  rlike '[[:<:]]вася[[:>:]]';)"
time="2024-05-06T11:44:43+08:00" level=warning msg="ctype_utf8:236 query failed with non expected error(s)! (ER_REGEXP_ERROR != ER_REGEXP_ILLEGAL_ARGUMENT) (err: Error 1139 (42000): Got error 'error parsing regexp: invalid character class range: `[:<:]`' from regexp) (query: select 'zвасяz' rlike '[[:<:]]вася[[:>:]]';)"
time="2024-05-06T11:44:45+08:00" level=warning msg="command not implemented" arguments=" $$\nselect \"non terminated\"$$\nselect \"terminated\";$$\nselect \"non terminated, space\"      $$\nselect \"terminated, space\";      $$\nselect \"non terminated, comment\" /* comment */$$\nselect \"terminated, comment\"; /* comment */$$\nselect \"stmt 1\";select \"stmt 2 non terminated\"$$\nselect \"stmt 1\";select \"stmt 2 terminated\";$$\nselect \"stmt 1\";select \"stmt 2 non terminated, space\"      $$\nselect \"stmt 1\";select \"stmt 2 terminated, space\";      $$\nselect \"stmt 1\";select \"stmt 2 non terminated, comment\" /* comment */$$\nselect \"stmt 1\";select \"stmt 2 terminated, comment\"; /* comment */$$\nselect \"stmt 1\";             select \"space, stmt 2\"$$\nselect \"stmt 1\";/* comment */select \"comment, stmt 2\"$$" command=delimiter line=423
time="2024-05-06T11:44:45+08:00" level=warning msg="command not implemented" arguments=" ;" command=delimiter line=448
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:556 query failed with non expected error(s)! (ErrSpDoesNotExist != ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT) (err: Error 1305 (42000): FUNCTION parser.source_pos_wait does not exist) (query: select source_pos_wait();)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:558 query failed with non expected error(s)! (ErrSpDoesNotExist != ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT) (err: Error 1305 (42000): FUNCTION parser.source_pos_wait does not exist) (query: select source_pos_wait(1);)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:562 query failed with non expected error(s)! (ErrSpDoesNotExist not in 0,ER_WRONG_ARGUMENTS) (err: Error 1305 (42000): FUNCTION parser.source_pos_wait does not exist) (query: select source_pos_wait('binlog.999999', 4, -1);)"
time="2024-05-06T11:44:45+08:00" level=warning msg="command not implemented" arguments=" $q;" command=eval line=915
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:923 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and ORDER BY) (query: SELECT 1 FROM t1 ORDER BY 1 UNION SELECT 1 FROM t1;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:932 query failed with non expected error(s)! (ER_WRONG_USAGE != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and LIMIT) (query: SELECT 1 FROM t1 LIMIT 1 UNION SELECT 1 FROM t1;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:941 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and LIMIT) (query: SELECT 1 FROM t1 ORDER BY 1 LIMIT 1 UNION SELECT 1 FROM t1;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:959 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and ORDER BY) (query: SELECT 1 FROM t1 ORDER BY 1 UNION SELECT 1 FROM t1 ORDER BY 1;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:968 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and LIMIT) (query: SELECT 1 FROM t1 LIMIT 1 UNION SELECT 1 FROM t1 LIMIT 1;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:977 query failed with non expected error(s)! (ER_WRONG_USAGE != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and LIMIT) (query: SELECT 1 FROM t1 LIMIT 1 UNION SELECT 1 FROM t1 ORDER BY 1;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:986 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and ORDER BY) (query: SELECT 1 FROM t1 ORDER BY 1 UNION SELECT 1 FROM t1 LIMIT 1;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:1061 query failed with non expected error(s)! (ErrBadField != ER_WRONG_TYPE_FOR_VAR) (err: Error 1054 (42S22): Unknown column 'a.myisam' in '') (query: SET default_storage_engine=a.myisam;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:1065 query failed with non expected error(s)! (ErrBadField != ER_WRONG_TYPE_FOR_VAR) (err: Error 1054 (42S22): Unknown column 'a.b.myisam' in '') (query: SET default_storage_engine = a.b.MyISAM;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:1067 query failed with non expected error(s)! (ErrBadField != ER_WRONG_TYPE_FOR_VAR) (err: Error 1054 (42S22): Unknown column 'a.myisam' in '') (query: SET default_storage_engine = `a`.MyISAM;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:1069 query failed with non expected error(s)! (ErrBadField != ER_WRONG_TYPE_FOR_VAR) (err: Error 1054 (42S22): Unknown column 'a.myisam' in '') (query: SET default_storage_engine = `a`.`MyISAM`;)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:1071 query succeeded, but expected error(s)! (expected errors: ER_UNKNOWN_STORAGE_ENGINE) (query: set default_storage_engine = \"a.MYISAM\";)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:1073 query succeeded, but expected error(s)! (expected errors: ER_UNKNOWN_STORAGE_ENGINE) (query: set default_storage_engine = 'a.MYISAM';)"
time="2024-05-06T11:44:45+08:00" level=warning msg="parser:1075 query succeeded, but expected error(s)! (expected errors: ER_UNKNOWN_STORAGE_ENGINE) (query: set default_storage_engine = `a.MYISAM`;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1220 query failed with non expected error(s)! (ErrNoSuchTable != ER_WRONG_TABLE_NAME) (err: Error 1146 (42S02): Table 'parser.' doesn't exist) (query: REPLACE INTO `` SELECT * FROM ``;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1265 query succeeded, but expected error(s)! (expected errors: ER_ALTER_OPERATION_NOT_SUPPORTED) (query: ALTER TABLE t1 LOCK=NONE;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1267 query succeeded, but expected error(s)! (expected errors: ER_ALTER_OPERATION_NOT_SUPPORTED) (query: ALTER TABLE t1 LOCK=SHARED;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1273 query succeeded, but expected error(s)! (expected errors: ER_WRONG_USAGE) (query: ALTER TABLE t1 WITH VALIDATION;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1275 query succeeded, but expected error(s)! (expected errors: ER_WRONG_USAGE) (query: ALTER TABLE t1 WITHOUT VALIDATION;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1277 query succeeded, but expected error(s)! (expected errors: ER_WRONG_USAGE) (query: ALTER TABLE t1 LOCK=SHARED, WITH VALIDATION, ALGORITHM=COPY,\nLOCK=EXCLUSIVE, WITHOUT VALIDATION, ALGORITHM=INPLACE;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1317 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and LIMIT) (query: SELECT a FROM t1 LIMIT 1 UNION ALL SELECT a FROM t1;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1320 query succeeded, but expected error(s)! (expected errors: ER_NOT_SUPPORTED_YET) (query: (SELECT a FROM t1 LIMIT 1) UNION ALL (SELECT a FROM t1 ORDER BY a) LIMIT 2;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1371 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and ORDER BY) (query: SELECT a FROM t1 ORDER BY a UNION SELECT a FROM t1;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1377 query failed with non expected error(s)! (ErrWrongUsage != ER_PARSE_ERROR) (err: Error 1221 (HY000): Incorrect usage of UNION and ORDER BY) (query: SELECT a FROM t1\nUNION\nSELECT a FROM t1 ORDER BY a\nUNION\nSELECT a FROM t1;)"
time="2024-05-06T11:44:46+08:00" level=warning msg="parser:1538 query failed with non expected error(s)! (ErrNonUniq != ER_NONUNIQ_TABLE) (err: Error 1052 (23000): Column 'a' in field list is ambiguous) (query: SELECT * FROM ( t1 JOIN t2 ON TRUE, t1 JOIN t3 ON TRUE );)"
time="2024-05-06T11:44:47+08:00" level=warning msg="command not implemented" arguments= command=enable_metadata line=1622
time="2024-05-06T11:44:47+08:00" level=warning msg="command not implemented" arguments= command=disable_metadata line=1629
time="2024-05-06T11:44:47+08:00" level=warning msg="command not implemented" arguments= command=enable_metadata line=1650
time="2024-05-06T11:44:47+08:00" level=warning msg="command not implemented" arguments= command=disable_metadata line=1652
./t/ctype_utf8.test: ok! 759 test cases passed, take time 5.7007956 s
time="2024-05-06T11:44:48+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=6
time="2024-05-06T11:44:48+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=7
time="2024-05-06T11:44:48+08:00" level=warning msg="command not implemented" arguments=" $default_engine default_engine" command=replace_result line=229
time="2024-05-06T11:44:48+08:00" level=warning msg="ctype_utf8mb4:252 query failed with non expected error(s)! (ErrRegexp != ER_REGEXP_MISSING_CLOSE_BRACKET) (err: Error 1139 (42000): Got error 'error parsing regexp: missing closing ]: `[`' from regexp) (query: SELECT 'ghi' REGEXP 'ghi[';)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:1954 query failed with non expected error(s)! (ErrSyntax != ER_PARSE_ERROR) (err: Error 1149 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use) (query: CREATE TABLE t1 (a INT) PARTITION BY KEY ALGORITHM = 10 () PARTITIONS 3;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:1978 query failed with non expected error(s)! (ER_NO_SUCH_TABLE != ER_WRONG_TABLE_NAME) (err: Error 1146 (42S02): Table 'parser.' doesn't exist) (query: DROP INDEX idx1 ON ``;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2035 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: SET NAMES utf8 COLLATE DEFAULT;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2237 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: CREATE ROLE `RESOURCE`;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2245 query failed with non expected error(s)! (ER_UNKNOWN_SYSTEM_VARIABLE != ER_PARSE_ERROR) (err: Error 1193 (HY000): Unknown system variable 'global') (query: SET GLOBAL = DEFAULT;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2247 query failed with non expected error(s)! (ER_UNKNOWN_SYSTEM_VARIABLE != ER_PARSE_ERROR) (err: Error 1193 (HY000): Unknown system variable 'local') (query: SET LOCAL = DEFAULT;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2249 query failed with non expected error(s)! (ER_UNKNOWN_SYSTEM_VARIABLE != ER_PARSE_ERROR) (err: Error 1193 (HY000): Unknown system variable 'persist') (query: SET PERSIST = DEFAULT;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2251 query failed with non expected error(s)! (ER_UNKNOWN_SYSTEM_VARIABLE != ER_PARSE_ERROR) (err: Error 1193 (HY000): Unknown system variable 'persist_only') (query: SET PERSIST_ONLY = DEFAULT;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2253 query failed with non expected error(s)! (ER_UNKNOWN_SYSTEM_VARIABLE != ER_PARSE_ERROR) (err: Error 1193 (HY000): Unknown system variable 'session') (query: SET SESSION = DEFAULT;)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2339 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: CREATE TABLE t1 (\nx VARCHAR(10)\nCOLLATE ascii_bin\nCOLLATE ascii_bin\n);)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2348 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: CREATE TABLE t2 (\nx VARCHAR(10)\nCOLLATE ascii_bin\nCOLLATE ascii_bin\n);)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2357 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: CREATE TABLE t3 (\nx VARCHAR(10)\nCOLLATE ascii_bin\nNOT NULL\nCOLLATE ascii_bin\n);)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2368 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: CREATE TABLE t3 (\nx VARCHAR(10)\nCOLLATE ascii_bin\nGENERATED ALWAYS AS(NULL)\nCOLLATE ascii_bin\n);)"
time="2024-05-06T11:44:51+08:00" level=warning msg="parser:2378 query succeeded, but expected error(s)! (expected errors: ER_PARSE_ERROR) (query: CREATE TABLE t4 (\nx VARCHAR(10)\nGENERATED ALWAYS AS(NULL)\nCOLLATE ascii_bin\nCOLLATE ascii_bin\n);)"
./t/parser.test: ok! 693 test cases passed, take time 10.587140359 s
./t/parser_precedence.test: ok! 138 test cases passed, take time 0.157789767 s
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1486 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select hex(_utf8mb4 0x616263FF);)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1488 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select hex(_utf8mb4 X'616263FF');)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1490 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select hex(_utf8mb4 B'001111111111');)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1492 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select (_utf8mb4 X'616263FF');)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1497 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select hex(_utf8mb4 0x616263FF);)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1499 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select hex(_utf8mb4 X'616263FF');)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1501 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select hex(_utf8mb4 B'001111111111');)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1503 query succeeded, but expected error(s)! (expected errors: ER_INVALID_CHARACTER_STRING) (query: select (_utf8mb4 X'616263FF');)"
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments=" include/turn_off_only_full_group_by.inc" command=source line=1512
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=1517
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments=" include/turn_off_only_full_group_by.inc" command=source line=1524
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=1530
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments=" latin1" command=character_set line=1788
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1792 query succeeded, but expected error(s)! (expected errors: ER_CANT_AGGREGATE_2COLLATIONS) (query: SELECT CONCAT(utf8mb4, _utf8 '�') FROM t1;)"
time="2024-05-06T11:44:52+08:00" level=warning msg="ctype_utf8mb4:1794 query succeeded, but expected error(s)! (expected errors: ER_CANT_AGGREGATE_2COLLATIONS) (query: SELECT CONCAT('a', _utf8 '�') FROM t1;)"
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments=" utf8mb4" command=character_set line=1796
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments= command=enable_metadata line=1859
time="2024-05-06T11:44:52+08:00" level=warning msg="command not implemented" arguments= command=disable_metadata line=1866
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments="  # See bug #27245598." command=disable_ps_protocol line=1877
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments= command=enable_ps_protocol line=1881
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/ctype_common.inc" command=source line=1931
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/ctype_filesort.inc" command=source line=1934
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/ctype_innodb_like.inc" command=source line=1935
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/ctype_like_escape.inc" command=source line=1936
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/ctype_ascii_order.inc" command=source line=1937
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/weight_string.inc" command=source line=1938
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/weight_string_euro.inc" command=source line=1939
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" include/ctype_unicode800.inc" command=source line=1940
./t/ctype_utf8mb4.test: ok! 776 test cases passed, take time 4.442753274 s
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query1;" command=eval line=316
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" EXPLAIN $query2;" command=eval line=317
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" $query1;" command=eval line=318
time="2024-05-06T11:44:53+08:00" level=warning msg="command not implemented" arguments=" $query2;" command=eval line=319
./t/date_formats.test: ok! 105 test cases passed, take time 0.457783469 s
./t/date_time_ddl.test: ok! 76 test cases passed, take time 0.98159456 s
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:49 Unknown named --error ER_DEFAULT_VALUE"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:49 query failed with non expected error(s)! (ER_INVALID_DEFAULT != ER_DEFAULT_VALUE) (err: Error 1067 (42000): Invalid default value for 'c1') (query: create table t (id int, c1 datetime default '12345678');)"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:71 Unknown named --error ER_DEFAULT_VALUE"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:71 query failed with non expected error(s)! (ER_INVALID_DEFAULT != ER_DEFAULT_VALUE) (err: Error 1067 (42000): Invalid default value for 'c1') (query: create table t (id int, c1 datetime default -1);)"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:77 Unknown named --error ER_DEFAULT_VALUE"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:77 query failed with non expected error(s)! (ER_INVALID_DEFAULT != ER_DEFAULT_VALUE) (err: Error 1067 (42000): Invalid default value for 'c1') (query: create table t (id int, c1 datetime default 99999999999999);)"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:91 Unknown named --error ER_DEFAULT_VALUE"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:91 query failed with non expected error(s)! (ER_INVALID_DEFAULT != ER_DEFAULT_VALUE) (err: Error 1067 (42000): Invalid default value for 'c1') (query: create table t (id int, c1 datetime default 100000000000000);)"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:113 Unknown named --error ER_DEFAULT_VALUE"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:113 query failed with non expected error(s)! (ER_INVALID_DEFAULT != ER_DEFAULT_VALUE) (err: Error 1067 (42000): Invalid default value for 'c1') (query: create table t (id int, c1 datetime not null default null);)"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:131 Unknown named --error ER_DEFAULT_VALUE"
time="2024-05-06T11:44:54+08:00" level=warning msg="datetime_insert:131 query failed with non expected error(s)! (ErrNoDefaultForField != ER_DEFAULT_VALUE) (err: Error 1364 (HY000): Field 'c1' doesn't have a default value) (query: insert t (id) values (1);)"
./t/datetime_insert.test: ok! 206 test cases passed, take time 0.846183085 s
./t/datetime_update.test: ok! 75 test cases passed, take time 0.331382068 s
time="2024-05-06T11:44:55+08:00" level=warning msg="daylight_saving_time:14 query failed with non expected error(s)! (ER_TRUNCATED_WRONG_VALUE != ER_NON_UNIQ_ERROR) (err: Error 1292 (22007): Incorrect timestamp value: '2011-03-13 02:00:00' for column 'a' at row 1) (query: insert into t value('2011-03-13 02:00:00');)"
./t/daylight_saving_time.test: ok! 28 test cases passed, take time 0.13177007 s
time="2024-05-06T11:44:56+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=5
time="2024-05-06T11:44:56+08:00" level=warning msg="partition:345 query succeeded, but expected error(s)! (expected errors: ER_UNKNOWN_STORAGE_ENGINE) (query: ALTER TABLE t1\nPARTITION BY HASH (a)\n(PARTITION p0 ENGINE=InnoDB,\nPARTITION p1 ENGINE=NonExistentEngine);)"
time="2024-05-06T11:44:56+08:00" level=warning msg="command not implemented" arguments=" ;;" command=delimiter line=217
time="2024-05-06T11:44:56+08:00" level=warning msg="command not implemented" arguments=" include/wait_until_disconnected.inc" command=source line=223
time="2024-05-06T11:44:56+08:00" level=warning msg="command not implemented" arguments=" include/wait_until_disconnected.inc" command=source line=226
./t/ddl_i18n_utf8.test: ok! 56 test cases passed, take time 0.536840954 s
./t/decimal.test: ok! 14 test cases passed, take time 0.037755482 s
./t/default.test: ok! 47 test cases passed, take time 0.255432793 s
time="2024-05-06T11:44:57+08:00" level=warning msg="delete:167 query succeeded, but expected error(s)! (expected errors: ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE) (query: DELETE t2 FROM t1 JOIN t2 WHERE t1.a = 10;)"
time="2024-05-06T11:44:57+08:00" level=warning msg="delete:613 query failed with non expected error(s)! (ErrUnknown != ER_VIEW_DELETE_MERGE_VIEW) (err: Error 1105 (HY000): delete view v2 is not supported now) (query: DELETE FROM v2;)"
time="2024-05-06T11:44:57+08:00" level=warning msg="delete:617 query failed with non expected error(s)! (ErrUnknown != ER_VIEW_DELETE_MERGE_VIEW) (err: Error 1105 (HY000): delete view v2 is not supported now) (query: DELETE v2 FROM v2;)"
time="2024-05-06T11:44:58+08:00" level=warning msg="delete:662 query failed with non expected error(s)! (ER_UNKNOWN_ERROR != ER_NON_UPDATABLE_TABLE) (err: Error 1105 (HY000): delete view z is not supported now) (query: DELETE z FROM (SELECT 1) AS x, z;)"
./t/delete.test: ok! 205 test cases passed, take time 1.420179843 s
time="2024-05-06T11:44:58+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=2
time="2024-05-06T11:44:58+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=3
./t/delete_myisam.test: ok! 15 test cases passed, take time 0.112987661 s
time="2024-05-06T11:44:59+08:00" level=warning msg="command not implemented" arguments=" P2 p2" command=replace_result line=190
time="2024-05-06T11:45:01+08:00" level=warning msg="partition:1357 query failed with non expected error(s)! (ER_PARTITION_WRONG_NO_SUBPART_ERROR != ER_PARSE_ERROR) (err: Error 1485 (HY000): Wrong number of subpartitions defined, mismatch with previous setting) (query: create table t1 (a int, b int)\npartition by range (a)\nsubpartition by hash(a)\n(partition p0 values less than (0) (subpartition sp0),\npartition p1 values less than (1));)"
time="2024-05-06T11:45:01+08:00" level=warning msg="partition:1364 query failed with non expected error(s)! (ER_PARTITION_WRONG_NO_SUBPART_ERROR != ER_PARSE_ERROR) (err: Error 1485 (HY000): Wrong number of subpartitions defined, mismatch with previous setting) (query: create table t1 (a int, b int)\npartition by range (a)\nsubpartition by hash(a)\n(partition p0 values less than (0),\npartition p1 values less than (1) (subpartition sp0));)"
time="2024-05-06T11:45:01+08:00" level=warning msg="partition:1374 query failed with non expected error(s)! (ER_PARTITION_WRONG_NO_SUBPART_ERROR != ER_PARSE_ERROR) (err: Error 1485 (HY000): Wrong number of subpartitions defined, mismatch with previous setting) (query: create table t1 (a int, b int)\npartition by list (a)\nsubpartition by hash(a)\n(partition p0 values in (0),\npartition p1 values in (1) (subpartition sp0));)"
time="2024-05-06T11:45:03+08:00" level=warning msg="partition:1711 query failed with non expected error(s)! (ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD != ER_NULL_IN_VALUES_LESS_THAN) (err: Error 1659 (HY000): Field 'NULL' is of a not allowed type for this type of partitioning) (query: CREATE TABLE t1 (a int)\nPARTITION BY RANGE(a)\n(PARTITION p0 VALUES LESS THAN (NULL));)"
time="2024-05-06T11:45:03+08:00" level=warning msg="derived:2818 query succeeded, but expected error(s)! (expected errors: ER_UPDATE_TABLE_USED) (query: UPDATE users\nSET position = (SELECT COUNT(t2.position) + 1\nFROM users AS t2\nWHERE t2.position < users.position)\nWHERE id = 3;)"
time="2024-05-06T11:45:03+08:00" level=warning msg="derived:2825 query succeeded, but expected error(s)! (expected errors: ER_UPDATE_TABLE_USED) (query: UPDATE users, (SELECT 1) AS dummy\nSET position = (SELECT COUNT(t2.position) + 1\nFROM users AS t2\nWHERE t2.position < users.position)\nWHERE id = 3;)"
time="2024-05-06T11:45:04+08:00" level=warning msg="command not implemented" arguments=" ($cnt)\n{\nupdate t1 set s2 = 1;" command=while line=2063
time="2024-05-06T11:45:04+08:00" level=warning msg="command not implemented" arguments=" $cnt;" command=dec line=2067
./t/derived.test: ok! 688 test cases passed, take time 6.362035831 s
./t/derived_ci.test: ok! 11 test cases passed, take time 0.002997067 s
time="2024-05-06T11:45:05+08:00" level=warning msg="derived_cs:14 query succeeded, but expected error(s)! (expected errors: 1054) (query: select QN.a from (select 1 as a) as qn;)"
time="2024-05-06T11:45:05+08:00" level=warning msg="derived_cs:17 query succeeded, but expected error(s)! (expected errors: 1054) (query: select qn.a from (select 1 as a) as QN;)"
time="2024-05-06T11:45:05+08:00" level=warning msg="derived_cs:22 query succeeded, but expected error(s)! (expected errors: 1146) (query: with qn as (select 1) select * from QN;)"
time="2024-05-06T11:45:05+08:00" level=warning msg="derived_cs:25 query succeeded, but expected error(s)! (expected errors: 1146) (query: with QN as (select 1) select * from qn;)"
time="2024-05-06T11:45:05+08:00" level=warning msg="derived_cs:27 query succeeded, but expected error(s)! (expected errors: 1054) (query: with qn as (select 1 as a) select QN.a from qn;)"
./t/derived_cs.test: ok! 11 test cases passed, take time 0.002534626 s
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" ($n)\n{\ninsert into t1 (user) values ('mysql');" command=while line=2192
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" $n;" command=dec line=2195
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=87
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:105 query succeeded, but expected error(s)! (expected errors: ER_AGGREGATE_IN_ORDER_NOT_SELECT) (query: select distinct min(b) from t1 group by a order by -min(b);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:164 query failed with non expected error(s)! (ER_BAD_FIELD_ERROR != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from t1 as S2 order by\nfloor(10*10) IN (select floor(10*S2.b) from t1 as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:167 query failed with non expected error(s)! (ER_BAD_FIELD_ERROR != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from t1 as S2 order by\nfloor(10*10) > ALL(select floor(10*S2.b) from t1 as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:174 query failed with non expected error(s)! (ErrFieldInOrderNotSelect != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(*);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:182 query failed with non expected error(s)! (ER_FIELD_IN_ORDER_NOT_SELECT != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(b);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/turn_off_only_full_group_by.inc" command=source line=216
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=248
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:266 query succeeded, but expected error(s)! (expected errors: ER_AGGREGATE_IN_ORDER_NOT_SELECT) (query: select distinct min(b) from v1 group by a order by -min(b);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:327 query failed with non expected error(s)! (ER_BAD_FIELD_ERROR != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from v1 as S2 order by\nfloor(10*10) IN (select floor(10*S2.b) from v1 as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:330 query failed with non expected error(s)! (ErrBadField != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from v1 as S2 order by\nfloor(10*10) > ALL(select floor(10*S2.b) from v1 as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:337 query failed with non expected error(s)! (ER_FIELD_IN_ORDER_NOT_SELECT != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(*);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:345 query failed with non expected error(s)! (ErrFieldInOrderNotSelect != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(b);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=415
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:433 query succeeded, but expected error(s)! (expected errors: ER_AGGREGATE_IN_ORDER_NOT_SELECT) (query: select distinct min(b) from v1 group by a order by -min(b);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:493 query failed with non expected error(s)! (ErrBadField != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from v1 as S2 order by\nfloor(10*10) IN (select floor(10*S2.b) from v1 as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:496 query failed with non expected error(s)! (ER_BAD_FIELD_ERROR != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from v1 as S2 order by\nfloor(10*10) > ALL(select floor(10*S2.b) from v1 as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:503 query failed with non expected error(s)! (ErrFieldInOrderNotSelect != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(*);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:511 query failed with non expected error(s)! (ErrFieldInOrderNotSelect != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(b);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/turn_off_only_full_group_by.inc" command=source line=547
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/restore_sql_mode_after_turn_off_only_full_group_by.inc" command=source line=578
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:595 query succeeded, but expected error(s)! (expected errors: ER_AGGREGATE_IN_ORDER_NOT_SELECT) (query: select distinct min(b) from (SELECT t1.* FROM t1 left join t2 on 1) AS derived group by a order by -min(b);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:654 query failed with non expected error(s)! (ER_BAD_FIELD_ERROR != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from (SELECT t1.* FROM t1 left join t2 on 1) as S2 order by\nfloor(10*10) IN (select floor(10*S2.b) from (SELECT t1.* FROM t1 left join t2 on 1) as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:657 query failed with non expected error(s)! (ER_BAD_FIELD_ERROR != ER_FIELD_IN_ORDER_NOT_SELECT) (err: Error 1054 (42S22): Unknown column 's2.b' in 'field list') (query: select distinct abs(b) from (SELECT t1.* FROM t1 left join t2 on 1) as S2 order by\nfloor(10*10) > ALL(select floor(10*S2.b) from (SELECT t1.* FROM t1 left join t2 on 1) as S3);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:664 query failed with non expected error(s)! (ErrFieldInOrderNotSelect != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(*);)"
time="2024-05-06T11:45:05+08:00" level=warning msg="distinct_innodb:672 query failed with non expected error(s)! (ER_FIELD_IN_ORDER_NOT_SELECT != ER_AGGREGATE_IN_ORDER_NOT_SELECT) (err: Error 3065 (HY000): Expression #1 of ORDER BY clause is not in SELECT list, references column '' which is not in SELECT list; this is incompatible with DISTINCT) (query: SELECT distinct 1 FROM t1 group by a order by count(*)-count(b);)"
./t/distinct_innodb.test: ok! 214 test cases passed, take time 0.575712638 s
./t/do.test: ok! 3 test cases passed, take time 0.000456749 s
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" drop table t1" command=send line=108
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" drop database mysqltest" command=send line=114
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments= command=reap line=119
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments= command=reap line=121
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/wait_until_disconnected.inc" command=source line=123
time="2024-05-06T11:45:05+08:00" level=warning msg="command not implemented" arguments=" include/wait_until_disconnected.inc" command=source line=126
time="2024-05-06T11:45:06+08:00" level=warning msg="command not implemented" arguments= command=disable_connect_log line=306
./t/drop.test: ok! 51 test cases passed, take time 0.276602275 s
./t/ds_mrr-big.test: ok! 19 test cases passed, take time 0.25171583 s
./t/echo.test: ok! 3 test cases passed, take time 0.000527202 s
./t/empty_table.test: ok! 7 test cases passed, take time 0.057831175 s
./t/endspace.test: ok! 64 test cases passed, take time 0.299854932 s
time="2024-05-06T11:45:06+08:00" level=warning msg="command not implemented" arguments=" include/have_debug.inc" command=source line=2
time="2024-05-06T11:45:06+08:00" level=warning msg="error_simulation:126 query succeeded, but expected error(s)! (expected errors: ER_LOCK_DEADLOCK) (query: select * from t1 order by a;)"
./t/error_simulation.test: ok! 19 test cases passed, take time 0.203369428 s
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:23 query failed with non expected error(s)! (ER_NO_SUCH_TABLE not in 1044,1049) (err: Error 1146 (42S02): Table 'not_existing_database.t1' doesn't exist) (query: select count(not_existing_database.t1.a) from not_existing_database.t1;)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:27 query failed with non expected error(s)! (ER_UNKNOWN_ERROR != 1054) (err: Error 1105 (HY000): Unknown column '2' in 'group statement') (query: select 1 from t1 group by 2;)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:31 query failed with non expected error(s)! (ErrMixOfGroupFuncAndFieldsIncompatible != 1054) (err: Error 8123 (HY000): In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'b'; this is incompatible with sql_mode=only_full_group_by) (query: select count(*),b from t1;)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:66 query failed with non expected error(s)! (ErrUnknown != ER_BAD_FIELD_ERROR) (err: Error 1105 (HY000): 'CREATE TABLE ... SELECT' is not implemented yet) (query: CREATE TABLE t2 SELECT b FROM t1;)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:167 query failed with non expected error(s)! (ER_CANT_AGGREGATE_3COLLATIONS != ER_DATA_OUT_OF_RANGE) (err: Error 1270 (HY000): Illegal mix of collations (latin1_bin,IMPLICIT), (utf8_bin,COERCIBLE), (binary,COERCIBLE) for operation 'in') (query: SELECT (CONVERT('0' USING latin1) IN (CHAR(COT('v') USING utf8),''));)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:171 query failed with non expected error(s)! (ER_SP_DOES_NOT_EXIST != ER_DATA_OUT_OF_RANGE) (err: Error 1305 (42000): FUNCTION errors.updatexml does not exist) (query: SELECT UPDATEXML(-73 * -2465717823867977728,@@global.auto_increment_increment,null);)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:264 query failed with non expected error(s)! (ER_SP_DOES_NOT_EXIST != ER_DATA_OUT_OF_RANGE) (err: Error 1305 (42000): FUNCTION errors.point does not exist) (query: do count(rand(st_latfromgeohash(st_geohash(point(5920138304254667057,24370),41))));)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:268 query failed with non expected error(s)! (ErrSpDoesNotExist != ER_GIS_INVALID_DATA) (err: Error 1305 (42000): FUNCTION errors.st_isvalid does not exist) (query: do ((st_isvalid(1))=(std(format(-29867 ,54,'es_DO')) over()));)"
time="2024-05-06T11:45:07+08:00" level=warning msg="errors:284 query failed with non expected error(s)! (ER_UNKNOWN_ERROR != ER_TRUNCATED_WRONG_VALUE) (err: Error 1105 (HY000): 'CREATE TABLE ... SELECT' is not implemented yet) (query: CREATE TABLE insert_select AS\nSELECT t2.c AS field3\nFROM t1, t2\nWHERE t1.b = t2.b AND t1.a <> t2.pk;)"
./t/errors.test: ok! 78 test cases passed, take time 0.344675022 s
./t/exec_selection.test: ok! 14 test cases passed, take time 0.053577415 s
time="2024-05-06T11:45:07+08:00" level=warning msg="command not implemented" arguments=" include/force_myisam_default.inc" command=source line=5
time="2024-05-06T11:45:07+08:00" level=warning msg="command not implemented" arguments=" include/have_myisam.inc" command=source line=6
time="2024-05-06T11:45:07+08:00" level=warning msg="explain:27 query succeeded, but expected error(s)! (expected errors: 1176) (query: explain format=\"brief\" select * from t1 use key (str,str,foo) where str=\"foo\";)"
time="2024-05-06T11:45:07+08:00" level=warning msg="command not implemented" arguments=" (`select locate('semijoin', @@optimizer_switch) > 0`)\n{\nset optimizer_switch='semijoin=off';" command=if line=198
time="2024-05-06T11:45:08+08:00" level=warning msg="explain:426 query succeeded, but expected error(s)! (expected errors: ER_TRUNCATED_WRONG_VALUE) (query: PREPARE s FROM \"EXPLAIN format='brief' DELETE FROM t1 WHERE a || 'a' LIMIT 1\";)"
./t/explain.test: ok! 188 test cases passed, take time 0.912787434 s
time="2024-05-06T11:45:08+08:00" level=warning msg="partition:2435 query failed with non expected error(s)! (ErrUnsupportedDDLOperation != ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF) (err: Error 8200 (HY000): unsupported add column 's3' constraint UNIQUE KEY when altering 'partition.t1') (query: ALTER TABLE t1 ADD COLUMN (s3 VARCHAR(5) UNIQUE);)"
time="2024-05-06T11:45:08+08:00" level=warning msg="partition:2486 query failed with non expected error(s)! (ER_NON_UPDATABLE_TABLE != ER_MULTI_UPDATE_KEY_CONFLICT) (err: Error 1288 (HY000): The target table B of the UPDATE is not updatable) (query: UPDATE t1_part AS A NATURAL JOIN v1 as B SET A.nokey = 2 , B.partkey = 3;)"
time="2024-05-06T11:45:08+08:00" level=warning msg="partition:2488 query failed with non expected error(s)! (ErrNonUpdatableTable != ER_MULTI_UPDATE_KEY_CONFLICT) (err: Error 1288 (HY000): The target table A of the UPDATE is not updatable) (query: UPDATE v1 AS A NATURAL JOIN t1_part as B SET A.nokey = 2 , B.partkey = 3;)"
time="2024-05-06T11:45:08+08:00" level=warning msg="expression_index:78 query failed with non expected error(s)! (ErrDataTooLong != ER_WARN_DATA_TRUNCATED_FUNCTIONAL_INDEX) (err: Error 1406 (22001): Data Too Long, field len 1, data len 11) (query: INSERT INTO t1 (f2) VALUES (\"lorem ipsum\");)"
time="2024-05-06T11:45:09+08:00" level=warning msg="partition:2728 query succeeded, but expected error(s)! (expected errors: ER_WRONG_VALUE) (query: DROP TABLE IF EXISTS `example`;)"
time="2024-05-06T11:45:09+08:00" level=warning msg="expression_index:105 query failed with non expected error(s)! (ErrDupFieldName != ER_INTERNAL_ERROR) (err: Error 1060 (42S21): Duplicate column name '_V$_idx1_1') (query: ALTER TABLE t1 ADD COLUMN `_V$_idx1_1` INT NOT NULL;)"
time="2024-05-06T11:45:09+08:00" level=warning msg="command not implemented" arguments= command=disable_ps_protocol line=2939
time="2024-05-06T11:45:09+08:00" level=warning msg="partition:2945 query failed with non expected error(s)! (ErrDupFieldName != ER_DEPENDENT_BY_PARTITION_FUNC) (err: Error 1060 (42S21): Duplicate column name 'j') (query: ALTER TABLE t1 CHANGE COLUMN i j INT, CHANGE COLUMN j i INT;)"
time="2024-05-06T11:45:09+08:00" level=warning msg="partition:2984 query failed with non expected error(s)! (ErrDupFieldName != ER_DEPENDENT_BY_PARTITION_FUNC) (err: Error 1060 (42S21): Duplicate column name 'j') (query: ALTER TABLE t1 RENAME COLUMN i TO j, RENAME COLUMN j TO i;)"
./t/partition.test: ok! 725 test cases passed, take time 17.004251084 s
./t/partition_bug18198.test: ok! 45 test cases passed, take time 0.094446471 s
time="2024-05-06T11:45:09+08:00" level=warning msg="expression_index:259 query failed with non expected error(s)! (ErrFunctionalIndexFunctionIsNotAllowed != ER_SPATIAL_FUNCTIONAL_INDEX) (err: Error 3758 (HY000): Expression of expression index 'expression_index' contains a disallowed function) (query: CREATE TABLE t1(x VARCHAR(100), KEY ((ST_GeomFromText(x))));)"
time="2024-05-06T11:45:10+08:00" level=warning msg="expression_index:307 query failed with non expected error(s)! (ErrBlobKeyWithoutLength != ER_FUNCTIONAL_INDEX_FUNCTION_IS_NOT_ALLOWED) (err: Error 1170 (42000): BLOB/TEXT column 'a1' used in key specification without a key length) (query: CREATE TABLE  table44 ( pk INTEGER AUTO_INCREMENT, a1 TEXT NOT NULL, b1\nDATETIME NOT NULL, c1 TIME NOT NULL, d1 BLOB NOT NULL, PRIMARY KEY (a1), KEY\n((VALUES(d1))));)"
time="2024-05-06T11:45:10+08:00" level=warning msg="expression_index:337 query failed with non expected error(s)! (ErrFunctionalIndexFunctionIsNotAllowed != ER_FUNCTIONAL_INDEX_REF_AUTO_INCREMENT) (err: Error 3758 (HY000): Expression of expression index 'ind320' contains a disallowed function) (query: CREATE INDEX ind320 ON t1 ((pk >= col_time_nokey LIKE\nST_GeomFromGeoJSON(col_varchar_key) ));)"
time="2024-05-06T11:45:10+08:00" level=warning msg="partition_column:49 query failed with non expected error(s)! (ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD != ER_BLOB_FIELD_IN_PART_FUNC_ERROR) (err: Error 1659 (HY000): Field 'a' is of a not allowed type for this type of partitioning) (query: CREATE TABLE t1 (a BLOB)\nPARTITION BY RANGE COLUMNS (a)\n(PARTITION p0 VALUES LESS THAN (\"X\"));)"
time="2024-05-06T11:45:10+08:00" level=warning msg="partition_column:54 query failed with non expected error(s)! (ErrFieldTypeNotAllowedAsPartitionField != ER_BLOB_FIELD_IN_PART_FUNC_ERROR) (err: Error 1659 (HY000): Field 'a' is of a not allowed type for this type of partitioning) (query: CREATE TABLE t1 (a TEXT)\nPARTITION BY RANGE COLUMNS (a)\n(PARTITION p0 VALUES LESS THAN (\"X\"));)"
time="2024-05-06T11:45:10+08:00" level=warning msg="expression_index:377 query succeeded, but expected error(s)! (expected errors: ER_WRONG_NAME_FOR_INDEX) (query: CREATE TABLE t1 (\ncol1 FLOAT\n, col2 TIMESTAMP\n, col3 YEAR\n, INDEX ((ABS(col1)))\n, INDEX ((ADDDATE(col2, INTERVAL 2 DAY)))\n, INDEX ((ABS(col3)))\n);)"
time="2024-05-06T11:45:10+08:00" level=warning msg="expression_index:389 query failed with non expected error(s)! (ErrFunctionalIndexFunctionIsNotAllowed != ER_FUNCTIONAL_INDEX_ON_LOB) (err: Error 3758 (HY000): Expression of expression index 'expression_index' contains a disallowed function) (query: CREATE TABLE t1 (\ncol4 TEXT NOT NULL\n, INDEX ((ST_AsBinary(col4)))\n);)"
time="2024-05-06T11:45:10+08:00" level=warning msg="expression_index:437 query succeeded, but expected error(s)! (expected errors: ER_FUNCTIONAL_INDEX_ROW_VALUE_IS_NOT_ALLOWED) (query: CREATE TABLE t1 (\nj1 JSON,\nj3 JSON,\nKEY my_idx ((CAST(j1->'$[0]' as SIGNED))),\nKEY my_idx_char ((CAST(j3->'$[0]' as CHAR(10))))\n);)"
./t/expression_index.test: ok! 166 test cases passed, take time 2.514349265 s
./t/field_length.test: ok! 10 test cases passed, take time 0.049719298 s
time="2024-05-06T11:45:11+08:00" level=warning msg="partition_column:477 query failed with non expected error(s)! (ER_PARTITION_COLUMN_LIST_ERROR != 1566) (err: Error 1653 (HY000): Inconsistency in usage of column lists for partitioning) (query: create table t1 (a int, b int)\npartition by range columns(a,b)\n(partition p0 values less than (10));)"
time="2024-05-06T11:45:12+08:00" level=warning msg="partition_column:530 query failed with non expected error(s)! (ER_RANGE_NOT_INCREASING_ERROR != ER_REORG_OUTSIDE_RANGE) (err: Error 1493 (HY000): VALUES LESS THAN value must be strictly increasing for each partition) (query: alter table t1 reorganize partition p0 into\n(partition p01 values less than (0,3),\npartition p02 values less than (1,1));)"
./t/partition_column.test: ok! 152 test cases passed, take time 2.39509589 s
./t/partition_column_prune.test: ok! 27 test cases passed, take time 0.802066138 s
./t/filesort.test: ok! 54 test cases passed, take time 16.257115252 s
./t/filesort_json.test: ok! 16 test cases passed, take time 0.129308132 s
./t/filesort_merge.test: ok! 34 test cases passed, take time 0.537945866 s
./t/filter_single_col_idx_big.test: ok! 26 test cases passed, take time 0.151974697 s
./t/foreign_key.test: ok! 158 test cases passed, take time 2.564394632 s
time="2024-05-06T11:45:31+08:00" level=warning msg="foreign_key1:161 query failed with non expected error(s)! (ErrTooLongIdent != ER_WRONG_TABLE_NAME) (err: Error 1059 (42000): Identifier name 'name5678901234567890123456789012345678901234567890123456789012345' is too long) (query: CREATE TABLE t1(a INT PRIMARY KEY, b INT,\nFOREIGN KEY(b) REFERENCES name5678901234567890123456789012345678901234567890123456789012345(a));)"
time="2024-05-06T11:45:31+08:00" level=warning msg="foreign_key1:164 query failed with non expected error(s)! (ErrTooLongIdent != ER_WRONG_COLUMN_NAME) (err: Error 1059 (42000): Identifier name 'name5678901234567890123456789012345678901234567890123456789012345' is too long) (query: CREATE TABLE t1(a INT PRIMARY KEY, b INT,\nFOREIGN KEY(b) REFERENCES t2(name5678901234567890123456789012345678901234567890123456789012345));)"
time="2024-05-06T11:45:31+08:00" level=warning msg="foreign_key1:173 query failed with non expected error(s)! (ER_TOO_LONG_IDENT != ER_WRONG_TABLE_NAME) (err: Error 1059 (42000): Identifier name 'name5678901234567890123456789012345678901234567890123456789012345' is too long) (query: CREATE TABLE t1(a INT PRIMARY KEY, b INT,\nFOREIGN KEY(b) REFERENCES name5678901234567890123456789012345678901234567890123456789012345(a));)"
time="2024-05-06T11:45:31+08:00" level=warning msg="foreign_key1:176 query failed with non expected error(s)! (ER_TOO_LONG_IDENT != ER_WRONG_COLUMN_NAME) (err: Error 1059 (42000): Identifier name 'name5678901234567890123456789012345678901234567890123456789012345' is too long) (query: CREATE TABLE t1(a INT PRIMARY KEY, b INT,\nFOREIGN KEY(b) REFERENCES t2(name5678901234567890123456789012345678901234567890123456789012345));)"
time="2024-05-06T11:45:32+08:00" level=warning msg="foreign_key1:337 query failed with non expected error(s)! (ER_FK_DUP_NAME != ER_DUP_KEYNAME) (err: Error 1826 (HY000): Duplicate foreign key constraint name 'fk') (query: ALTER TABLE t2 ADD CONSTRAINT fk FOREIGN KEY(b) REFERENCES t1(a);)"
time="2024-05-06T11:45:32+08:00" level=warning msg="foreign_key1:343 query succeeded, but expected error(s)! (expected errors: ER_FK_DUP_NAME) (query: ALTER TABLE t2 ADD FOREIGN KEY(b) REFERENCES t1(a);)"
time="2024-05-06T11:45:32+08:00" level=warning msg="foreign_key1:437 query failed with non expected error(s)! (ErrUnsupportedDDLOperation != ER_FK_COLUMN_CANNOT_DROP) (err: Error 8200 (HY000): can't drop column a with composite index covered or Primary Key covered now) (query: ALTER TABLE t2 DROP COLUMN a;)"
time="2024-05-06T11:45:32+08:00" level=warning msg="foreign_key1:439 query failed with non expected error(s)! (ErrUnsupportedDDLOperation != ER_FK_COLUMN_CANNOT_DROP) (err: Error 8200 (HY000): can't drop column b with composite index covered or Primary Key covered now) (query: ALTER TABLE t2 DROP COLUMN b;)"
time="2024-05-06T11:45:32+08:00" level=warning msg="foreign_key1:446 query failed with non expected error(s)! (ErrUnsupportedDDLOperation != ER_FK_COLUMN_CANNOT_DROP) (err: Error 8200 (HY000): can't drop column a with composite index covered or Primary Key covered now) (query: ALTER TABLE t2 DROP COLUMN a;)"
time="2024-05-06T11:45:32+08:00" level=warning msg="foreign_key1:448 query failed with non expected error(s)! (ErrUnsupportedDDLOperation != ER_FK_COLUMN_CANNOT_DROP) (err: Error 8200 (HY000): can't drop column b with composite index covered or Primary Key covered now) (query: ALTER TABLE t2 DROP COLUMN b;)"
time="2024-05-06T11:45:33+08:00" level=warning msg="command not implemented" arguments= command=enable_connect_log line=489
./t/partition_func.test: ok! 1341 test cases passed, take time 18.4337396 s
./t/partition_grant.test: ok! 21 test cases passed, take time 0.331744823 s
time="2024-05-06T11:45:32+08:00" level=warning msg="command not implemented" arguments=" include/no_valgrind_without_big.inc" command=source line=9
time="2024-05-06T11:45:36+08:00" level=warning msg="command not implemented" arguments=" UPDATE parent SET pf2= 2, sleep_dummy= SLEEP(2)" command=send line=511
time="2024-05-06T11:45:36+08:00" level=warning msg="command not implemented" arguments=" $conA <conA>" command=replace_result line=514
time="2024-05-06T11:45:36+08:00" level=warning msg="command not implemented" arguments=" set @conA_id = $conA" command=eval line=515
time="2024-05-06T11:45:36+08:00" level=warning msg="command not implemented" arguments=" include/wait_condition.inc" command=source line=521
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key1:531 query succeeded, but expected error(s)! (expected errors: ER_LOCK_WAIT_TIMEOUT) (query: ALTER TABLE child ADD COLUMN (i INT);)"
./t/foreign_key1.test: ok! 207 test cases passed, take time 5.434081011 s
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:41 Unknown named --error ER_[executor:3008]Foreign key cascade delete/update exceeds max depth of 15."
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:41 query failed with non expected error(s)! (ER_FK_DEPTH_EXCEEDED != ER_[executor:3008]Foreign key cascade delete/update exceeds max depth of 15.) (err: Error 3008 (HY000): Foreign key cascade delete/update exceeds max depth of 15.) (query: delete from t1 where id=0;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:63 Unknown named error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3` in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:63 Unknown named error CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`)) in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:63 query failed with non expected error(s)! (ErrRowIsReferenced2 not in ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (err: Error 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (query: delete from t1 where id = 1;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:76 Unknown named error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3` in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:76 Unknown named error CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`)) in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:76 query failed with non expected error(s)! (ErrRowIsReferenced2 not in ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (err: Error 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (query: delete from t1 where id = 1;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:94 Unknown named error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3` in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:94 Unknown named error CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`)) in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:94 query failed with non expected error(s)! (ErrRowIsReferenced2 not in ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (err: Error 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (query: delete from t1 where id = 1;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:117 Unknown named error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3` in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:117 Unknown named error CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`)) in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:117 query failed with non expected error(s)! (ErrRowIsReferenced2 not in ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (err: Error 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t3`, CONSTRAINT `fk_5` FOREIGN KEY (`id`) REFERENCES `t2` (`id`))) (query: delete from t1 where id = 1;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:136 Unknown named --error ER_[executor:3008]Foreign key cascade delete/update exceeds max depth of 15."
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:136 query failed with non expected error(s)! (ErrForeignKeyCascadeDepthExceeded != ER_[executor:3008]Foreign key cascade delete/update exceeds max depth of 15.) (err: Error 3008 (HY000): Foreign key cascade delete/update exceeds max depth of 15.) (query: delete from t0 where id=0;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:158 Unknown named error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4` in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:158 Unknown named error CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`)) in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:158 query failed with non expected error(s)! (ER_ROW_IS_REFERENCED_2 not in ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))) (err: Error 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))) (query: delete from t1 where id = 2;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:160 Unknown named error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4` in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:160 Unknown named error CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`)) in --error ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:160 query failed with non expected error(s)! (ER_ROW_IS_REFERENCED_2 not in ER_[planner:1451]Cannot delete or update a parent row: a foreign key constraint fails (`test`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))) (err: Error 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t4`, CONSTRAINT `fk_id3` FOREIGN KEY (`id3`) REFERENCES `t3` (`id2`))) (query: delete from t2 where id = 2;)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:286 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:286 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:286 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:286 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:36+08:00" level=warning msg="foreign_key_cascade_delete:286 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:327 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:327 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:327 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:327 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:327 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:368 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:368 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:368 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:368 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:368 query failed with non expected error(s)! (ErrNoReferencedRow2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:385 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:385 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:385 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:385 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:385 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:432 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:432 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:432 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:432 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:432 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:449 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:449 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:449 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:449 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:449 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:495 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:495 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:495 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:495 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:495 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:535 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:535 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:535 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:535 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:535 query failed with non expected error(s)! (ErrNoReferencedRow2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:575 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:575 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:575 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:575 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:575 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:615 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:615 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:615 Unknown named error `b`) REFERENCES `t1` (`a` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:615 Unknown named error `b`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:615 query failed with non expected error(s)! (ErrNoReferencedRow2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`, `b`) REFERENCES `t1` (`a`, `b`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:655 Unknown named error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2` in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`) REFERENCES `t1` (`id`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:655 Unknown named error CONSTRAINT `fk` FOREIGN KEY (`a`) REFERENCES `t1` (`id`) ON DELETE CASCADE) in --error ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`) REFERENCES `t1` (`id`) ON DELETE CASCADE)"
time="2024-05-06T11:45:37+08:00" level=warning msg="foreign_key_cascade_delete:655 query failed with non expected error(s)! (ER_NO_REFERENCED_ROW_2 not in ER_[planner:1452]Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`) REFERENCES `t1` (`id`) ON DELETE CASCADE)) (err: Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`foreign_key_cascade_delete`.`t2`, CONSTRAINT `fk` FOREIGN KEY (`a`) REFERENCES `t1` (`id`) ON DELETE CASCADE)) (query: insert into t2 (id, a, b, name) values (1, 1, 1, 'a');)"
./t/partition_hash.test: ok! 306 test cases passed, take time 5.522236421 s
time="2024-05-06T11:45:37+08:00" level=warning msg="command not implemented" arguments=" include/not_embedded.inc" command=source line=2
time="2024-05-06T11:45:37+08:00" level=warning msg="command not implemented" arguments=" include/have_partition.inc" command=source line=3
time="2024-05-06T11:45:37+08:00" level=warning msg="command not implemented" arguments=" include/have_innodb.inc" command=source line=4
time="2024-05-06T11:45:37+08:00" level=warning msg="command not implemented" arguments=" include/wait_condition.inc" command=source line=73
time="2024-05-06T11:45:37+08:00" level=warning msg="command not implemented" arguments= command=reap line=79
time="2024-05-06T11:45:39+08:00" level=warning msg="command not implemented" arguments= command=enable_parsing line=444
./t/partition_innodb.test: ok! 114 test cases passed, take time 1.5520456070000002 s
time="2024-05-06T11:45:39+08:00" level=warning msg="partition_list:81 query failed with non expected error(s)! (ER_PARTITION_COLUMN_LIST_ERROR != ER_PARSE_ERROR) (err: Error 1653 (HY000): Inconsistency in usage of column lists for partitioning) (query: ALTER TABLE t1 ADD PARTITION\n(PARTITION p3_a VALUES IN ((1 + 1 + 1), \"a0\"));)"
time="2024-05-06T11:45:39+08:00" level=warning msg="partition_list:96 query failed with non expected error(s)! (ErrPartitionColumnList != ER_PARSE_ERROR) (err: Error 1653 (HY000): Inconsistency in usage of column lists for partitioning) (query: ALTER TABLE t1 ADD PARTITION\n(PARTITION part_2 VALUES IN ((21 ,22, 23, 24, 25, 26, 27, 28, 29, 30,\n31 ,32, 33, 34, 35, 36, 37, 38, 39, 40),\n(41 ,42, 43, 44, 45, 46, 47, 48, 49, 50,\n51 ,52, 53, 54, 55, 56, 57, 58, 59, 60)));)"
./t/partition_list.test: ok! 107 test cases passed, take time 1.5788001729999999 s

Great, All tests passed
mysqltest end
tidb-server(PID: 2281) stopped
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-release-8.1-ghpr_mysql_test-111/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
./t/foreign_key_cascade_delete.test: ok! 527 test cases passed, take time 6.764337765 s
time="2024-05-06T11:45:45+08:00" level=warning msg="foreign_key_cascade_mysql:292 query succeeded, but expected error(s)! (expected errors: 1215) (query: alter table blobchild add constraint fkbad foreign key(a) references parent (a) on delete cascade on update restrict;)"
time="2024-05-06T11:45:45+08:00" level=warning msg="foreign_key_cascade_mysql:317 query failed with non expected error(s)! (ER_FK_DUP_NAME != 1215) (err: Error 1826 (HY000): Duplicate foreign key constraint name 'fkbad') (query: alter table blobchild add constraint fkbad foreign key(b) references parent (a) on delete cascade on update restrict;)"
time="2024-05-06T11:45:45+08:00" level=warning msg="foreign_key_cascade_mysql:345 query failed with non expected error(s)! (ER_FK_DUP_NAME != 1215) (err: Error 1826 (HY000): Duplicate foreign key constraint name 'fkbad') (query: alter table blobchild add constraint fkbad foreign key(a) references parent (b) on delete cascade on update restrict;)"
time="2024-05-06T11:45:45+08:00" level=warning msg="foreign_key_cascade_mysql:373 query failed with non expected error(s)! (ER_FK_DUP_NAME != 1215) (err: Error 1826 (HY000): Duplicate foreign key constraint name 'fkbad') (query: alter table blobchild add constraint fkbad foreign key(b) references parent (b) on delete cascade on update restrict;)"
time="2024-05-06T11:45:45+08:00" level=warning msg="foreign_key_cascade_mysql:404 query failed with non expected error(s)! (ER_FK_DUP_NAME != 1215) (err: Error 1826 (HY000): Duplicate foreign key constraint name 'fkbad') (query: alter table blobchild add constraint fkbad foreign key(c) references parent (a) on delete cascade on update restrict;)"
time="2024-05-06T11:45:45+08:00" level=warning msg="foreign_key_cascade_mysql:432 query failed with non expected error(s)! (ER_FK_DUP_NAME != 1215) (err: Error 1826 (HY000): Duplicate foreign key constraint name 'fkbad') (query: alter table blobchild add constraint fkbad foreign key(c) references parent (b) on delete cascade on update restrict;)"
./t/foreign_key_cascade_mysql.test: ok! 301 test cases passed, take time 2.832436184 s
./t/foreign_key_cascade_type.test: ok! 143 test cases passed, take time 0.925391767 s

Great, All tests passed
mysqltest end
tidb-server(PID: 2292) stopped
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-release-8.1-ghpr_mysql_test-111/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ bash scripts/plugins/report_job_result.sh SUCCESS result.json
http://fileserver.pingcap.net
--2024-05-06 03:45:50--  http://fileserver.pingcap.net/download/rd-atom-agent/agent_upload_verifyci_metadata.py
Resolving fileserver.pingcap.net (fileserver.pingcap.net)... 10.2.12.82
Connecting to fileserver.pingcap.net (fileserver.pingcap.net)|10.2.12.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4181 (4.1K) [application/octet-stream]
Saving to: ‘agent_upload_verifyci_metadata.py’

     0K ....                                                  100%  636M=0s

2024-05-06 03:45:50 (636 MB/s) - ‘agent_upload_verifyci_metadata.py’ saved [4181/4181]

No junit report file
parse result file result.json success
upload data succesfully.
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS