openwallet-foundation / acapy-endorser-service

endorser-service
https://wiki.hyperledger.org/display/aries
Apache License 2.0
6 stars 11 forks source link

Fix BDD tests #100

Closed esune closed 2 months ago

esune commented 5 months ago

BDD tests @Endorsements-006 and @Endorsements-007 are failing, and the error being reported is the controller raising a 500 error - however there is no trace in the controller of it.

Debugging the code, it appears that the error happens when committing the transaction to the database and clearing teh session (in grenlet), but it is unclear why/how.

esune commented 4 months ago

Relates to #25