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)
Sun, Feb 23, 1:24 AM
Unknown Object (File)
Sun, Feb 23, 1:24 AM
Unknown Object (File)
Sun, Feb 23, 1:19 AM
Unknown Object (File)
Sun, Feb 23, 12:40 AM
Unknown Object (File)
Tue, Feb 11, 5:01 PM
Unknown Object (File)
Tue, Feb 11, 5:01 PM
Unknown Object (File)
Tue, Feb 11, 5:01 PM
Unknown Object (File)
Jan 20 2025, 7:27 PM
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