View Issue Details

IDProjectCategoryView StatusLast Update
0008885Talertaler-harnesspublic2024-08-28 23:31
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.13 
Target Version0.13Fixed in Version0.13 
Summary0008885: test fails in different env
Descriptionthe 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.
TagsNo tags attached.

Activities

Florian Dold

2024-06-26 23:47

manager   ~0022738

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.

Florian Dold

2024-07-15 17:33

manager   ~0022820

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

Issue History

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