Skip to content

fix: add admin rbac for pr-preview namespace#492

Merged
fegmorte merged 7 commits intomainfrom
fred/ci/add-rbac-for-pr-preview
Apr 2, 2026
Merged

fix: add admin rbac for pr-preview namespace#492
fegmorte merged 7 commits intomainfrom
fred/ci/add-rbac-for-pr-preview

Conversation

@fegmorte
Copy link
Copy Markdown
Contributor

@fegmorte fegmorte commented Mar 30, 2026

Description of changes

By adding a label pr-preview-<type-of-deployment>, you can deploy a preview environment in the k8s cluster. But I create dynamic namespace to avoid collision between preview environment.
In order to access this k8s namespace deployed for the preview environment, we need to add specific RBAC to the k8s cluster and scoped to the brand new namespace. For the moment it's only a read-only access. With the addition of this RBAC, mpc team will be admin of their namespace.

Issue ticket number and link

PR Checklist

I attest that all checked items are satisfied. Any deviation is clearly justified above.

  • Title follows conventional commits (e.g. chore: ...).
  • Tests added for every new pub item and test coverage has not decreased.
  • Public APIs and non-obvious logic documented; unfinished work marked as TODO(#issue).
  • unwrap/expect/panic only in tests or for invariant bugs (documented if present).
  • No dependency version changes OR (if changed) only minimal required fixes.
  • No architectural protocol changes OR linked spec PR/issue provided.
  • No breaking deployment config changes OR devops label + infra notified + infra-team reviewer assigned.
  • No breaking gRPC / serialized data changes OR commit marked with ! and affected teams notified.
  • No modifications to existing versionized structs OR backward compatibility tests updated.
  • No critical business logic / crypto changes OR ≥2 reviewers assigned.
  • No new sensitive data fields added OR Zeroize + ZeroizeOnDrop implemented.
  • No new public storage data OR data is verifiable (signature / digest).
  • No unsafe; if unavoidable: minimal, justified, documented, and test/fuzz covered.
  • Strongly typed boundaries: typed inputs validated at the edge; no untyped values or errors cross modules.
  • Self-review completed.

Dependency Update Questionnaire (only if deps changed or added)

Answer in the Cargo.toml next to the dependency (or here if updating):

  1. Ownership changes or suspicious concentration?
  2. Low popularity?
  3. Unusual version jump?
  4. Lacking documentation?
  5. Missing CI?
  6. No security / disclosure policy?
  7. Significant size increase?

More details and explanations for the checklist and dependency updates can be found in CONTRIBUTING.md

@fegmorte fegmorte requested a review from maksymsur March 30, 2026 16:43
@fegmorte fegmorte requested a review from a team as a code owner March 30, 2026 16:43
@cla-bot cla-bot bot added the cla-signed The CLA has been signed. label Mar 30, 2026
maksymsur
maksymsur previously approved these changes Mar 30, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 30, 2026

Consolidated Tests Results 2026-04-02 - 13:03:55

Test Results

passed 1053 passed

Details

tests 1053 tests
clock not captured
tool junit-to-ctrf
build main arrow-right test-reporter link #3729
pull-request fix: add admin rbac for pr-preview namespace link #492

test-reporter: Run #3729

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
1053 1053 0 0 0 0 0 not captured

🎉 All tests passed!

Tests

View All Tests
Test Name Status Flaky Duration
backup::custodian::tests::invalid_threshold_should_fail 6ms
client::tests::testing_infra_tests::test_threshold_material_validation 5ms
client::tests::threshold::crs_gen_tests::secure_threshold_crs 8m 12s
client::tests::threshold::crs_gen_tests::test_crs_gen_threshold 1m 1s
client::tests::threshold::crs_gen_tests::test_insecure_crs_gen_threshold 59.8s
client::tests::threshold::custodian_backup_tests::test_auto_update_backups_threshold::case_1 2m 20s
client::tests::threshold::custodian_backup_tests::test_auto_update_backups_threshold::case_2 2m 14s
client::tests::threshold::custodian_backup_tests::test_backup_after_crs_threshold::case_1 45.4s
client::tests::threshold::custodian_backup_tests::test_backup_after_crs_threshold::case_2 45.2s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold::case_1 11.3s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold::case_2 11.3s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold_negative 4.6s
client::tests::threshold::custodian_context_tests::test_new_custodian_context_threshold::case_1 8.2s
client::tests::threshold::custodian_context_tests::test_new_custodian_context_threshold::case_2 8.2s
client::tests::threshold::key_gen_tests::default_insecure_dkg::case_1 2m 39s
client::tests::threshold::key_gen_tests::secure_threshold_compressed_keygen_test 4m 9s
client::tests::threshold::key_gen_tests::secure_threshold_keygen_test 4m 18s
client::tests::threshold::key_gen_tests::secure_threshold_keygen_test_crash_online 4m 12s
client::tests::threshold::key_gen_tests::secure_threshold_keygen_test_crash_preprocessing 3m 40s
client::tests::threshold::key_gen_tests::test_insecure_compressed_dkg::case_1 32.2s
client::tests::threshold::key_gen_tests::test_insecure_dkg::case_1 32.4s
client::tests::threshold::key_gen_tests::test_insecure_threshold_decompression_keygen 3m 45s
client::tests::threshold::key_gen_tests_isolated::default_insecure_dkg_isolated 3m 56s
client::tests::threshold::key_gen_tests_isolated::secure_threshold_compressed_keygen_from_existing_isolated 7m 39s
client::tests::threshold::key_gen_tests_isolated::secure_threshold_keygen_crash_online_isolated 3m 58s
client::tests::threshold::key_gen_tests_isolated::secure_threshold_keygen_crash_preprocessing_isolated 4m 16s
client::tests::threshold::key_gen_tests_isolated::secure_threshold_keygen_isolated 4m 9s
client::tests::threshold::key_gen_tests_isolated::test_insecure_dkg_isolated 5.3s
client::tests::threshold::key_gen_tests_isolated::test_insecure_threshold_decompression_keygen_isolated 1m 43s
client::tests::threshold::misc_tests::test_ratelimiter 32.1s
client::tests::threshold::misc_tests::test_threshold_close_after_drop 32.4s
client::tests::threshold::misc_tests::test_threshold_health_endpoint_availability 36.6s
client::tests::threshold::misc_tests::test_threshold_shutdown 33.7s
client::tests::threshold::misc_tests_isolated::test_ratelimiter_isolated 186ms
client::tests::threshold::misc_tests_isolated::test_threshold_close_after_drop_isolated 988ms
client::tests::threshold::misc_tests_isolated::test_threshold_health_endpoint_availability_isolated 4.6s
client::tests::threshold::misc_tests_isolated::test_threshold_shutdown_isolated 1.9s
client::tests::threshold::mpc_context_tests::test_context_switch_4p 36.7s
client::tests::threshold::mpc_epoch_tests::test_new_epoch_with_reshare 13m 9s
client::tests::threshold::public_decryption_tests::default_decryption_threshold::case_1 41.4s
client::tests::threshold::public_decryption_tests::default_decryption_threshold_precompute_sns::case_1::compression_1_true 38.1s
client::tests::threshold::public_decryption_tests::default_decryption_threshold_precompute_sns::case_1::compression_2_false 37.8s
client::tests::threshold::public_decryption_tests::default_decryption_threshold_with_crash::case_1 37.7s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_1 56.0s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_2 38.8s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_3 38.6s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_1 38.9s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_2 35.5s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_3 35.3s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_precompute_sns::case_1::compression_1_true 38.7s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_precompute_sns::case_1::compression_2_false 38.7s
client::tests::threshold::restore_from_backup_tests::test_insecure_threshold_crs_backup 1m 29s
client::tests::threshold::restore_from_backup_tests_isolated::test_insecure_threshold_crs_backup_isolated 15.8s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_1 6m 27s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_2 25.6s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_3 28.4s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_4 28.1s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_5 31.4s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_6 30.0s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_7 29.5s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_all_malicious_failure 26.5s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious::case_1 27.6s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious::case_2 27.8s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious_failure 28.0s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns::case_1 28.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns::case_2 28.0s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns_legacy::case_1 28.1s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns_legacy::case_2 28.2s
conf::tests::test_threshold_config 8ms
conf::tests::test_threshold_config_negative 7ms
conf::threshold::test_pem_serialization 6ms
engine::migration::tests::s3_tests::test_0_13_x_to_0_13_10_threshold_s3 75ms
engine::migration::tests::s3_tests::test_after_0_13_x_threshold_s3 56ms
engine::migration::tests::s3_tests::test_migrate_threshold_s3 64ms
engine::migration::tests::s3_tests::test_remove_old_keys_threshold_s3 56ms
engine::migration::tests::test_0_13_x_to_0_13_10_threshold_file 10ms
engine::migration::tests::test_0_13_x_to_0_13_10_threshold_ram 6ms
engine::migration::tests::test_after_0_13_x_threshold_file 8ms
engine::migration::tests::test_after_0_13_x_threshold_ram 6ms
engine::migration::tests::test_migrate_threshold_file 8ms
engine::migration::tests::test_migrate_threshold_ram 6ms
engine::migration::tests::test_migrate_to_0_13_10_threshold 6ms
engine::migration::tests::test_migrate_to_0_13_x_threshold 6ms
engine::migration::tests::test_remove_old_keys_threshold_file 7ms
engine::migration::tests::test_remove_old_keys_threshold_ram 6ms
engine::threshold::service::crs_generator::tests::already_exists 7ms
engine::threshold::service::crs_generator::tests::internal_failure 7ms
engine::threshold::service::crs_generator::tests::invalid_argument 7ms
engine::threshold::service::crs_generator::tests::not_found 6ms
engine::threshold::service::crs_generator::tests::resource_exhausted 7ms
engine::threshold::service::crs_generator::tests::sunshine 52ms
engine::threshold::service::crs_generator::tests::unavailable 1m
engine::threshold::service::epoch_manager::tests::already_exists 7ms
engine::threshold::service::epoch_manager::tests::invalid_argument 7ms
engine::threshold::service::epoch_manager::tests::load_all_prss 7ms
engine::threshold::service::epoch_manager::tests::not_found 6ms
engine::threshold::service::epoch_manager::tests::prss_from_storage_test 2m 39s
engine::threshold::service::epoch_manager::tests::sunshine 8ms
engine::threshold::service::epoch_manager::tests::test_destroy_epoch_not_found 6ms
engine::threshold::service::epoch_manager::tests::test_destroy_epoch_success 6ms
engine::threshold::service::epoch_manager::tests::test_resource_exhausted 6ms
engine::threshold::service::epoch_manager::tests::test_verify_epoch_info 6ms
engine::threshold::service::key_generator::tests::aborted 5ms
engine::threshold::service::key_generator::tests::already_exists 7ms
engine::threshold::service::key_generator::tests::internal 7ms
engine::threshold::service::key_generator::tests::invalid_argument 7ms
engine::threshold::service::key_generator::tests::not_found 7ms
engine::threshold::service::key_generator::tests::resource_exhausted 6ms
engine::threshold::service::key_generator::tests::sunshine 104ms
engine::threshold::service::key_generator::tests::use_existing_key_tag_with_wrong_keyset_id 8ms
engine::threshold::service::preprocessor::tests::already_exists 7ms
engine::threshold::service::preprocessor::tests::internal 8ms
engine::threshold::service::preprocessor::tests::invalid_argument 7ms
engine::threshold::service::preprocessor::tests::not_found 7ms
engine::threshold::service::preprocessor::tests::resource_exhausted 6ms
engine::threshold::service::preprocessor::tests::sunshine 829ms
engine::threshold::service::public_decryptor::tests::already_exists 90ms
engine::threshold::service::public_decryptor::tests::invalid_argument 83ms
engine::threshold::service::public_decryptor::tests::not_found 276ms
engine::threshold::service::public_decryptor::tests::sunshine 94ms
engine::threshold::service::public_decryptor::tests::test_resource_exhausted 85ms
engine::threshold::service::reshare_utils::tests::bad_digests_get_verified_public_materials 168ms
engine::threshold::service::reshare_utils::tests::bad_digests_get_verified_public_materials_compressed 240ms
engine::threshold::service::reshare_utils::tests::empty_storage_fetch_public_materials_from_peers 173ms
engine::threshold::service::reshare_utils::tests::sunshine_fetch_public_materials_from_peers 175ms
engine::threshold::service::reshare_utils::tests::sunshine_fetch_public_materials_from_peers_compressed 95ms
engine::threshold::service::reshare_utils::tests::sunshine_get_verified_public_materials 12ms
engine::threshold::service::reshare_utils::tests::sunshine_get_verified_public_materials_compressed 93ms
engine::threshold::service::reshare_utils::tests::test_find_region 6ms
engine::threshold::service::reshare_utils::tests::test_split_devnet_url 6ms
engine::threshold::service::reshare_utils::tests::wrong_digest_fetch_public_materials_from_peers 18ms
engine::threshold::service::reshare_utils::tests::wrong_digest_fetch_public_materials_from_peers_compressed 93ms
engine::threshold::service::user_decryptor::tests::already_exists 83ms
engine::threshold::service::user_decryptor::tests::invalid_argument 82ms
engine::threshold::service::user_decryptor::tests::not_found 282ms
engine::threshold::service::user_decryptor::tests::resource_exhausted 80ms
engine::threshold::service::user_decryptor::tests::sunshine 91ms
testing::material::manager::tests::test_setup_threshold_material 24ms
testing::material::spec::tests::test_threshold_basic_spec 6ms
testing::material::spec::tests::test_threshold_default_no_prss_spec 6ms
testing::material::spec::tests::test_threshold_default_spec_requires_prss 6ms
vault::storage::crypto_material::tests::read_guarded_threshold_fhe_keys_not_found 6ms
vault::storage::crypto_material::tests::write_threshold_empty_update 77ms
vault::storage::crypto_material::tests::write_threshold_keys_failed_storage 82ms
vault::storage::crypto_material::tests::write_threshold_keys_meta_update 78ms
vault::storage::file::tests::storage_helper_methods::threshold_1_true 15ms
vault::storage::file::tests::storage_helper_methods::threshold_2_false 14ms
test_backward_compatibility_threshold_fhe 115ms
kms_gen_keys_binary_test::gen_key_tempdir_threshold 671ms
kms_gen_keys_binary_test::gen_key_threshold 3.7s
kms_gen_keys_binary_test::threshold_signing_key 57ms
kms_gen_keys_binary_test::threshold_signing_key_wrong_party_id 168ms
kms_gen_keys_binary_test::threshold_wrong_num_parties 131ms
kms_server_binary_test::subcommand_dev_threshold 5.9s
test_threshold_custodian_backup 941ms
test_threshold_insecure_compressed_keygen 1.1s
test_threshold_restore_from_backup 1.3s
test_threshold_mpc_context_switch 1.6s
test_threshold_mpc_context_init 7m 53s
test_threshold_reshare 8m 49s
test_threshold_concurrent_preproc_keygen 12m 11s
test_threshold_compressed_preproc_keygen 15m 55s
test_threshold_insecure 19m 50s
test_threshold_mpc_context_switch_6 20m 25s
test_threshold_compressed_keygen_from_existing 31m 37s
test_threshold_compressed_preproc_keygen 12m 57s
test_threshold_concurrent_crs 1m 34s
test_threshold_concurrent_preproc_keygen 7m 40s
test_threshold_custodian_backup 1m 13s
test_threshold_insecure 6m 20s
test_threshold_insecure_compressed_keygen 9m 18s
test_threshold_mpc_context_init 6m 56s
test_threshold_mpc_context_switch 58.0s
test_threshold_mpc_context_switch_6 6m 58s
test_threshold_reshare 7m 18s
test_threshold_restore_from_backup 55.8s
backup::custodian::tests::internal_custodian_context_duplicate_role_should_fail 6ms
backup::custodian::tests::internal_custodian_context_role_greater_than_nodes_should_fail 5ms
backup::custodian::tests::internal_custodian_context_zero_role_should_fail 5ms
backup::operator::tests::operator_new_fails_with_bad_n_t 5ms
backup::operator::tests::operator_new_fails_with_duplicate_roles 5ms
backup::operator::tests::operator_new_fails_with_insufficient_messages 5ms
backup::operator::tests::operator_new_fails_with_invalid_header 5ms
backup::operator::tests::operator_new_fails_with_invalid_role 5ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_future 5ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_past 5ms
backup::operator::tests::operator_new_fails_with_not_enough 5ms
backup::operator::tests::operator_new_fails_with_zero_n 4ms
backup::operator::tests::operator_new_fails_with_zero_t 4ms
backup::operator::tests::operator_timestamp_validation 5ms
backup::operator::tests::validate_recovery_validation_material 6ms
backup::secretsharing::pkcs7::tests::padding_sunshine 5ms
backup::secretsharing::pkcs7::tests::padding_wrong_data 5ms
backup::secretsharing::tests::sharing_missing_shares 96ms
backup::secretsharing::tests::sharing_no_error 161ms
backup::secretsharing::tests::sharing_randomness_test 15.2s
backup::secretsharing::tests::sharing_too_many_missing_shares 14ms
backup::secretsharing::tests::sharing_wrong_params 5ms
backup::secretsharing::tests::sharing_wrong_shares 14ms
backup::seed_phrase::tests::difference 5ms
backup::seed_phrase::tests::mnemonic_robustness 5ms
backup::seed_phrase::tests::sunshine 5ms
backup::tests::custodian_reencrypt 9ms
backup::tests::full_flow::case_1 48ms
backup::tests::full_flow::case_2 31ms
backup::tests::full_flow::case_3 87ms
backup::tests::full_flow_drop_msg 36ms
backup::tests::full_flow_malicious_custodian_init 11ms
backup::tests::full_flow_malicious_custodian_not_enough 137ms
backup::tests::full_flow_malicious_custodian_second 64ms
backup::tests::full_flow_malicious_operator 33ms
backup::tests::operator_setup 8ms
client::crs_gen::tests::process_distributed_crs_result_invalid_signature_does_not_insert_key 8.7s
client::crs_gen::tests::verify_pp_with_tfhers 14.4s
client::tests::centralized::crs_gen_tests::test_crs_gen_centralized 7m 31s
client::tests::centralized::crs_gen_tests::test_crs_gen_manual 13.2s
client::tests::centralized::crs_gen_tests::test_insecure_crs_gen_centralized 18.5s
client::tests::centralized::custodian_backup_tests::test_auto_update_backups_central 5.0s
client::tests::centralized::custodian_backup_tests::test_backup_after_crs_central 10.0s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_central 6.3s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_centralized_negative 4.8s
client::tests::centralized::custodian_context_tests::test_new_custodian_context_central 4.6s
client::tests::centralized::key_gen_tests::default_decompression_key_gen_centralized 2m 32s
client::tests::centralized::key_gen_tests::default_key_gen_centralized 1m 9s
client::tests::centralized::key_gen_tests::test_compressed_key_gen_centralized 29.5s
client::tests::centralized::key_gen_tests::test_decompression_key_gen_centralized 3m 20s
client::tests::centralized::key_gen_tests::test_key_gen_centralized 39.2s
client::tests::centralized::misc_tests::test_central_close_after_drop 37.9s
client::tests::centralized::misc_tests::test_central_health_endpoint_availability 37.5s
client::tests::centralized::misc_tests::test_largecipher 1m 9s
client::tests::centralized::misc_tests_isolated::test_central_close_after_drop_isolated 363ms
client::tests::centralized::misc_tests_isolated::test_central_health_endpoint_availability_isolated 749ms
client::tests::centralized::misc_tests_isolated::test_largecipher_isolated 21.5s
client::tests::centralized::public_decryption_tests::default_decryption_centralized::case_1 41.6s
client::tests::centralized::public_decryption_tests::default_decryption_centralized_precompute_sns::case_1 42.1s
client::tests::centralized::public_decryption_tests::test_decryption_central 38.1s
client::tests::centralized::public_decryption_tests::test_decryption_central_no_decompression 38.2s
client::tests::centralized::public_decryption_tests::test_decryption_central_precompute_sns 38.0s
client::tests::centralized::restore_from_backup_tests::test_insecure_central_autobackup_after_deletion 1m 17s
client::tests::centralized::restore_from_backup_tests::test_insecure_central_dkg_backup 1m 44s
client::tests::centralized::restore_from_backup_tests_isolated::test_insecure_central_autobackup_after_deletion_isolated 1.5s
client::tests::centralized::restore_from_backup_tests_isolated::test_insecure_central_dkg_backup_isolated 1.5s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized::secure_1_true 1m 11s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized::secure_2_false 15.7s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_no_compression::secure_1_true 15.5s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_no_compression::secure_2_false 15.7s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_1_true::compression_1_true 16.7s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_1_true::compression_2_false 16.2s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_2_false::compression_1_true 16.4s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_2_false::compression_2_false 16.4s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_1_true 12.0s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_2_false 12.0s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_1_true 12.1s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_2_false 12.1s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_1_true 12.1s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_2_false 12.2s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_1_true 12.2s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_2_false 12.2s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_1_true 12.2s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_2_false 12.1s
client::tests::common::num_blocks_sunshine 6ms
client::tests::testing_infra_tests::test_centralized_material_validation 6ms
client::tests::testing_infra_tests::tests::test_material_spec_creation 5ms
client::tests::testing_infra_tests::tests::test_material_spec_serialization 6ms
conf::tests::test_centralized_config 5ms
cryptography::decompression::test::test_1024b 3.4s
cryptography::decompression::test::test_128b 1.7s
cryptography::decompression::test::test_16b 1.5s
cryptography::decompression::test::test_2048b 5.3s
cryptography::decompression::test::test_256b 2.0s
cryptography::decompression::test::test_32b 1.7s
cryptography::decompression::test::test_4b 1.6s
cryptography::decompression::test::test_512b 2.5s
cryptography::decompression::test::test_64b 1.7s
cryptography::decompression::test::test_8b 1.5s
cryptography::decompression::test::test_bad_ciphertext 1.3s
cryptography::decompression::test::test_bad_fhe_type 1.6s
cryptography::decompression::test::test_bool 1.7s
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_1 37ms
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_2 1.8s
cryptography::decompression::test::test_tolerate_non_compressed 544ms
cryptography::encryption::tests::nested_pke_sunshine 7ms
cryptography::encryption::tests::pke_wrong_ct_enc 6ms
cryptography::encryption::tests::pke_wrong_kem_key 6ms
cryptography::hybrid_ml_kem::tests::pke_sunshine 57ms
cryptography::hybrid_ml_kem::tests::pke_wrong_ct_hybrid 50ms
cryptography::hybrid_ml_kem::tests::pke_wrong_kem 50ms
cryptography::hybrid_ml_kem::tests::pke_wrong_key 61ms
cryptography::hybrid_ml_kem::tests::pke_wrong_nonce 51ms
cryptography::hybrid_ml_kem::tests::test_pke_serialize_size 7ms
cryptography::hybrid_ml_kem::tests::validate_consistent_cipher_encoding 6ms
cryptography::signatures::tests::bad_dsep 6ms
cryptography::signatures::tests::bad_signature 6ms
cryptography::signatures::tests::plain_signing 6ms
cryptography::signatures::tests::regression_consistent_enc 6ms
cryptography::signatures::tests::sunshine_verf_key_legacy_serialization 5ms
cryptography::signatures::tests::unnormalized_signature 6ms
cryptography::signatures::tests::validate_zeroize_signing_key 5ms
cryptography::signcryption::tests::bad_signcryption 8ms
cryptography::signcryption::tests::incorrect_server_verf_key 5ms
cryptography::signcryption::tests::signcryption_with_bad_link 7ms
cryptography::signcryption::tests::sunshine 7ms
cryptography::signcryption::tests::sunshine_encoding_decoding 7ms
cryptography::signcryption::tests::test_signcryption_payload_v0_serialization_locked 5ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_custodian_role 7ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_operator_role 7ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_signature 7ms
engine::backup_operator::tests::test_filter_custodian_data_missing_verification_key 7ms
engine::backup_operator::tests::test_filter_custodian_missing_cus_output 6ms
engine::backup_operator::tests::test_update_backup_vault 6ms
engine::backup_operator::tests::test_update_backup_vault_with_overwrite 5ms
engine::backup_operator::tests::test_update_backup_vault_without_overwrite 5ms
engine::backup_operator::tests::test_update_epoch_backup_vault 5ms
engine::backup_operator::tests::test_update_epoch_backup_vault_with_overwrite 5ms
engine::backup_operator::tests::test_update_epoch_backup_vault_without_overwrite 5ms
engine::base::tests::sunshine_plaintext_as_u256 5ms
engine::base::tests::test_abi_encoding_fhevm_ebytes 5ms
engine::base::tests::test_compute_external_signature_preproc 7ms
engine::base::tests::test_compute_info_crs 817ms
engine::base::tests::test_compute_info_standard_keygen 140ms
engine::base::tests::test_compute_pt_message_hash 7ms
engine::base::tests::test_deserialize_ciphertext_missing_decompression_key 105ms
engine::base::tests::test_deserialize_ciphertext_wrong_ct_format 98ms
engine::base::tests::test_deserialize_ciphertext_wrong_type 95ms
engine::centralized::central_kms::tests::decrypt_with_bad_client_key 281ms
engine::centralized::central_kms::tests::multiple_default_keys_decrypt 20.6s
engine::centralized::central_kms::tests::multiple_default_keys_user_decrypt 20.9s
engine::centralized::central_kms::tests::multiple_test_keys_access 35ms
engine::centralized::central_kms::tests::multiple_test_keys_decrypt 112ms
engine::centralized::central_kms::tests::multiple_test_keys_user_decrypt 114ms
engine::centralized::central_kms::tests::sanity_check_sns_compression_test_params 60ms
engine::centralized::central_kms::tests::sunshine_default_decrypt 20.4s
engine::centralized::central_kms::tests::sunshine_default_user_decrypt 20.4s
engine::centralized::central_kms::tests::sunshine_test_decrypt 115ms
engine::centralized::central_kms::tests::sunshine_test_user_decrypt 113ms
engine::centralized::central_kms::tests::test_gen_keys 23.5s
engine::centralized::central_kms::tests::test_generate_compressed_fhe_keys 148ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_client_key 120ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_ephemeral_key 113ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_sig_key 114ms
engine::centralized::service::crs_gen::tests::already_exists 7ms
engine::centralized::service::crs_gen::tests::default_epoch_id 594ms
engine::centralized::service::crs_gen::tests::invalid_argument 7ms
engine::centralized::service::crs_gen::tests::not_found 7ms
engine::centralized::service::crs_gen::tests::resource_exhausted 7ms
engine::centralized::service::crs_gen::tests::sunshine 640ms
engine::centralized::service::decryption::test_user_decryption::already_exists 110ms
engine::centralized::service::decryption::test_user_decryption::invalid_argument 110ms
engine::centralized::service::decryption::test_user_decryption::not_found 110ms
engine::centralized::service::decryption::test_user_decryption::resource_exhausted 109ms
engine::centralized::service::decryption::test_user_decryption::sunshine 113ms
engine::centralized::service::decryption::tests_public_decryption::already_exists 109ms
engine::centralized::service::decryption::tests_public_decryption::invalid_argument 111ms
engine::centralized::service::decryption::tests_public_decryption::not_found 110ms
engine::centralized::service::decryption::tests_public_decryption::resource_exhausted 108ms
engine::centralized::service::decryption::tests_public_decryption::sunshine 111ms
engine::centralized::service::initiator::tests::already_exists 8ms
engine::centralized::service::initiator::tests::invalid_argument 7ms
engine::centralized::service::initiator::tests::sunshine 7ms
engine::centralized::service::key_gen::tests::already_exists 101ms
engine::centralized::service::key_gen::tests::invalid_argument 8ms
engine::centralized::service::key_gen::tests::not_found 107ms
engine::centralized::service::key_gen::tests::resource_exhausted 8ms
engine::centralized::service::key_gen::tests::sunshine 104ms
engine::centralized::service::preprocessing::tests::already_exists 8ms
engine::centralized::service::preprocessing::tests::invalid_argument 7ms
engine::centralized::service::preprocessing::tests::not_found 7ms
engine::centralized::service::preprocessing::tests::resource_exhausted 7ms
engine::centralized::service::preprocessing::tests::sunshine 7ms
engine::context::tests::parse_software_semantic_version 5ms
engine::context::tests::test_context_info_duplicate_party_ids 6ms
engine::context::tests::test_software_version_display 5ms
engine::context::tests::test_software_version_equality 4ms
engine::context::tests::test_software_version_major_comparison 5ms
engine::context::tests::test_software_version_minor_comparison 4ms
engine::context::tests::test_software_version_no_tag 4ms
engine::context::tests::test_software_version_patch_comparison 4ms
engine::context::tests::test_software_version_unordered_tag 4ms
engine::context_manager::tests::test_centralized_context_cache 6ms
engine::context_manager::tests::test_centralized_context_exists_and_consistent 6ms
engine::context_manager::tests::test_centralized_multiple_contexts 6ms
engine::context_manager::tests::test_custodian_context 12ms
engine::context_manager::tests::test_gen_recovery_request_payloads 8ms
engine::context_manager::tests::test_kms_context 7ms
engine::context_manager::tests::test_kms_context_load_from_storage 6ms
engine::context_manager::tests::test_kms_context_load_multiple_from_storage 7ms
engine::context_manager::tests::test_kms_context_load_multiple_from_storage_with_error 7ms
engine::context_manager::tests::test_load_mpc_context_without_signing_key 6ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_missing_added_info 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_missing_ids 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_with_ids 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_none_defaults_to_standard 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_default 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_missing_added_info 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_missing_ids 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_with_ids 4ms
engine::keyset_configuration::tests::test_new_decompression_only_unparseable_from_id 4ms
engine::keyset_configuration::tests::test_new_decompression_only_unparseable_to_id 4ms
engine::keyset_configuration::tests::test_new_use_existing_unparseable_epoch_id 4ms
engine::migration::tests::s3_tests::test_0_13_x_to_0_13_10_centralized_s3 38ms
engine::migration::tests::s3_tests::test_0_13_x_to_0_13_10_idempotent_s3 30ms
engine::migration::tests::s3_tests::test_0_13_x_to_0_13_10_no_legacy_s3 12ms
engine::migration::tests::s3_tests::test_0_13_x_to_0_13_10_skips_existing_s3 29ms
engine::migration::tests::s3_tests::test_after_0_13_x_centralized_s3 24ms
engine::migration::tests::s3_tests::test_after_0_13_x_idempotent_s3 25ms
engine::migration::tests::s3_tests::test_after_0_13_x_no_legacy_s3 12ms
engine::migration::tests::s3_tests::test_migrate_centralized_s3 28ms
engine::migration::tests::s3_tests::test_migrate_idempotent_s3 26ms
engine::migration::tests::s3_tests::test_migrate_no_legacy_data_s3 11ms
engine::migration::tests::s3_tests::test_migrate_skips_existing_s3 23ms
engine::migration::tests::s3_tests::test_remove_old_keys_centralized_s3 24ms
engine::migration::tests::s3_tests::test_remove_old_keys_no_legacy_s3 12ms
engine::migration::tests::s3_tests::test_remove_old_keys_skips_without_new_epoch_s3 18ms
engine::migration::tests::test_0_13_x_to_0_13_10_centralized_file 6ms
engine::migration::tests::test_0_13_x_to_0_13_10_centralized_ram 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_idempotent_file 6ms
engine::migration::tests::test_0_13_x_to_0_13_10_idempotent_ram 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_no_legacy_file 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_no_legacy_ram 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_skips_existing_file 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_skips_existing_ram 4ms
engine::migration::tests::test_after_0_13_x_centralized_file 5ms
engine::migration::tests::test_after_0_13_x_centralized_ram 4ms
engine::migration::tests::test_after_0_13_x_idempotent_file 5ms
engine::migration::tests::test_after_0_13_x_idempotent_ram 5ms
engine::migration::tests::test_after_0_13_x_no_legacy_file 5ms
engine::migration::tests::test_after_0_13_x_no_legacy_ram 5ms
engine::migration::tests::test_migrate_centralized_file 5ms
engine::migration::tests::test_migrate_centralized_ram 5ms
engine::migration::tests::test_migrate_combined_prss_no_data_file 5ms
engine::migration::tests::test_migrate_combined_prss_no_data_ram 5ms
engine::migration::tests::test_migrate_combined_prss_sunshine 5ms
engine::migration::tests::test_migrate_context_idempotent 5ms
engine::migration::tests::test_migrate_context_no_legacy 5ms
engine::migration::tests::test_migrate_context_sunshine 5ms
engine::migration::tests::test_migrate_idempotent_file 5ms
engine::migration::tests::test_migrate_idempotent_ram 5ms
engine::migration::tests::test_migrate_legacy_prss_sunshine 5ms
engine::migration::tests::test_migrate_no_legacy_data_file 4ms
engine::migration::tests::test_migrate_no_legacy_data_ram 4ms
engine::migration::tests::test_migrate_prss_already_migrated_skips 5ms
engine::migration::tests::test_migrate_prss_missing_z128_errors 5ms
engine::migration::tests::test_migrate_prss_missing_z64_errors 5ms
engine::migration::tests::test_migrate_prss_no_legacy_data_errors 6ms
engine::migration::tests::test_migrate_skips_existing_file 6ms
engine::migration::tests::test_migrate_skips_existing_ram 5ms
engine::migration::tests::test_migrate_to_0_13_10_centralized 5ms
engine::migration::tests::test_migrate_to_0_13_10_empty_storage 4ms
engine::migration::tests::test_migrate_to_0_13_x_centralized 5ms
engine::migration::tests::test_migrate_to_0_13_x_empty_storage 5ms
engine::migration::tests::test_remove_old_keys_centralized_file 5ms
engine::migration::tests::test_remove_old_keys_centralized_ram 5ms
engine::migration::tests::test_remove_old_keys_no_legacy_file 5ms
engine::migration::tests::test_remove_old_keys_no_legacy_ram 4ms
engine::migration::tests::test_remove_old_keys_skips_without_new_epoch_file 5ms
engine::migration::tests::test_remove_old_keys_skips_without_new_epoch_ram 4ms
engine::utils::tests::sanity_check_crs_invalid_digest 362ms
engine::utils::tests::sanity_check_crs_legacy_readability_only 376ms
engine::utils::tests::sanity_check_crs_valid_digest 371ms
engine::utils::tests::sanity_check_current_compressed_keys_invalid_digest 85ms
engine::utils::tests::sanity_check_current_compressed_keys_valid_digests 80ms
engine::utils::tests::sanity_check_current_standard_keys_invalid_digest 10ms
engine::utils::tests::sanity_check_current_standard_keys_valid_digests 9ms
engine::utils::tests::sanity_check_legacy_metadata_readability_only 9ms
engine::utils::tests::test_metriced_error_creation 5ms
engine::utils::tests::test_metriced_error_drop_logging 5ms
engine::utils::tests::test_metriced_error_no_dropping 5ms
engine::validation_non_wasm::tests::test_max_num_bits_verification 5ms
engine::validation_non_wasm::tests::test_select_most_common_dec 5ms
engine::validation_non_wasm::tests::test_validate_new_mpc_epoch_request 5ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_meta_response 7ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_meta_response_with_eip712 7ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_req 5ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses 9ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses_against_request 10ms
engine::validation_non_wasm::tests::test_validate_request_id 5ms
engine::validation_non_wasm::tests::test_validate_user_decrypt_req 5ms
engine::validation_non_wasm::tests::test_verify_user_decrypt_eip712 5ms
engine::validation_wasm::tests::test_check_ext_user_decryption_signature 8ms
engine::validation_wasm::tests::test_select_most_common_user_dec 5ms
engine::validation_wasm::tests::test_validate_user_decrypt_meta_data_and_signature 6ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses 143ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses_against_request 8ms
grpc::tests::regression_tests::test_request_id_compile_time_interface_stability 5ms
grpc::tests::regression_tests::test_request_id_core_structure_and_api_consistency 5ms
grpc::tests::regression_tests::test_request_id_validation_and_error_handling 4ms
grpc::tests::unit_tests::test_get_meta_store_info_with_real_stores 5ms
grpc::tests::unit_tests::test_get_meta_store_info_with_unavailable_stores 4ms
grpc::tests::unit_tests::test_list_requests_invalid_store_type 4ms
grpc::tests::unit_tests::test_list_requests_pagination 5ms
grpc::tests::unit_tests::test_list_requests_with_real_stores 4ms
grpc::tests::unit_tests::test_list_requests_with_unavailable_stores 5ms
grpc::tests::unit_tests::test_service_with_mixed_store_availability 4ms
testing::material::manager::tests::test_setup_centralized_material 12ms
testing::material::spec::tests::test_centralized_basic_spec 4ms
testing::material::spec::tests::test_comprehensive_spec 4ms
testing::material::spec::tests::test_key_type_covers_all_priv_data_types 5ms
testing::material::spec::tests::test_key_type_covers_all_pub_data_types 4ms
testing::material::spec::tests::test_serialization 4ms
testing::utils::test_purge 6ms
util::file_handling::tests::read_write_element 5ms
util::file_handling::tests::read_write_text 5ms
util::key_setup::tests::test_max_num_bits 3.7s
util::meta_store::tests::auto_remove 6ms
util::meta_store::tests::delete 6ms
util::meta_store::tests::double_insert 6ms
util::meta_store::tests::sunshine 6ms
util::meta_store::tests::test_kickout_of_errors 5ms
util::meta_store::tests::test_subscription 5.0s
util::meta_store::tests::too_many_elements 6ms
util::rate_limiter::tests::test_rate_limiting_1 5ms
util::rate_limiter::tests::test_rate_limiting_more 5ms
util::rate_limiter::tests::test_rate_limiting_refusal 6ms
util::retry::tests::fatal_loop_fails 49ms
util::retry::tests::retry_loop_fails 49ms
util::retry::tests::sunshine_fatal_loop 61ms
util::retry::tests::sunshine_retry_loop 60ms
vault::keychain::secretsharing::tests::test_encrypt_and_decrypt_roundtrip 6ms
vault::keychain::secretsharing::tests::test_new_keychain_without_pub_storage 5ms
vault::keychain::secretsharing::tests::test_operator_public_key_bytes_error 5ms
vault::keychain::secretsharing::tests::test_set_and_get_backup_enc_key 5ms
vault::keychain::secretsharing::tests::test_validate_recovery_material_invalid_signature 6ms
vault::keychain::secretsharing::tests::test_validate_recovery_material_no_material_is_ok 5ms
vault::keychain::secretsharing::tests::test_validate_recovery_material_valid_signature 6ms
vault::keychain::tests::test_verify_root_key_measurements 5ms
vault::storage::crypto_material::tests::read_guarded_crypto_material_from_cache_not_found 5ms
vault::storage::crypto_material::tests::read_public_key 5ms
vault::storage::crypto_material::tests::write_central_keys 11ms
vault::storage::crypto_material::tests::write_crs 379ms
vault::storage::file::tests::test_all_data_ids_from_all_epochs_file 7ms
vault::storage::file::tests::test_data_ids_with_only_epoch_data_file 6ms
vault::storage::file::tests::test_delete_at_epoch_keeps_dir_when_not_empty 6ms
vault::storage::file::tests::test_delete_at_epoch_removes_empty_epoch_dir 6ms
vault::storage::file::tests::test_epoch_ids_with_only_non_epoch_data_file 6ms
vault::storage::file::tests::test_epoch_storage 7ms
vault::storage::file::tests::test_mixed_epoch_and_non_epoch_data_file 6ms
vault::storage::file::tests::test_overwrite_logic_files 5ms
vault::storage::file::tests::test_store_bytes_at_epoch_does_not_overwrite_file 5ms
vault::storage::file::tests::test_store_load_bytes_at_epoch_file 6ms
vault::storage::ram::tests::storage_helper_methods 5ms
vault::storage::ram::tests::test_all_data_ids_from_all_epochs_ram 5ms
vault::storage::ram::tests::test_data_ids_with_only_epoch_data_ram 5ms
vault::storage::ram::tests::test_epoch_ids_with_only_non_epoch_data_ram 5ms
vault::storage::ram::tests::test_mixed_epoch_and_non_epoch_data_ram 5ms
vault::storage::ram::tests::test_overwrite_logic_ram 5ms
vault::storage::ram::tests::test_overwrite_logic_ram_on_epoch 5ms
vault::storage::ram::tests::test_store_load_bytes_at_epoch_ram 5ms
vault::storage::s3::tests::s3_storage_helper_methods 69ms
vault::storage::s3::tests::test_all_data_ids_from_all_epochs_s3 55ms
vault::storage::s3::tests::test_data_ids_with_only_epoch_data_s3 25ms
vault::storage::s3::tests::test_epoch_ids_with_only_non_epoch_data_s3 24ms
vault::storage::s3::tests::test_epoch_methods_in_s3 36ms
vault::storage::s3::tests::test_mixed_epoch_and_non_epoch_data_s3 46ms
vault::storage::s3::tests::test_overwrite_logic_files 27ms
vault::storage::s3::tests::test_s3_anon 125ms
vault::storage::s3::tests::test_store_bytes_at_epoch_does_not_overwrite_s3 19ms
vault::storage::s3::tests::test_store_load_bytes_at_epoch_s3 32ms
vault::tests::regression_test_vault_data_type_serialization 5ms
test_backward_compatibility_kms 603ms
test_backward_compatibility_kms_grpc 8ms
kms_custodian_binary_tests::sunshine_decrypt_custodian 157ms
kms_custodian_binary_tests::sunshine_generate 20ms
kms_custodian_binary_tests::sunshine_verify 18ms
kms_gen_keys_binary_test::central_s3 34ms
kms_gen_keys_binary_test::central_signing_address_format 18ms
kms_gen_keys_binary_test::central_signing_keys_overwrite 30ms
kms_gen_keys_binary_test::gen_key_centralized 3.1s
kms_gen_keys_binary_test::gen_key_tempdir_centralized 549ms
kms_gen_keys_binary_test::help 21ms
kms_init_binary_test::help 9ms
kms_init_binary_test::init 276ms
kms_server_binary_test::help 7ms
kms_server_binary_test::subcommand_dev_centralized 5.7s
kms_server_binary_test::test_cert_paths 41ms
backup::custodian::tests::internal_custodian_context_duplicate_role_should_fail 6ms
backup::custodian::tests::internal_custodian_context_role_greater_than_nodes_should_fail 6ms
backup::custodian::tests::internal_custodian_context_zero_role_should_fail 6ms
backup::custodian::tests::invalid_threshold_should_fail 6ms
backup::operator::tests::operator_new_fails_with_bad_n_t 5ms
backup::operator::tests::operator_new_fails_with_duplicate_roles 5ms
backup::operator::tests::operator_new_fails_with_insufficient_messages 5ms
backup::operator::tests::operator_new_fails_with_invalid_header 6ms
backup::operator::tests::operator_new_fails_with_invalid_role 6ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_future 6ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_past 6ms
backup::operator::tests::operator_new_fails_with_not_enough 6ms
backup::operator::tests::operator_new_fails_with_zero_n 5ms
backup::operator::tests::operator_new_fails_with_zero_t 5ms
backup::operator::tests::operator_timestamp_validation 6ms
backup::operator::tests::validate_recovery_validation_material 6ms
backup::secretsharing::pkcs7::tests::padding_sunshine 6ms
backup::secretsharing::pkcs7::tests::padding_wrong_data 6ms
backup::secretsharing::tests::sharing_missing_shares 104ms
backup::secretsharing::tests::sharing_no_error 166ms
backup::secretsharing::tests::sharing_randomness_test 15.6s
backup::secretsharing::tests::sharing_too_many_missing_shares 14ms
backup::secretsharing::tests::sharing_wrong_params 6ms
backup::secretsharing::tests::sharing_wrong_shares 16ms
backup::seed_phrase::tests::difference 5ms
backup::seed_phrase::tests::mnemonic_robustness 7ms
backup::seed_phrase::tests::sunshine 6ms
backup::tests::custodian_reencrypt 10ms
backup::tests::full_flow::case_1 50ms
backup::tests::full_flow::case_2 33ms
backup::tests::full_flow::case_3 92ms
backup::tests::full_flow_drop_msg 38ms
backup::tests::full_flow_malicious_custodian_init 12ms
backup::tests::full_flow_malicious_custodian_not_enough 133ms
backup::tests::full_flow_malicious_custodian_second 67ms
backup::tests::full_flow_malicious_operator 35ms
backup::tests::operator_setup 10ms
client::crs_gen::tests::process_distributed_crs_result_invalid_signature_does_not_insert_key 9.5s
client::crs_gen::tests::verify_pp_with_tfhers 18.1s
client::tests::centralized::crs_gen_tests::test_crs_gen_centralized 13.1s
client::tests::centralized::crs_gen_tests::test_crs_gen_manual 2.0s
client::tests::centralized::crs_gen_tests::test_insecure_crs_gen_centralized 10.7s
client::tests::centralized::custodian_backup_tests::test_auto_update_backups_central 4.2s
client::tests::centralized::custodian_backup_tests::test_backup_after_crs_central 12.6s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_central 5.5s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_centralized_negative 4.1s
client::tests::centralized::custodian_context_tests::test_new_custodian_context_central 3.7s
client::tests::centralized::key_gen_tests::test_decompression_key_gen_centralized 1m 55s
client::tests::centralized::key_gen_tests::test_key_gen_centralized 12.5s
client::tests::centralized::misc_tests::test_central_close_after_drop 11.4s
client::tests::centralized::misc_tests::test_central_health_endpoint_availability 11.4s
client::tests::centralized::misc_tests_isolated::test_central_close_after_drop_isolated 311ms
client::tests::centralized::misc_tests_isolated::test_central_health_endpoint_availability_isolated 772ms
client::tests::centralized::public_decryption_tests::test_decryption_central 12.4s
client::tests::centralized::public_decryption_tests::test_decryption_central_no_decompression 12.4s
client::tests::centralized::public_decryption_tests::test_decryption_central_precompute_sns 12.5s
client::tests::centralized::restore_from_backup_tests_isolated::test_insecure_central_autobackup_after_deletion_isolated 1.5s
client::tests::centralized::restore_from_backup_tests_isolated::test_insecure_central_dkg_backup_isolated 1.6s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_1_true 12.4s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_2_false 12.4s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_1_true 12.4s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_2_false 12.6s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_1_true 12.6s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_2_false 12.6s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_1_true 12.6s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_2_false 12.7s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_1_true 12.8s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_2_false 12.7s
client::tests::common::num_blocks_sunshine 6ms
client::tests::testing_infra_tests::test_centralized_material_validation 6ms
client::tests::testing_infra_tests::test_threshold_material_validation 6ms
client::tests::testing_infra_tests::tests::test_material_spec_creation 5ms
client::tests::testing_infra_tests::tests::test_material_spec_serialization 6ms
client::tests::threshold::crs_gen_tests::test_insecure_crs_gen_threshold 37.4s
client::tests::threshold::custodian_backup_tests::test_auto_update_backups_threshold::case_1 5.3s
client::tests::threshold::custodian_backup_tests::test_auto_update_backups_threshold::case_2 5.3s
client::tests::threshold::custodian_backup_tests::test_backup_after_crs_threshold::case_1 45.9s
client::tests::threshold::custodian_backup_tests::test_backup_after_crs_threshold::case_2 46.7s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold::case_1 11.3s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold::case_2 11.3s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold_negative 4.6s
client::tests::threshold::custodian_context_tests::test_new_custodian_context_threshold::case_1 7.2s
client::tests::threshold::custodian_context_tests::test_new_custodian_context_threshold::case_2 7.2s
client::tests::threshold::key_gen_tests::default_insecure_dkg::case_1 2m 6s
client::tests::threshold::key_gen_tests::test_insecure_compressed_dkg::case_1 9.8s
client::tests::threshold::key_gen_tests::test_insecure_dkg::case_1 9.9s
client::tests::threshold::key_gen_tests_isolated::test_insecure_dkg_isolated 5.3s
client::tests::threshold::misc_tests::test_threshold_close_after_drop 9.2s
client::tests::threshold::misc_tests::test_threshold_health_endpoint_availability 13.4s
client::tests::threshold::misc_tests::test_threshold_shutdown 10.1s
client::tests::threshold::misc_tests_isolated::test_threshold_close_after_drop_isolated 999ms
client::tests::threshold::misc_tests_isolated::test_threshold_health_endpoint_availability_isolated 4.6s
client::tests::threshold::misc_tests_isolated::test_threshold_shutdown_isolated 1.9s
client::tests::threshold::mpc_context_tests::test_context_switch_4p 13.4s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_1 15.8s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_2 15.3s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_3 15.4s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_1 12.5s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_2 12.2s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_3 12.3s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_precompute_sns::case_1::compression_1_true 15.6s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_precompute_sns::case_1::compression_2_false 15.5s
client::tests::threshold::restore_from_backup_tests_isolated::nightly_test_insecure_threshold_autobackup_after_deletion_isolated 5.0s
client::tests::threshold::restore_from_backup_tests_isolated::nightly_test_insecure_threshold_dkg_backup_isolated 13.2s
client::tests::threshold::restore_from_backup_tests_isolated::test_insecure_threshold_crs_backup_isolated 17.3s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_1 9.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_2 9.8s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_3 12.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_4 12.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_5 15.3s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_6 13.1s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_7 13.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_all_malicious_failure 10.8s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious::case_1 12.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious::case_2 12.3s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious_failure 12.4s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns::case_1 12.3s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns::case_2 12.1s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns_legacy::case_1 12.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns_legacy::case_2 12.1s
conf::tests::test_centralized_config 7ms
conf::tests::test_threshold_config 7ms
conf::tests::test_threshold_config_negative 6ms
conf::threshold::test_pem_serialization 6ms
cryptography::decompression::test::test_1024b 3.6s
cryptography::decompression::test::test_128b 1.8s
cryptography::decompression::test::test_16b 1.6s
cryptography::decompression::test::test_2048b 5.6s
cryptography::decompression::test::test_256b 2.0s
cryptography::decompression::test::test_32b 1.6s
cryptography::decompression::test::test_4b 1.6s
cryptography::decompression::test::test_512b 2.5s
cryptography::decompression::test::test_64b 1.7s
cryptography::decompression::test::test_8b 1.6s
cryptography::decompression::test::test_bad_ciphertext 1.4s
cryptography::decompression::test::test_bad_fhe_type 1.6s
cryptography::decompression::test::test_bool 1.7s
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_1 43ms
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_2 1.8s
cryptography::decompression::test::test_tolerate_non_compressed 568ms
cryptography::encryption::tests::nested_pke_sunshine 7ms
cryptography::encryption::tests::pke_wrong_ct_enc 6ms
cryptography::encryption::tests::pke_wrong_kem_key 6ms
cryptography::hybrid_ml_kem::tests::pke_sunshine 55ms
cryptography::hybrid_ml_kem::tests::pke_wrong_ct_hybrid 49ms
cryptography::hybrid_ml_kem::tests::pke_wrong_kem 49ms
cryptography::hybrid_ml_kem::tests::pke_wrong_key 59ms
cryptography::hybrid_ml_kem::tests::pke_wrong_nonce 50ms
cryptography::hybrid_ml_kem::tests::test_pke_serialize_size 6ms
cryptography::hybrid_ml_kem::tests::validate_consistent_cipher_encoding 6ms
cryptography::signatures::tests::bad_dsep 6ms
cryptography::signatures::tests::bad_signature 6ms
cryptography::signatures::tests::plain_signing 6ms
cryptography::signatures::tests::regression_consistent_enc 5ms
cryptography::signatures::tests::sunshine_verf_key_legacy_serialization 6ms
cryptography::signatures::tests::unnormalized_signature 6ms
cryptography::signatures::tests::validate_zeroize_signing_key 5ms
cryptography::signcryption::tests::bad_signcryption 7ms
cryptography::signcryption::tests::incorrect_server_verf_key 5ms
cryptography::signcryption::tests::signcryption_with_bad_link 6ms
cryptography::signcryption::tests::sunshine 7ms
cryptography::signcryption::tests::sunshine_encoding_decoding 7ms
cryptography::signcryption::tests::test_signcryption_payload_v0_serialization_locked 5ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_custodian_role 7ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_operator_role 7ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_signature 7ms
engine::backup_operator::tests::test_filter_custodian_data_missing_verification_key 7ms
engine::backup_operator::tests::test_filter_custodian_missing_cus_output 6ms
engine::backup_operator::tests::test_update_backup_vault 5ms
engine::backup_operator::tests::test_update_backup_vault_with_overwrite 5ms
engine::backup_operator::tests::test_update_backup_vault_without_overwrite 5ms
engine::backup_operator::tests::test_update_epoch_backup_vault 6ms
engine::backup_operator::tests::test_update_epoch_backup_vault_with_overwrite 6ms
engine::backup_operator::tests::test_update_epoch_backup_vault_without_overwrite 6ms
engine::base::tests::sunshine_plaintext_as_u256 5ms
engine::base::tests::test_abi_encoding_fhevm_ebytes 6ms
engine::base::tests::test_compute_external_signature_preproc 8ms
engine::base::tests::test_compute_info_crs 849ms
engine::base::tests::test_compute_info_standard_keygen 144ms
engine::base::tests::test_compute_pt_message_hash 6ms
engine::base::tests::test_deserialize_ciphertext_missing_decompression_key 108ms
engine::base::tests::test_deserialize_ciphertext_wrong_ct_format 105ms
engine::base::tests::test_deserialize_ciphertext_wrong_type 98ms
engine::centralized::central_kms::tests::decrypt_with_bad_client_key 289ms
engine::centralized::central_kms::tests::multiple_test_keys_access 37ms
engine::centralized::central_kms::tests::multiple_test_keys_decrypt 122ms
engine::centralized::central_kms::tests::multiple_test_keys_user_decrypt 125ms
engine::centralized::central_kms::tests::sanity_check_sns_compression_test_params 68ms
engine::centralized::central_kms::tests::sunshine_test_decrypt 123ms
engine::centralized::central_kms::tests::sunshine_test_user_decrypt 122ms
engine::centralized::central_kms::tests::test_gen_keys 24.6s
engine::centralized::central_kms::tests::test_generate_compressed_fhe_keys 154ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_client_key 130ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_ephemeral_key 122ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_sig_key 121ms
engine::centralized::service::crs_gen::tests::already_exists 8ms
engine::centralized::service::crs_gen::tests::default_epoch_id 715ms
engine::centralized::service::crs_gen::tests::invalid_argument 8ms
engine::centralized::service::crs_gen::tests::not_found 8ms
engine::centralized::service::crs_gen::tests::resource_exhausted 6ms
engine::centralized::service::crs_gen::tests::sunshine 713ms
engine::centralized::service::decryption::test_user_decryption::already_exists 121ms
engine::centralized::service::decryption::test_user_decryption::invalid_argument 118ms
engine::centralized::service::decryption::test_user_decryption::not_found 126ms
engine::centralized::service::decryption::test_user_decryption::resource_exhausted 120ms
engine::centralized::service::decryption::test_user_decryption::sunshine 122ms
engine::centralized::service::decryption::tests_public_decryption::already_exists 120ms
engine::centralized::service::decryption::tests_public_decryption::invalid_argument 119ms
engine::centralized::service::decryption::tests_public_decryption::not_found 118ms
engine::centralized::service::decryption::tests_public_decryption::resource_exhausted 120ms
engine::centralized::service::decryption::tests_public_decryption::sunshine 123ms
engine::centralized::service::initiator::tests::already_exists 8ms
engine::centralized::service::initiator::tests::invalid_argument 8ms
engine::centralized::service::initiator::tests::sunshine 7ms
engine::centralized::service::key_gen::tests::already_exists 110ms
engine::centralized::service::key_gen::tests::invalid_argument 9ms
engine::centralized::service::key_gen::tests::not_found 111ms
engine::centralized::service::key_gen::tests::resource_exhausted 9ms
engine::centralized::service::key_gen::tests::sunshine 109ms
engine::centralized::service::preprocessing::tests::already_exists 8ms
engine::centralized::service::preprocessing::tests::invalid_argument 8ms
engine::centralized::service::preprocessing::tests::not_found 7ms
engine::centralized::service::preprocessing::tests::resource_exhausted 7ms
engine::centralized::service::preprocessing::tests::sunshine 7ms
engine::context::tests::parse_software_semantic_version 5ms
engine::context::tests::test_context_info_duplicate_party_ids 6ms
engine::context::tests::test_software_version_display 5ms
engine::context::tests::test_software_version_equality 5ms
engine::context::tests::test_software_version_major_comparison 5ms
engine::context::tests::test_software_version_minor_comparison 5ms
engine::context::tests::test_software_version_no_tag 5ms
engine::context::tests::test_software_version_patch_comparison 5ms
engine::context::tests::test_software_version_unordered_tag 5ms
engine::context_manager::tests::test_centralized_context_cache 7ms
engine::context_manager::tests::test_centralized_context_exists_and_consistent 7ms
engine::context_manager::tests::test_centralized_multiple_contexts 7ms
engine::context_manager::tests::test_custodian_context 14ms
engine::context_manager::tests::test_gen_recovery_request_payloads 9ms
engine::context_manager::tests::test_kms_context 7ms
engine::context_manager::tests::test_kms_context_load_from_storage 7ms
engine::context_manager::tests::test_kms_context_load_multiple_from_storage 8ms
engine::context_manager::tests::test_kms_context_load_multiple_from_storage_with_error 8ms
engine::context_manager::tests::test_load_mpc_context_without_signing_key 6ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_missing_added_info 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_missing_ids 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_with_ids 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_none_defaults_to_standard 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_default 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_missing_added_info 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_missing_ids 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_with_ids 5ms
engine::keyset_configuration::tests::test_new_decompression_only_unparseable_from_id 5ms
engine::keyset_configuration::tests::test_new_decompression_only_unparseable_to_id 5ms
engine::keyset_configuration::tests::test_new_use_existing_unparseable_epoch_id 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_centralized_file 7ms
engine::migration::tests::test_0_13_x_to_0_13_10_centralized_ram 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_idempotent_file 6ms
engine::migration::tests::test_0_13_x_to_0_13_10_idempotent_ram 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_no_legacy_file 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_no_legacy_ram 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_skips_existing_file 6ms
engine::migration::tests::test_0_13_x_to_0_13_10_skips_existing_ram 5ms
engine::migration::tests::test_0_13_x_to_0_13_10_threshold_file 7ms
engine::migration::tests::test_0_13_x_to_0_13_10_threshold_ram 5ms
engine::migration::tests::test_after_0_13_x_centralized_file 6ms
engine::migration::tests::test_after_0_13_x_centralized_ram 5ms
engine::migration::tests::test_after_0_13_x_idempotent_file 6ms
engine::migration::tests::test_after_0_13_x_idempotent_ram 5ms
engine::migration::tests::test_after_0_13_x_no_legacy_file 5ms
engine::migration::tests::test_after_0_13_x_no_legacy_ram 5ms
engine::migration::tests::test_after_0_13_x_threshold_file 7ms
engine::migration::tests::test_after_0_13_x_threshold_ram 5ms
engine::migration::tests::test_migrate_centralized_file 7ms
engine::migration::tests::test_migrate_centralized_ram 6ms
engine::migration::tests::test_migrate_combined_prss_no_data_file 6ms
engine::migration::tests::test_migrate_combined_prss_no_data_ram 6ms
engine::migration::tests::test_migrate_combined_prss_sunshine 5ms
engine::migration::tests::test_migrate_context_idempotent 5ms
engine::migration::tests::test_migrate_context_no_legacy 5ms
engine::migration::tests::test_migrate_context_sunshine 6ms
engine::migration::tests::test_migrate_idempotent_file 6ms
engine::migration::tests::test_migrate_idempotent_ram 5ms
engine::migration::tests::test_migrate_legacy_prss_sunshine 5ms
engine::migration::tests::test_migrate_no_legacy_data_file 5ms
engine::migration::tests::test_migrate_no_legacy_data_ram 5ms
engine::migration::tests::test_migrate_prss_already_migrated_skips 5ms
engine::migration::tests::test_migrate_prss_missing_z128_errors 6ms
engine::migration::tests::test_migrate_prss_missing_z64_errors 5ms
engine::migration::tests::test_migrate_prss_no_legacy_data_errors 6ms
engine::migration::tests::test_migrate_skips_existing_file 6ms
engine::migration::tests::test_migrate_skips_existing_ram 5ms
engine::migration::tests::test_migrate_threshold_file 7ms
engine::migration::tests::test_migrate_threshold_ram 5ms
engine::migration::tests::test_migrate_to_0_13_10_centralized 6ms
engine::migration::tests::test_migrate_to_0_13_10_empty_storage 5ms
engine::migration::tests::test_migrate_to_0_13_10_threshold 6ms
engine::migration::tests::test_migrate_to_0_13_x_centralized 5ms
engine::migration::tests::test_migrate_to_0_13_x_empty_storage 5ms
engine::migration::tests::test_migrate_to_0_13_x_threshold 5ms
engine::migration::tests::test_remove_old_keys_centralized_file 7ms
engine::migration::tests::test_remove_old_keys_centralized_ram 5ms
engine::migration::tests::test_remove_old_keys_no_legacy_file 5ms
engine::migration::tests::test_remove_old_keys_no_legacy_ram 5ms
engine::migration::tests::test_remove_old_keys_skips_without_new_epoch_file 6ms
engine::migration::tests::test_remove_old_keys_skips_without_new_epoch_ram 5ms
engine::migration::tests::test_remove_old_keys_threshold_file 7ms
engine::migration::tests::test_remove_old_keys_threshold_ram 5ms
engine::threshold::service::crs_generator::tests::already_exists 7ms
engine::threshold::service::crs_generator::tests::internal_failure 6ms
engine::threshold::service::crs_generator::tests::invalid_argument 6ms
engine::threshold::service::crs_generator::tests::not_found 6ms
engine::threshold::service::crs_generator::tests::resource_exhausted 6ms
engine::threshold::service::crs_generator::tests::sunshine 53ms
engine::threshold::service::crs_generator::tests::unavailable 1m
engine::threshold::service::epoch_manager::tests::already_exists 7ms
engine::threshold::service::epoch_manager::tests::invalid_argument 6ms
engine::threshold::service::epoch_manager::tests::load_all_prss 6ms
engine::threshold::service::epoch_manager::tests::not_found 7ms
engine::threshold::service::epoch_manager::tests::prss_from_storage_test 59.0s
engine::threshold::service::epoch_manager::tests::sunshine 8ms
engine::threshold::service::epoch_manager::tests::test_destroy_epoch_not_found 7ms
engine::threshold::service::epoch_manager::tests::test_destroy_epoch_success 7ms
engine::threshold::service::epoch_manager::tests::test_resource_exhausted 7ms
engine::threshold::service::epoch_manager::tests::test_verify_epoch_info 5ms
engine::threshold::service::key_generator::tests::aborted 5ms
engine::threshold::service::key_generator::tests::already_exists 7ms
engine::threshold::service::key_generator::tests::internal 7ms
engine::threshold::service::key_generator::tests::invalid_argument 7ms
engine::threshold::service::key_generator::tests::not_found 7ms
engine::threshold::service::key_generator::tests::resource_exhausted 6ms
engine::threshold::service::key_generator::tests::sunshine 106ms
engine::threshold::service::key_generator::tests::use_existing_key_tag_with_wrong_keyset_id 8ms
engine::threshold::service::preprocessor::tests::already_exists 7ms
engine::threshold::service::preprocessor::tests::internal 7ms
engine::threshold::service::preprocessor::tests::invalid_argument 6ms
engine::threshold::service::preprocessor::tests::not_found 7ms
engine::threshold::service::preprocessor::tests::resource_exhausted 7ms
engine::threshold::service::preprocessor::tests::sunshine 885ms
engine::threshold::service::public_decryptor::tests::already_exists 82ms
engine::threshold::service::public_decryptor::tests::invalid_argument 86ms
engine::threshold::service::public_decryptor::tests::not_found 238ms
engine::threshold::service::public_decryptor::tests::sunshine 91ms
engine::threshold::service::public_decryptor::tests::test_resource_exhausted 85ms
engine::threshold::service::reshare_utils::tests::bad_digests_get_verified_public_materials 168ms
engine::threshold::service::reshare_utils::tests::bad_digests_get_verified_public_materials_compressed 242ms
engine::threshold::service::reshare_utils::tests::empty_storage_fetch_public_materials_from_peers 176ms
engine::threshold::service::reshare_utils::tests::sunshine_fetch_public_materials_from_peers 173ms
engine::threshold::service::reshare_utils::tests::sunshine_fetch_public_materials_from_peers_compressed 97ms
engine::threshold::service::reshare_utils::tests::sunshine_get_verified_public_materials 17ms
engine::threshold::service::reshare_utils::tests::sunshine_get_verified_public_materials_compressed 92ms
engine::threshold::service::reshare_utils::tests::test_find_region 6ms
engine::threshold::service::reshare_utils::tests::test_split_devnet_url 6ms
engine::threshold::service::reshare_utils::tests::wrong_digest_fetch_public_materials_from_peers 19ms
engine::threshold::service::reshare_utils::tests::wrong_digest_fetch_public_materials_from_peers_compressed 95ms
engine::threshold::service::user_decryptor::tests::already_exists 82ms
engine::threshold::service::user_decryptor::tests::invalid_argument 85ms
engine::threshold::service::user_decryptor::tests::not_found 229ms
engine::threshold::service::user_decryptor::tests::resource_exhausted 85ms
engine::threshold::service::user_decryptor::tests::sunshine 95ms
engine::utils::tests::sanity_check_crs_invalid_digest 427ms
engine::utils::tests::sanity_check_crs_legacy_readability_only 408ms
engine::utils::tests::sanity_check_crs_valid_digest 423ms
engine::utils::tests::sanity_check_current_compressed_keys_invalid_digest 87ms
engine::utils::tests::sanity_check_current_compressed_keys_valid_digests 86ms
engine::utils::tests::sanity_check_current_standard_keys_invalid_digest 12ms
engine::utils::tests::sanity_check_current_standard_keys_valid_digests 11ms
engine::utils::tests::sanity_check_legacy_metadata_readability_only 11ms
engine::utils::tests::test_metriced_error_creation 6ms
engine::utils::tests::test_metriced_error_drop_logging 6ms
engine::utils::tests::test_metriced_error_no_dropping 6ms
engine::validation_non_wasm::tests::test_max_num_bits_verification 6ms
engine::validation_non_wasm::tests::test_select_most_common_dec 5ms
engine::validation_non_wasm::tests::test_validate_new_mpc_epoch_request 5ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_meta_response 7ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_meta_response_with_eip712 8ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_req 5ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses 10ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses_against_request 11ms
engine::validation_non_wasm::tests::test_validate_request_id 5ms
engine::validation_non_wasm::tests::test_validate_user_decrypt_req 6ms
engine::validation_non_wasm::tests::test_verify_user_decrypt_eip712 6ms
engine::validation_wasm::tests::test_check_ext_user_decryption_signature 8ms
engine::validation_wasm::tests::test_select_most_common_user_dec 5ms
engine::validation_wasm::tests::test_validate_user_decrypt_meta_data_and_signature 8ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses 142ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses_against_request 10ms
grpc::tests::regression_tests::test_request_id_compile_time_interface_stability 6ms
grpc::tests::regression_tests::test_request_id_core_structure_and_api_consistency 5ms
grpc::tests::regression_tests::test_request_id_validation_and_error_handling 5ms
grpc::tests::unit_tests::test_get_meta_store_info_with_real_stores 5ms
grpc::tests::unit_tests::test_get_meta_store_info_with_unavailable_stores 5ms
grpc::tests::unit_tests::test_list_requests_invalid_store_type 6ms
grpc::tests::unit_tests::test_list_requests_pagination 5ms
grpc::tests::unit_tests::test_list_requests_with_real_stores 5ms
grpc::tests::unit_tests::test_list_requests_with_unavailable_stores 5ms
grpc::tests::unit_tests::test_service_with_mixed_store_availability 5ms
testing::material::manager::tests::test_setup_centralized_material 14ms
testing::material::manager::tests::test_setup_threshold_material 22ms
testing::material::spec::tests::test_centralized_basic_spec 6ms
testing::material::spec::tests::test_comprehensive_spec 6ms
testing::material::spec::tests::test_key_type_covers_all_priv_data_types 5ms
testing::material::spec::tests::test_key_type_covers_all_pub_data_types 5ms
testing::material::spec::tests::test_serialization 5ms
testing::material::spec::tests::test_threshold_basic_spec 6ms
testing::material::spec::tests::test_threshold_default_no_prss_spec 5ms
testing::material::spec::tests::test_threshold_default_spec_requires_prss 5ms
testing::utils::test_purge 8ms
util::file_handling::tests::read_write_element 6ms
util::file_handling::tests::read_write_text 6ms
util::key_setup::tests::test_max_num_bits 4.5s
util::meta_store::tests::auto_remove 6ms
util::meta_store::tests::delete 6ms
util::meta_store::tests::double_insert 6ms
util::meta_store::tests::sunshine 6ms
util::meta_store::tests::test_kickout_of_errors 5ms
util::meta_store::tests::test_subscription 5.0s
util::meta_store::tests::too_many_elements 7ms
util::rate_limiter::tests::test_rate_limiting_1 6ms
util::rate_limiter::tests::test_rate_limiting_more 5ms
util::rate_limiter::tests::test_rate_limiting_refusal 5ms
util::retry::tests::fatal_loop_fails 51ms
util::retry::tests::retry_loop_fails 51ms
util::retry::tests::sunshine_fatal_loop 63ms
util::retry::tests::sunshine_retry_loop 62ms
vault::keychain::secretsharing::tests::test_encrypt_and_decrypt_roundtrip 7ms
vault::keychain::secretsharing::tests::test_new_keychain_without_pub_storage 5ms
vault::keychain::secretsharing::tests::test_operator_public_key_bytes_error 5ms
vault::keychain::secretsharing::tests::test_set_and_get_backup_enc_key 5ms
vault::keychain::secretsharing::tests::test_validate_recovery_material_invalid_signature 7ms
vault::keychain::secretsharing::tests::test_validate_recovery_material_no_material_is_ok 5ms
vault::keychain::secretsharing::tests::test_validate_recovery_material_valid_signature 6ms
vault::keychain::tests::test_verify_root_key_measurements 5ms
vault::storage::crypto_material::tests::read_guarded_crypto_material_from_cache_not_found 5ms
vault::storage::crypto_material::tests::read_guarded_threshold_fhe_keys_not_found 6ms
vault::storage::crypto_material::tests::read_public_key 6ms
vault::storage::crypto_material::tests::write_central_keys 15ms
vault::storage::crypto_material::tests::write_crs 407ms
vault::storage::crypto_material::tests::write_threshold_empty_update 81ms
vault::storage::crypto_material::tests::write_threshold_keys_failed_storage 79ms
vault::storage::crypto_material::tests::write_threshold_keys_meta_update 76ms
vault::storage::file::tests::storage_helper_methods::threshold_1_true 15ms
vault::storage::file::tests::storage_helper_methods::threshold_2_false 15ms
vault::storage::file::tests::test_all_data_ids_from_all_epochs_file 8ms
vault::storage::file::tests::test_data_ids_with_only_epoch_data_file 7ms
vault::storage::file::tests::test_delete_at_epoch_keeps_dir_when_not_empty 7ms
vault::storage::file::tests::test_delete_at_epoch_removes_empty_epoch_dir 7ms
vault::storage::file::tests::test_epoch_ids_with_only_non_epoch_data_file 7ms
vault::storage::file::tests::test_epoch_storage 8ms
vault::storage::file::tests::test_mixed_epoch_and_non_epoch_data_file 8ms
vault::storage::file::tests::test_overwrite_logic_files 7ms
vault::storage::file::tests::test_store_bytes_at_epoch_does_not_overwrite_file 7ms
vault::storage::file::tests::test_store_load_bytes_at_epoch_file 7ms
vault::storage::ram::tests::storage_helper_methods 6ms
vault::storage::ram::tests::test_all_data_ids_from_all_epochs_ram 6ms
vault::storage::ram::tests::test_data_ids_with_only_epoch_data_ram 5ms
vault::storage::ram::tests::test_epoch_ids_with_only_non_epoch_data_ram 6ms
vault::storage::ram::tests::test_mixed_epoch_and_non_epoch_data_ram 6ms
vault::storage::ram::tests::test_overwrite_logic_ram 5ms
vault::storage::ram::tests::test_overwrite_logic_ram_on_epoch 6ms
vault::storage::ram::tests::test_store_load_bytes_at_epoch_ram 5ms
vault::tests::regression_test_vault_data_type_serialization 5ms
test_centralized_insecure_compressed_keygen 876ms
test_centralized_custodian_backup 973ms
test_centralized_crsgen_secure 1.2s
test_centralized_restore_from_backup 1.3s
test_centralized_insecure 42.1s
test_centralized_crsgen_secure 11m 17s
test_centralized_custodian_backup 54.2s
test_centralized_insecure 4m 15s
test_centralized_insecure_compressed_keygen 8m 39s
test_centralized_restore_from_backup 54.0s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold::case_1::secure_1_true 7m 36s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold::case_2::secure_1_true 29.0s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold_precompute_sns::case_1::secure_1_true 29.3s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold_with_crash::case_1::secure_1_true 30.3s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold_with_crash::case_1::secure_2_false 30.6s
test_backward_compatibility_kms_grpc 4ms
test_backward_compatibility_threshold_fhe 57ms
test_backward_compatibility_kms 512ms

🍂 No flaky tests in this run.

Github Test Reporter by CTRF 💚

🔄 This comment has been updated

@github-actions
Copy link
Copy Markdown

🚀 Preview deployment is deployed in "thresholdWithEnclave" mode

You can now port-forward the kms-core to run your tests locally against the preview deployment.

Connect to the Tailscale cluster zws-dev:

tailscale configure kubeconfig tailscale-operator-zws-dev.diplodocus-boa.ts.net

Port-forward the kms-core services to run your tests locally:

kubectl port-forward svc/kms-core-1-core-1 -n kms-ci-fegmorte-492 50100:50100 & \
kubectl port-forward svc/kms-core-2-core-2 -n kms-ci-fegmorte-492 50200:50100 & \
kubectl port-forward svc/kms-core-3-core-3 -n kms-ci-fegmorte-492 50300:50100 & \
kubectl port-forward svc/kms-core-4-core-4 -n kms-ci-fegmorte-492 50400:50100 &

Copy config.toml from core-client to ./core-client/config/client_local_kind_threshold.toml
⚠️ Make sure to not push this config.toml file to the repository!

kubectl cp kms-ci-fegmorte-492/kms-core-client-0:/app/kms-core-client/config.toml ./core-client/config/client_local_kind_threshold.toml && \
    sed -i '' -E 's|address = "(http://)?kms-core-([0-9]+)-[^:]+:50100"|address = "http://localhost:50\200"|' ./core-client/config/client_local_kind_threshold.toml

🚀 And launch your tests:

cargo nextest run --test kubernetes_test_threshold --profile ci --no-fail-fast

You can connect to the core-client with:

kubectl exec kms-core-client-0 -n kms-ci-fegmorte-492 -it -- /bin/bash

Close your port-forwarding with:

pgrep -f "kubectl port-forward" | xargs -n 1 kill

@fegmorte fegmorte requested a review from maksymsur April 1, 2026 08:35
Copy link
Copy Markdown
Contributor

@maksymsur maksymsur left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the PR-preview deployment workflow to ensure teams can access dynamically created preview namespaces by granting namespace-scoped RBAC, and it refines CI concurrency grouping to better de-duplicate runs triggered by different PR events.

Changes:

  • Switch PR-preview image references from ghcr.io to hub.zama.org/ghcr/....
  • Add a namespace-scoped RoleBinding for the kms-dev-access group on the preview namespace.
  • Adjust build-and-test concurrency grouping so “CI-relevant” label events share the same canceling group as pushes/synchronizations.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/pr-preview-deploy.yml Updates image registry paths and adds a RoleBinding granting group access to each dynamically created PR-preview namespace.
.github/workflows/build-and-test.yml Refines concurrency group calculation to avoid unrelated label events canceling CI runs while keeping CI-relevant events mutually canceling.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fegmorte fegmorte merged commit 1cfa49a into main Apr 2, 2026
7 checks passed
@fegmorte fegmorte deleted the fred/ci/add-rbac-for-pr-preview branch April 2, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The CLA has been signed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants