-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration test using dummy VDAF with agg param (#2769)
Enable Janus to run the dummy VDAF from crate `prio` with arbitrary rounds (by extending the representation of `VdafInstance::Fake`) and with multiple aggregation parameters chosen by the test. To that end, this resurrects some functionality previously deleted in PR #1508, though it remains gated on `#[cfg(test)]`. This wires up some tests for both time interval and fixed size tasks, running multiple collections against a single batch with varying aggregation parameters. However, a few tests are disabled because of stuff that doesn't work yet: - creating fixed size aggregation jobs w/ agg param - using `Vdaf.is_valid` to check whether subsequent collections against a single batch are valid Part of #225
- Loading branch information
1 parent
4f70c6d
commit 416b303
Showing
20 changed files
with
1,363 additions
and
251 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.