Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.4(EOL), 10.5, 10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL)
-
None
Description
Tests in rocksdb and engine/funcs suites fail with ps-protocol with various symptoms (mostly wrong results and file-already-exists, but not only that).
One example:
11.3 67a0224a3e0073c4e083a6f7e24380251bcb2361 |
rocksdb.type_char_indexes_collation 'write_committed' [ fail ]
|
Test ended at 2023-12-09 18:26:23
|
|
CURRENT_TEST: rocksdb.type_char_indexes_collation
|
mysqltest: At line 48: query 'select hex(weight_string(c1)) INTO OUTFILE '$file1' from t order by c1' failed: ER_FILE_EXISTS_ERROR (1086): File '/mnt8t/bld/11.3-asan/mysql-test/var/tmp/filesort_order' already exists
|
$ perl ./mtr engines/funcs.rpl_loaddatalocal --mem --ps-protocol
|
|
engines/funcs.rpl_loaddatalocal 'innodb,mix' [ fail ]
|
Test ended at 2023-12-11 01:50:37
|
|
CURRENT_TEST: engines/funcs.rpl_loaddatalocal
|
mysqltest: At line 23: query 'select * into outfile '$MYSQLTEST_VARDIR/tmp/rpl_loaddatalocal.select_outfile' from t1' failed: ER_FILE_EXISTS_ERROR (1086): File '/mnt8t/bld/11.3-asan/mysql-test/var/tmp/rpl_loaddatalocal.select_outfile' already exists
|