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
107198: jobsprofiler: stringify protobin files when requested r=dt a=adityamaru
This change is in preparation for a larger change that
will allow downloading debug files from the `Advanded Debugging`
tab on the job details page.
With this change a `binpb` file will have a `binpb.txt` version of the
file listed too. If the user requests to download
a `binpb.txt` file we unmarshal and stringify the contents
of the file before serving them to the user. Currently, there
is only one protobin file type written by a job resumer on
completion.
Informs: cockroachdb#105076
Release note: None
107700: netutil: fix a buglet r=erikgrinaker,stevendanna a=knz
I was noticing an excess number of conn objects remaining open after a test shutdown.
Release note: None
Epic: CRDB-28893
107711: backupccl: skip TestBackupRestoreTenant r=stevendanna a=adityamaru
Skip while we debug the timeouts in cockroachdb#107669.
Informs: cockroachdb#107669
Release note: None
Co-authored-by: adityamaru <[email protected]>
Co-authored-by: Raphael 'kena' Poss <[email protected]>
0 commit comments