Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.5.5, 10.3(EOL), 10.4(EOL)
-
None
Description
While importing MariaDB 10.5.5 to Debian I saw this failure on archs and hppa:
main.repair_symlink-5543 [ fail ]
|
Test ended at 2020-10-08 13:29:05
|
|
CURRENT_TEST: main.repair_symlink-5543
|
--- /<<PKGBUILDDIR>>/mysql-test/main/repair_symlink-5543.result 2020-08-07 12:57:35.000000000 +0000
|
+++ /<<PKGBUILDDIR>>/mysql-test/main/repair_symlink-5543.reject 2020-10-08 13:29:05.319051025 +0000
|
@@ -4,15 +4,15 @@
|
# while others don't have openat and fail with errcode 20.
|
repair table t1;
|
Table Op Msg_type Msg_text
|
-test.t1 repair error 20 for record at pos 0
|
-test.t1 repair Error File 'MYSQL_TMP_DIR/t1.MYD' not found (Errcode: 20 "<errmsg>")
|
+test.t1 repair error 249 for record at pos 0
|
+test.t1 repair Error File 'MYSQL_TMP_DIR/t1.MYD' not found (Errcode: 249 "<errmsg>")
|
test.t1 repair status Operation failed
|
drop table t1;
|
create table t2 (a int) engine=aria data directory='MYSQL_TMP_DIR';
|
insert t2 values (1);
|
repair table t2;
|
Table Op Msg_type Msg_text
|
-test.t2 repair error 20 for record at pos 256
|
-test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 20 "<errmsg>")
|
+test.t2 repair error 249 for record at pos 256
|
+test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 249 "<errmsg>")
|
test.t2 repair status Operation failed
|
drop table t2;
|
Full log at https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.5&arch=hppa&ver=1%3A10.5.5-3%7Eexp2&stamp=1602164461&raw=0 (hppa)
This also occured on arch alpha:
main.repair_symlink-5543 w2 [ fail ]
|
Test ended at 2020-10-07 04:52:40
|
|
CURRENT_TEST: main.repair_symlink-5543
|
--- /<<PKGBUILDDIR>>/mysql-test/main/repair_symlink-5543.result 2020-08-07 12:57:35.000000000 +0000
|
+++ /<<PKGBUILDDIR>>/mysql-test/main/repair_symlink-5543.reject 2020-10-07 04:52:40.440837468 +0000
|
@@ -4,15 +4,15 @@
|
# while others don't have openat and fail with errcode 20.
|
repair table t1;
|
Table Op Msg_type Msg_text
|
-test.t1 repair error 20 for record at pos 0
|
-test.t1 repair Error File 'MYSQL_TMP_DIR/t1.MYD' not found (Errcode: 20 "<errmsg>")
|
+test.t1 repair error 62 for record at pos 0
|
+test.t1 repair Error File 'MYSQL_TMP_DIR/t1.MYD' not found (Errcode: 62 "<errmsg>")
|
test.t1 repair status Operation failed
|
drop table t1;
|
create table t2 (a int) engine=aria data directory='MYSQL_TMP_DIR';
|
insert t2 values (1);
|
repair table t2;
|
Table Op Msg_type Msg_text
|
-test.t2 repair error 20 for record at pos 256
|
-test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 20 "<errmsg>")
|
+test.t2 repair error 62 for record at pos 256
|
+test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 62 "<errmsg>")
|
test.t2 repair status Operation failed
|
drop table t2;
|
Full log at https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.5&arch=alpha&ver=1%3A10.5.5-2&stamp=1602049326&raw=0 (alpha).
This is very similar to MDEV-12215 (fixed by cvicentiu), the number is just different.
Attachments
Issue Links
- duplicates
-
MDEV-27726 main.repair_symlink-5543 fails on FreeBSD with a wrong error code
- Closed
- relates to
-
MDEV-12215 main.repair_symlink-5543 fails in buildbot
- Closed