-
Notifications
You must be signed in to change notification settings - Fork 2
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
NFC, FIDO2: Transaction failed #7
Comments
Can you try running setup_session and the failed tests then? |
Perhaps it's worth making the test_suite working with https://pypi.org/project/pytest-randomly/ |
Another run, nearly made it: Full run
Reduced run
|
Observation: The Transaction failed error always occurs if logging is enabled, so it might be due to a timeout. |
Can no longer reproduce, see #9 for an example run over NFC without failures (except for one outdated test case). |
Still occurs occasionally. |
When running the FIDO2 test suite over NFC, the run fails after approx. 2/3 of the tests – e. g. at
test_initialize
ortest_restore
– with a Transaction failed error. I also encountered this error in my previous tests occasionally without being able to narrow it down.Environment:
DEVELOP=1
and updated to usefido-authenticator
v0.1.1REAL_HARDWARE=1 TRANSPORT=FIDO2
report
The text was updated successfully, but these errors were encountered: