Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add identity deletion client tests #386

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

eaypek-tfh
Copy link
Contributor

Change

  • Send a batch of deletion requests followed by uniqueness requests.
  • Assert that we get all the deletion results and new uniqueness results are marked as unique with no matches.

Copy link

linear bot commented Sep 16, 2024

POP-1859 Add end-to-end tests for identity deletion in MPCv2 [in Rust]

Add e2e tests in iris-mpc Rust codebase so that any new changes can be validated to work on identity-deletion side.

@eaypek-tfh eaypek-tfh force-pushed the POP-1859/add-client-tests-for-identity-deletion branch 2 times, most recently from f649bf6 to d48da32 Compare September 16, 2024 23:47
@@ -354,7 +420,7 @@ async fn main() -> eyre::Result<()> {
};

let request_message = UniquenessRequest {
batch_size: None,
batch_size: Some(1),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rather set this to BATCH_SIZE?

@eaypek-tfh eaypek-tfh force-pushed the POP-1859/add-client-tests-for-identity-deletion branch from 424c587 to ae9c283 Compare September 19, 2024 06:46
@eaypek-tfh eaypek-tfh force-pushed the POP-1859/add-client-tests-for-identity-deletion branch from 93d6f9e to 9d0ddf0 Compare September 19, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants