View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010444 | Taler | merchant backend | public | 2025-09-22 22:48 | 2025-09-23 17:09 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 1.0 | ||||
Target Version | 1.1 | Fixed in Version | 1.1 | ||
Summary | 0010444: taler-merchant-donaukeyupdate does not work in test mode | ||||
Description | In 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 Information | taler-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) | ||||
Tags | No tags attached. | ||||
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 |