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
Use batch updates for test table migration (#2442)
#2148 introduced a large migration which has proven to be problematic
for CDash instances with many tests. This PR breaks the single large
update statement into a batched update process where updates are
performed in groups of 5000 rows at a time.
Co-authored-by: Zack Galbreath <[email protected]>
0 commit comments