augustin-wien / augustina-backend

An open-source web shop designed for selling magazines on the street.
GNU Affero General Public License v3.0
4 stars 0 forks source link

TestOrders fails locally at database.Db.VerifyOrderAndCreatePayments #87

Closed lebe1 closed 9 months ago

lebe1 commented 11 months ago

TestOrders fails due to TimeOut locally at this line handlers_test.go:293: err = database.Db.VerifyOrderAndCreatePayments(order.ID, 48) Assuming to the docker logs, it gets stuck at or after the OrderCodeByID query. Locally, I tried to debug and run database.Db.OrderCodeByID in handlers_test.go, which worked...

Screenshot from 2023-10-01 15-45-58 Screenshot from 2023-10-01 15-40-15