You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the async portion of the fk_cascade_race subtest had ... a
race. Usually the test would follow the intended route where the async
statements are executed in the same session as the previous statements,
but this was not guaranteed by logictest. By moving the racing statement
to the testuser, we force this serialization so that we don't get
periodic test failures.
Fixes: #150466
Release note: None
0 commit comments