-
Notifications
You must be signed in to change notification settings - Fork 75
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
Inspect timing-out aead tests #548
Comments
PR #558 is used for investigating. |
This deadlock is hard to fix. Things I tried so far:
Saying the deadlock vanishes means that I tried to run it several times (4-5) and didn't encounter it. |
Making some progress by carefully adding It does not seem to hang in |
New hanging run with more logging: https://github.com/th4s/tlsn/actions/runs/10507218244/job/29108495136
|
New hanging run with more fine-grained logging: https://github.com/th4s/tlsn/actions/runs/10509969553/job/29118455831 Seems to be hanging here: https://github.com/privacy-scaling-explorations/mpz/blob/7783045420272defb0caf52c0b7ceeab03badb55/crates/mpz-garble/src/generator/mod.rs#L309-L318 |
This run https://github.com/th4s/tlsn/actions/runs/10523156760 provides evidence that it hangs on the evaluator side here: |
When running tests from the workspace root, the feature |
What happens is the following:
|
🫠 good work. Short term fix is to increase thread count, or decrease parallelism? |
Yeah I think I am leaning towards increasing the thread count for the aead unit tests. |
Fixed in #575 |
PR #547 comments the aead tests, which are currently timing out. This needs further investigation as it is not locally reproducible.
The text was updated successfully, but these errors were encountered: