-
Mayank Prasad authored
Issue: idx_events_stages_current tests depends on the entries in performance_schema.events_stages_current table. These entries are transient in nature which is causing sporadic failure. Fix: Increased innodb_lock_wait_timeout to make sure entries in this table are there for longer period to avoid this sporadic failure.
Mayank Prasad authoredIssue: idx_events_stages_current tests depends on the entries in performance_schema.events_stages_current table. These entries are transient in nature which is causing sporadic failure. Fix: Increased innodb_lock_wait_timeout to make sure entries in this table are there for longer period to avoid this sporadic failure.
Loading