Details
-
Bug
-
Status: Stalled (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.5
-
None
Description
The following tests hang with view protocol at the current custom branch for MDEV-35452 bb-10.5-mdev-35452 263709cafe50ce6e10c90fc4ab8b21640dd94bc8:
- spider/bugfix.mdev_34555
- spider/bugfix.mdev_29352
Attachments
Issue Links
- is part of
-
MDEV-35452 Always failing spider tests on Debug Last-N builder with --view-protocol
-
- Open
-
For spider/bugfix.mdev_29352, an minimal equivalent non-view-protocol case would be:
--connect (hang,localhost,root)
Without --connect (hang,localhost,root) the create view statement fails with 1223 (ER_CANT_UPDATE_WITH_READLOCK).
The hanging happens in trying to acquire an MDL lock:
// MDL_context::acquire_lock:
{
wait_status= m_wait.timed_wait(m_owner, &abs_shortwait, FALSE,
mdl_request->key.get_wait_state_name());