Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.11, 11.4, 11.8
-
None
-
Not for Release Notes
Description
After uploading MariaDB 10.11.4 to Debian I noticed the armhf build failed in https://buildd.debian.org/status/fetch.php?pkg=mariadb&arch=armhf&ver=1%3A10.11.4-1&stamp=1686362815&raw=0 with:
main.public_privileges w1 [ fail ]
|
Test ended at 2023-06-10 02:03:47
|
|
CURRENT_TEST: main.public_privileges
|
--- /<<PKGBUILDDIR>>/mysql-test/main/public_privileges.result 2023-06-05 17:04:58.000000000 +0000
|
+++ /<<PKGBUILDDIR>>/mysql-test/main/public_privileges.reject 2023-06-10 02:03:47.489695706 +0000
|
@@ -95,7 +95,7 @@
|
connect testuser,localhost,testuser,,;
|
select user,db from information_schema.processlist where user='root';
|
user db
|
-root testdb
|
+root NULL
|
call testdb.p1();
|
1
|
1
|
mysqltest: Result length mismatch
|
The same test however passed for the exact same Debian package source code on Ubuntu Launchpad builder at https://launchpadlibrarian.net/671462179/buildlog_ubuntu-mantic-armhf.mariadb_1%3A10.11.4-1~ubuntu23.10.1~1686356098.b14ddfab21c.debian.latest_BUILDING.txt.gz:
main.public_privileges w2 [ pass ] 210
|
Also on this same Debian buildd a rebuild and new MTR passed.
Perhaps there is some race condition and timing issue?
Attachments
Issue Links
- duplicates
-
MDEV-37893 main.public_privileges fails sporadically
-
- Closed
-