View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006478 | Taler | exchange | public | 2020-08-12 12:13 | 2024-01-12 14:05 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | high | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.8 | Fixed in Version | 0.8 | ||
Summary | 0006478: refund API fails to verify 409 and 412 error responses from exchange | ||||
Description | The exchange provides proof of the conflict/failure, but the client currently just believes it without checking. | ||||
Tags | No tags attached. | ||||
|
26f72f85..6256bdb1 implements the checks, but the logic is untested AND a possible bug found while implementing shows that another major code path is not tested as well. I put an abort() + FIXME to mark the so far untested code. So we need better tests here. |
|
6256bdb1..4e0b5104 adds the missing tests and fixes the discovered issues on the now covered paths. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-08-12 12:13 | Christian Grothoff | New Issue | |
2020-08-12 12:13 | Christian Grothoff | Status | new => assigned |
2020-08-12 12:13 | Christian Grothoff | Assigned To | => Christian Grothoff |
2020-08-12 20:19 | Christian Grothoff | Note Added: 0016594 | |
2020-08-13 00:51 | Christian Grothoff | Note Added: 0016595 | |
2020-08-13 00:51 | Christian Grothoff | Status | assigned => resolved |
2020-08-13 00:51 | Christian Grothoff | Resolution | open => fixed |
2020-08-13 00:51 | Christian Grothoff | Fixed in Version | => 0.8 |
2020-08-13 00:51 | Christian Grothoff | Target Version | 0.8.1 => 0.8 |
2021-08-24 16:23 | Christian Grothoff | Status | resolved => closed |
2024-01-12 14:05 | Christian Grothoff | Category | exchange API (C) => exchange |