Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4
-
None
Description
perl ./mtr s3.debug --mem --ps-protocol
|
10.6 e309e02447c44463f2638330241ef001c8c32d6d |
s3.debug [ fail ]
|
Test ended at 2024-02-23 17:20:46
|
|
CURRENT_TEST: s3.debug
|
--- /mnt8t/bld/10.6-debug/mysql-test/suite/s3/debug.result 2024-02-23 17:13:36.066357516 +0200
|
+++ /mnt8t/bld/10.6-debug/mysql-test/suite/s3/debug.reject 2024-02-23 17:20:46.259006912 +0200
|
@@ -24,9 +24,9 @@
|
count(*)
|
100
|
set @@global.s3_debug=0;
|
-FOUND 6 /s3_test_/ in mysqld.1.err
|
+FOUND 12 /s3_test_/ in mysqld.1.err
|
select count(*) from t1;
|
count(*)
|
100
|
drop table t1;
|
-FOUND 6 /s3_test_/ in mysqld.1.err
|
+FOUND 12 /s3_test_/ in mysqld.1.err
|
|
mysqltest: Result length mismatch
|
Reproducible even with --disable_ps2_protocol, only instead of "12" the wrong values are "9". So apparently PS protocol has to be disabled entirely.