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
The query can be stuck (for yet unknown reason), and the ongoing bug in
CI prevents us from seeing logs when the test is terminated by the
higher level timeout. Timeout using context, so that logs are dumped.
Epic: none
Release note: none
returnqueryRangeLog(conn, `SELECT info FROM system.rangelog WHERE "rangeID" = $1 AND "eventType" = $2 AND info LIKE concat('%', $3::STRING, '%') ORDER BY timestamp ASC;`, rangeID, eventType.String(), reason)
1784
+
returnqueryRangeLog(context.Background(), conn,
1785
+
`SELECT info FROM system.rangelog WHERE "rangeID" = $1 AND "eventType" = $2 AND info LIKE concat('%', $3::STRING, '%') ORDER BY timestamp ASC;`,
0 commit comments