commit | 8f276be81536819509b79fbec2883d00665fa8d8 | [log] [tgz] |
---|---|---|
author | Russ Hamilton <behamilton@google.com> | Thu Dec 14 19:10:00 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 14 19:10:00 2023 |
tree | 570ca765a2d943897061dee0fe8c19796aefc510 | |
parent | 2598f8ac962162238e9d684002fb6bece2253ad7 [diff] |
Add browser test for KAnonymityService Join and Query Adds browser tests for the JoinSet and QuerySets functions of the k-anonymity service. These tests differ from the unit tests in that they also exercise the network service with a fake test server. In particular these tests exercise Trust Token redemption as part of Oblivious HTTP requests which is not otherwise tested. Bug: b:310667960 Change-Id: I3bb760d3538231b0f2279df041a3eb102263dc7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5095130 Reviewed-by: Matt Menke <mmenke@chromium.org> Commit-Queue: Russ Hamilton <behamilton@google.com> Cr-Commit-Position: refs/heads/main@{#1237655}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.