openmeter
openmeter copied to clipboard
Improve E2E Test Log-Retrieval
Currently the E2E tests start the OpenMeter services (api, sink-worker) as dagger services which has the limitation that the service logs from the test runs are not easily accessible (see links).
While it is true that the responses returned from the services are sufficient for the assertions made in the tests, actually writing or debugging the tests is significantly harder without access to the logs, which can have the negative effect of encouraging less optimal testing approaches.
The simplest solution might be to do away with dagger for the E2E service orchestration until this functionality is supported.
Dagger Issues relating to accessing Service logs:
https://github.com/dagger/dagger/issues/6965
https://github.com/dagger/dagger/issues/7377