-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels