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, Sep 23, 3:58 AM
Unknown Object (File)
Mon, Sep 23, 3:58 AM
Unknown Object (File)
Sun, Sep 22, 8:10 PM
Unknown Object (File)
Sun, Sep 22, 8:09 PM
Unknown Object (File)
Sun, Sep 22, 6:25 PM
Unknown Object (File)
Sun, Sep 22, 6:21 PM
Unknown Object (File)
Fri, Sep 20, 7:45 PM
Unknown Object (File)
Mon, Sep 16, 2:02 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