Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6
Description
The test maria.bulk_insert_crash, added in 403dacf6a9a373c25a808a1be9169ab2cd001448, attributed to MDEV-20578 fails on s390x:
https://buildbot.mariadb.org/#/builders/677/builds/3307/steps/7/logs/stdio |
CURRENT_TEST: maria.bulk_insert_crash
|
--- /home/buildbot/s390x-ubuntu-2004-debug/build/mysql-test/suite/maria/bulk_insert_crash.result 2024-09-09 09:03:34.000000000 +0000
|
+++ /home/buildbot/s390x-ubuntu-2004-debug/build/mysql-test/suite/maria/bulk_insert_crash.reject 2024-09-09 10:11:58.837512420 +0000
|
@@ -6,8 +6,12 @@
|
ERROR HY000: Lost connection to server during query
|
check table t1;
|
Table Op Msg_type Msg_text
|
-test.t1 check status OK
|
+test.t1 check error Checksum for key: 1 doesn't match checksum for records
|
+test.t1 check error Checksum for key: 3 doesn't match checksum for records
|
+test.t1 check error Corrupt
|
select sum(a),sum(b),sum(c) from t1;
|
sum(a) sum(b) sum(c)
|
-1055 2055 3055
|
+1180 2055 3580
|
+Warnings:
|
+Error 145 Got error '145 "Table was marked as crashed and should be repaired"' for './test/t1'
|
drop table t1;
|
Result length mismatch
|
- saving '/home/buildbot/s390x-ubuntu-2004-debug/build/mysql-test/var/14/log/maria.bulk_insert_crash/' to '/home/buildbot/s390x-ubuntu-2004-debug/build/mysql-test/var/log/maria.bulk_insert_crash/'
|
Retrying test maria.bulk_insert_crash, attempt(2/3)...
|
worker[14] > Restart - not started
|
***Warnings generated in error logs during shutdown after running tests: maria.bulk_insert_crash
|
2024-09-09 10:11:58 3 [ERROR] mariadbd: Got error '145 "Table was marked as crashed and should be repaired"' for './test/t1'
|
2024-09-09 10:11:58 3 [Warning] Recovering table: './test/t1'
|
Attachments
Issue Links
- is part of
-
MDEV-33073 always green buildbot
- Stalled