View Issue Details

IDProjectCategoryView StatusLast Update
0010444Talermerchant backendpublic2025-09-23 17:09
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version1.0 
Target Version1.1Fixed in Version1.1 
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

Christian Grothoff

2025-09-23 17:09

manager   ~0025995

Fixed in 733659b8..7b76f21a

Issue History

Date Modified Username Field Change
2025-09-22 22:48 Florian Dold New Issue
2025-09-23 16:04 Christian Grothoff Assigned To => Christian Grothoff
2025-09-23 16:04 Christian Grothoff Status new => assigned
2025-09-23 17:09 Christian Grothoff Status assigned => resolved
2025-09-23 17:09 Christian Grothoff Resolution open => fixed
2025-09-23 17:09 Christian Grothoff Fixed in Version => 1.1
2025-09-23 17:09 Christian Grothoff Note Added: 0025995
2025-09-23 17:09 Christian Grothoff Product Version => 1.0
2025-09-23 17:09 Christian Grothoff Target Version 1.2 => 1.1