View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010468 | Taler | taler-harness | public | 2025-10-02 17:29 | 2025-10-02 17:29 |
Reporter | sebasjm | Assigned To | |||
Priority | high | Severity | major | Reproducibility | sometimes |
Status | new | Resolution | open | ||
Product Version | 1.1 | ||||
Target Version | 1.2 | ||||
Summary | 0010468: test simple-payment fails, sometime | ||||
Description | it shows that deep in the harness scripts there is a missing "await" condition. or maybe in wallet-core.... and some other test fails may be due to this bug This test fails because the harness is asserting that the payment transaction is complete and the status returned is still "pending" $ taler-harness run-integrationtests simple-payment .... FATAL: test failed with exception AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: 'pending' !== 'done' at GlobalTestState.assertDeepEqual (/media/luffy/taler-workspace/install-prefix/lib/taler-harness/node_modules/taler-harness/dist/taler-harness-bundled.cjs:62604:39) at makeTestPaymentV2 (/media/luffy/taler-workspace/install-prefix/lib/taler-harness/node_modules/taler-harness/dist/taler-harness-bundled.cjs:65124:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) Skipped: 0/1 Failed: 1/1 Passed: 0/1 but not always $ taler-harness run-integrationtests simple-payment .... Skipped: 0/1 Failed: 0/1 Passed: 1/1 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-10-02 17:29 | sebasjm | New Issue |