View Issue Details

IDProjectCategoryView StatusLast Update
0010444Talermerchant backendpublic2025-09-22 22:48
ReporterFlorian Dold Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version1.2 
Summary0010444: taler-merchant-donaukeyupdate does not work in test mode
DescriptionIn test mode (-t), taler-merchant-donaukeyupdate doesn't do anything. It just claims "No donaukeys inquiries to start, exiting.", but we have donau instances without keys!

We insert the new donau instance *before* starting the donaukeyupdate, so maybe it's some missed notification / maybe donaukeyupdate doesn't properly load pending work from the DB?
Additional Informationtaler-integrationtest=# select count(*) from merchant.merchant_donau_instances;
 count
-------
     1
(1 row)

taler-integrationtest=# select count(*) from merchant.merchant_donau_keys;
 count
-------
     0
(1 row)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-09-22 22:48 Florian Dold New Issue