You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently seeing intermittent test failure when executing parsec-cli-tests.sh on the FVP platform. The intermittent failure test cases are always test_csr() and test_signing().
The test_signing() case:
Full log can be found below, and we suspect that maybe the issue is similar to the test_csr() case. test_signing_fail_full.txt
May I please ask some helps from the parsec experts? Thanks very much!
The text was updated successfully, but these errors were encountered:
Could you add more details please, so we can try to reproduce the issue:
parsec and parsec-tool versions
how parsec was built, manually or with Yocto recipes. If former then rust version, if latter then Yocto layers versions. Which providers were included when parsec was built. Which providers are configured in parsec config.
FVP version
how do you run FVP, manually or Yocto runfvp script? what FVP parameters do you use?
do you see failures for ECC keys only or for RSA keys as well?
how many failures do you see from the 200 runs?
do you see failures if you add a few seconds pause between the runs?
is the host where you run FVP is shared? can it be overloaded?
anta5010
added a commit
to anta5010/parsec-tool
that referenced
this issue
Aug 21, 2023
Hi,
We are currently seeing intermittent test failure when executing
parsec-cli-tests.sh
on the FVP platform. The intermittent failure test cases are alwaystest_csr()
andtest_signing()
.Reproducer:
We've investigated a bit and below is what we found.
test_csr()
case:Full log with debug info when the case fails:
test_csr_fail_full.txt
Full log with debug info when the case passes:
test_csr_pass_full.txt
It looks like when the test case fails, the generated CSR below
is shorter than the passed CSR below:
test_signing()
case:Full log can be found below, and we suspect that maybe the issue is similar to the
test_csr()
case.test_signing_fail_full.txt
May I please ask some helps from the parsec experts? Thanks very much!
The text was updated successfully, but these errors were encountered: