Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.9(EOL), 10.10(EOL), 10.11
-
None
Description
https://buildbot.mariadb.org/#/builders/168/builds/14289
main.lock_sync 'innodb' w6 [ fail ] timeout after 480 seconds
|
Test ended at 2022-09-06 08:22:41
|
Test case timeout after 480 seconds
|
== /buildbot/amd64-ubuntu-1804-clang10-asan/build/mysql-test/var/6/log/lock_sync.log ==
|
disconnect con1;
|
disconnect con2;
|
DROP TABLES t1, t2;
|
#
|
# MDEV-28567 Assertion `0' in open_tables upon function-related operation
|
#
|
CREATE TABLE t1 (a INT);
|
CREATE TABLE t2 (b INT);
|
CREATE TRIGGER tr1 BEFORE INSERT ON t1 FOR EACH ROW UPDATE t2 SET b = 0;
|
CREATE TRIGGER tr2 BEFORE INSERT ON t2 FOR EACH ROW UPDATE t1 SET a = 6;
|
CREATE VIEW v1 AS SELECT * FROM t1;
|
SET AUTOCOMMIT=OFF;
|
SELECT * FROM t1;
|
a
|
DROP TRIGGER tr1;
|
INSERT INTO t2 SELECT * FROM t2;
|
SELECT f() FROM t2;
|
ERROR 42000: FUNCTION test.f does not exist
|
set debug_sync= 'after_open_table_mdl_shared signal s1';
|
ALTER VIEW v1 AS SELECT f() FROM t1;
|
== /buildbot/amd64-ubuntu-1804-clang10-asan/build/mysql-test/var/6/tmp/analyze-timeout-mysqld.1.err ==
|
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local server through socket '/buildbot/amd64-ubuntu-1804-clang10-asan/build/mysql-test/var/tm' (111)
|
Attachments
Issue Links
- is caused by
-
MDEV-28567 Assertion `0' in open_tables upon function-related operations
-
- Closed
-
- is duplicated by
-
MDEV-36665 main.lock_sync timeout in MDEV-28567 test
-
- Closed
-
- is part of
-
MDEV-36647 No red leaves in the forest
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Affects Version/s | 10.10 [ 27530 ] | |
Affects Version/s | 10.11 [ 27614 ] | |
Labels | regression-10.9 |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.9 [ 26905 ] |
Fix Version/s | 10.10 [ 27530 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Link |
This issue is caused by |
Attachment | lock_sync.combinations [ 74892 ] |
Assignee | Aleksey Midenkov [ midenok ] | Oleksandr Byelkin [ sanja ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Link | This issue is part of MDEV-36647 [ MDEV-36647 ] |
Link |
This issue is duplicated by |
Assignee | Oleksandr Byelkin [ sanja ] | Sergey Vojtovich [ svoj ] |
Assignee | Sergey Vojtovich [ svoj ] | Aleksey Midenkov [ midenok ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Here is a recent failure:
10.11 8283948846740a22f96bbe7bccf250708406d5d9
main.lock_sync 'innodb' w55 [ fail ]
Test ended at 2022-11-21 10:44:52
CURRENT_TEST: main.lock_sync
mysqltest: At line 1222: query 'DROP FUNCTION f' failed: ER_SP_DOES_NOT_EXIST (1305): FUNCTION test.f does not exist