Test suite #375
Replies: 1 comment 1 reply
-
RE 1) I started i have a WIP in improving Integration tests: https://github.com/johnaohara/Horreum/commits/clearTestTimeout This involves moving to |
Beta Was this translation helpful? Give feedback.
-
We need to define tasks for the test suite such it will run for all platforms.
Currently, I see two major areas that needs to be changed:
For 1) - recorded under #324 - there are assumptions about container naming is done. This works for
docker
based setups, but not forpodman
based ones. Should we try and useGenericContainer
as the base and explicit set the container name as part of that ? We need to have integration tests - especially towards dependencies like KeyCloak - but are there other ideas we could make use off ?For 2) - recorded under #300 - basically boils to using old algorithms in the existing web stack. I have created a Google Summer of Code project to look at the entire web stack and upgrade it. Since there is an existing work-around for OpenSSL 3.x based installation this may not as 1) for now.
Feel free to share ideas on this subject !
Beta Was this translation helpful? Give feedback.
All reactions