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
147665: e2e-tests: add cypress tests for scale cluster r=dhartunian a=dhartunian
This commit adds files to enable the use of Cypress to smoke test DB Console on a cluster to see if it meets basic performance requirements. This can be used on a scale cluster to make sure we can render all the standard pages in a reasonable amount of time.
The test will print out timing information for key elements in the logs. Additionally, screenshots are taken immediately after the timing snapshot to enable easy analysis of what's on the page at time of timer capture. You can then confirm that the page is "useful".
Resolves: #51018
Release note: None
147888: kvcoord: avoid unnecessary flushing in txnWriteBuffer r=miraradeva a=stevendanna
Previously, if the buffer was being flushed midway through a transaction, we were flushing the entire buffer to ensure that future savepoint rollbacks would result in the correct final value being committed.
This was pessimistic, since many transactions don't use explicit savepoints.
Here, we track whether an explicit savepoint has been created and only flush those values required to rollback the earliest active savepoint.
Epic: none
Release note: None
148410: authors: add Sachuman to authors r=Sachuman a=Sachuman
Epic: None
Release note: None
Co-authored-by: David Hartunian <[email protected]>
Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Sachin Jain <[email protected]>
0 commit comments