enowars / enochecker_test

Automatically test services/checker using the enochecker API
MIT License
0 stars 4 forks source link

test that services persist data across restarts (e.g. http sessions) #23

Closed Trolldemorted closed 1 year ago

Trolldemorted commented 2 years ago

... and test whether the service can be restarted at all 😇

ldruschk commented 1 year ago

With the current structure of enochecker_test, that would not be possible since we are only using the HTTP-API of the checker and are not able to restart the service

Trolldemorted commented 1 year ago

Where should I track issues for the CI flows? I thought this repository might be the best fit