world-federation-of-advertisers / cross-media-measurement

A privacy centric system for cross publisher, cross media ads measurement through secure multiparty computations.
https://halo.wfanet.org/
Apache License 2.0
36 stars 11 forks source link

fix: Read all EventGroups from simulators rather than stopping at first page #1927

Closed SanjayVas closed 1 day ago

SanjayVas commented 4 days ago

The MC and EDP simulators were only reading the first page of results from ListEventGroups. This means that in environments with more EventGroups, not all test EventGroups would be read. This is exacerbated by #1916, as the default page size is now smaller.

wfa-reviewable commented 4 days ago

This change is Reviewable

SanjayVas commented 4 days ago

Depends on #1923