Closed survived closed 1 year ago
There're some tests that fail with some probability. I have caught one of them locally, and another was caught by CI. You can reproduce errors on 008d1b9 using commands:
paillier_decryption_modulo_q::test::failing_wrong_hidden:
paillier_decryption_modulo_q::test::failing_wrong_hidden
RUST_TESTS_SEED=c3c0c8b4a149e2dd1ad377dfbd1c1925ce43d159899f1f38e1cf4428afcb58d7 cargo test paillier_decryption_modulo_q::test::failing_wrong_hidden -- --exact
RUST_TESTS_SEED=33305a5ed69aa2517d1112adc363bc1de5cb3b57ce1802a35190a6d6f4336555 cargo test paillier_decryption_modulo_q::test::failing_wrong_hidden -- --exact
no_small_factor::test::passing:
no_small_factor::test::passing
RUST_TESTS_SEED=a02cd0d3d6c4f5736df1543e5773ad52f3ed30a17013c9b3819d0a9a057f0252 cargo test no_small_factor::test::passing -- --exact
RUST_TESTS_SEED=2ba4a485a13288827b72ccd9dfe9ea6f59af4650e89401cac2034cd2a64bff05 cargo test no_small_factor::test::passing -- --exact
RUST_TESTS_SEED=4a277f17efeaa83c3d11e096cc529c688662446903df97d09ac032eae2136048 cargo test no_small_factor::test::passing -- --exact
RUST_TESTS_SEED=8249460fb48ae7c4c6d4814556ff4e7f21f3a5fd4a207d33a396f986cf8e1316 cargo test no_small_factor::test::passing -- --exact
There're some tests that fail with some probability. I have caught one of them locally, and another was caught by CI. You can reproduce errors on 008d1b9 using commands:
paillier_decryption_modulo_q::test::failing_wrong_hidden
:no_small_factor::test::passing
: