openwallet-foundation / acapy

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://wiki.hyperledger.org/display/aries
Apache License 2.0
412 stars 512 forks source link

New failures with ACA_Py in the Aries Agent Test Harness #2366

Closed swcurran closed 1 year ago

swcurran commented 1 year ago

The last test run had a number previously passing tests failing. We need to investigate the breaks.

The test setup should be checked to make sure that we are using Aries Askar in all tests.

swcurran commented 1 year ago

The issue is with the new default deletion of the presentation exchange record (#2352). Will add the parameter to keep the record in AATH, pending a better way to handled -- e.g. add parameter --preserve-exchange-records to AATH startup.

swcurran commented 1 year ago

Fixed as noted above.