Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Incomplete
-
11.8.1
-
None
-
None
Description
On a private GitLab instance running https://github.com/MariaDB/server/blob/main/.gitlab-ci.yml it was noticed that in past days the test main.ctype_gbk has been sporadically failing:
main.ctype_gbk w6 [ fail ]
|
Test ended at 2025-02-13 06:00:45
|
CURRENT_TEST: main.ctype_gbk
|
Server [mysqld.1 - pid: 10501, winpid: 10501, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
----------SERVER LOG END-------------
|
mysqltest failed but provided no output
|
The result from queries just before the failure was:
|
< snip >
|
5CFF5CA1 FFA1 [Trivial][ILSEQ]
|
5CFF5CE0 FFE0 [Trivial][ILSEQ]
|
5CFF5CEF FFEF [Trivial][ILSEQ]
|
5CFF5CF9 FFF9 [Trivial][ILSEQ]
|
5CFF5CFA FFFA [Trivial][ILSEQ]
|
5CFF5CFC FFFC [Trivial][ILSEQ]
|
5CFF5CFD FFFD [Trivial][ILSEQ]
|
5CFF5CFE FFFE [Trivial][ILSEQ]
|
5CFF5CFF FFFF [Trivial][ILSEQ]
|
DROP TABLE t1;
|
DROP PROCEDURE p1;
|
DROP PROCEDURE p2;
|
DROP FUNCTION unescape;
|
DROP FUNCTION unescape_type;
|
DROP FUNCTION wellformedness;
|
DROP FUNCTION mysql_real_escape_string_generated;
|
DROP FUNCTION iswellformed;
|
DROP TABLE allbytes;
|
SET sql_mode = DEFAULT;
|
# End of ctype_backslash.inc
|
- saving '/usr/share/mariadb-test/var/6/log/main.ctype_gbk/' to '/usr/share/mariadb-test/var/log/main.ctype_gbk/'
|
worker[03] mysql-test-run: WARNING: Waited 60 seconds for /usr/share/mariadb-test/var/3/run/mysqld.2.pid to be created, still waiting for 120 seconds...
|
The issue is sporadic, as maybe 20% of the time it passes, but takes a long time:
main.ctype_gbk w3 [ pass ] 10951
|
I am filing this Jira to see if other people run into the same issue.