• A
    Add retry in test reader_waits_for_lock for lock checking · 74cb8dcc
    Ashwin Agrawal 提交于
    Command in next session gets executed in parallel to current session
    in case "&" is used. Hence, if session 1 command is running very slow,
    but session 0 commands gets executed fast, can cause flaky test. To
    avoid the same, add retries to check for all processes for session are
    blocked or not.
    74cb8dcc
reader_waits_for_lock.sql 1.6 KB