Page MenuHomePhabricator

[keyserver] Split fetchServerThreadInfos into two queries
ClosedPublic

Authored by ashoat on Apr 5 2023, 11:15 AM.
Tags
None
Referenced Files
F2195688: D7315.diff
Fri, Jul 5, 11:02 AM
Unknown Object (File)
Tue, Jul 2, 6:54 AM
Unknown Object (File)
Sun, Jun 30, 10:19 PM
Unknown Object (File)
Sat, Jun 29, 11:26 PM
Unknown Object (File)
Fri, Jun 14, 3:09 AM
Unknown Object (File)
Mon, Jun 10, 4:58 PM
Unknown Object (File)
Wed, Jun 5, 1:47 PM
Unknown Object (File)
Wed, Jun 5, 1:47 PM
Subscribers
None

Details

Summary

Addresses ENG-3606.

Test Plan

I tested by comparing the JSON.stringify'd results before and after this change using this patch: https://gist.github.com/Ashoat/f07fc27a8fe4c456fd5d675a802b3cad

No differences were found.

I'm now in the process of deploying this change to prod so we can test it there.

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Apr 5 2023, 11:21 AM

Read through it a couple times carefully and I think this change should be good.

I tested by comparing the JSON.stringify'd results before and after this change using this patch: https://gist.github.com/Ashoat/f07fc27a8fe4c456fd5d675a802b3cad No differences were found.

Thanks, it's reassuring to know there's no difference with the tested query.

This revision is now accepted and ready to land.Apr 5 2023, 11:27 AM