Page MenuHomePhabricator

[keyserver] Don't send empty ID cleanup query in notifs code
ClosedPublic

Authored by ashoat on Sep 14 2023, 6:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 17, 4:32 AM
Unknown Object (File)
Mon, Mar 17, 4:30 AM
Unknown Object (File)
Wed, Mar 12, 9:56 PM
Unknown Object (File)
Feb 25 2025, 5:29 PM
Unknown Object (File)
Feb 25 2025, 5:29 PM
Unknown Object (File)
Feb 24 2025, 3:35 PM
Unknown Object (File)
Feb 21 2025, 3:32 PM
Unknown Object (File)
Feb 14 2025, 6:23 PM
Subscribers
None

Details

Summary

I introduced a regression in D9175. The issue is detailed in this Linear comment thread, but basically there's a possibility of dbIDs being non-empty when it's checked, but empty by the time the query is run.

The core issue here is that we're not waiting for the code that dequeues from dbIDs to complete before checking (and running) the cleanup query. This diff makes sure we wait until deliveryPromises are all resolved before checking and running the cleanup query.

Test Plan

I was able to repro the issue in my local environment before this diff (see Linear comment thread). After this diff, the issue no longer repro'd

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable