Page MenuHomePhabricator

[keyserver] Fix stalling of keyserver public key script
ClosedPublic

Authored by ashoat on Jul 9 2023, 11:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 20, 7:27 PM
Unknown Object (File)
Mon, Jan 20, 6:58 PM
Unknown Object (File)
Sun, Jan 5, 5:40 AM
Unknown Object (File)
Sun, Jan 5, 5:40 AM
Unknown Object (File)
Dec 20 2024, 6:37 AM
Unknown Object (File)
Nov 23 2024, 12:48 PM
Unknown Object (File)
Nov 23 2024, 12:48 PM
Unknown Object (File)
Nov 23 2024, 7:16 AM
Subscribers

Details

Summary

Should've noticed this in D8448. We initialize the MySQL connection but never close it, which is why the script stalls. This is addressed by using the main util (all scripts are supposed to use this).

Test Plan

Run script locally, confirm it no longer stalls

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable