View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008885 | Taler | taler-harness | public | 2024-05-30 18:49 | 2024-08-28 23:31 |
Reporter | sebasjm | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.13 | ||||
Target Version | 0.13 | Fixed in Version | 0.13 | ||
Summary | 0008885: test fails in different env | ||||
Description | the test should be more reproducible, currently some test in my environment are failing for the latest release and I found I have an old version of fakebank. We should add a libtool version check for every component in the setup. Additionally, the configuration should not merge with `installed configuration` (in install prefix directory) otherwise the result of the test will depend on env configuration and not in the test definition. | ||||
Tags | No tags attached. | ||||
|
We need to rely on the configuration in $prefix, and we can assume that any reasonably installation that we run tests against does not modify it. Otherwise we would have to ship our own copy of the complete configuration and have that always in sync with the respective package. I'll add version checks as the first thing in the `start()` call of services used during tests. I want to use the new-style API client for this, but that needs some discussion still. |
|
The integration tests now properly check the component versions before running the rest of the tests. commit 87066659bf4c62a06bfcca2fbd6c3a81ed4fef40 (HEAD -> master, origin/master, origin/HEAD) Author: Florian Dold <florian@dold.me> Date: Mon Jul 15 17:32:26 2024 +0200 harness,util,others: check version in /config responses |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-30 18:49 | sebasjm | New Issue | |
2024-05-30 18:49 | sebasjm | Status | new => assigned |
2024-05-30 18:49 | sebasjm | Assigned To | => Florian Dold |
2024-06-26 23:47 | Florian Dold | Note Added: 0022738 | |
2024-07-15 17:33 | Florian Dold | Status | assigned => resolved |
2024-07-15 17:33 | Florian Dold | Resolution | open => fixed |
2024-07-15 17:33 | Florian Dold | Note Added: 0022820 | |
2024-08-26 22:29 | Christian Grothoff | Fixed in Version | => 0.13 |
2024-08-28 23:31 | Christian Grothoff | Status | resolved => closed |