Commit a26d8a1
committed
e2e_tests/stress.rs: Add a workaround for spurious test failures
stress_tests fail sporadically with the error:
'An invalid signature or a tampering detection should be the only
reasons of the verification failing. Status returned:
PsaErrorInvalidArgument.'
The verification signature should not be failing with
PsaErrorInvalidArgument for invalid signatures. So there may be a
problem with either threading or a bug in Mbed Crypto.
This bug is causing several sporadic test failures in our CI, as the
invalid signatures are random.
* Accept the PsaErrorInvalidArgument error as a workaround until
the issue is resolved.
Please see opened issue
Signed-off-by: Tomás González <[email protected]>1 parent 9f5ff5c commit a26d8a1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
0 commit comments