Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve E2E Test Log-Retrieval #1930

Open
linear bot opened this issue Dec 5, 2024 · 0 comments
Open

Improve E2E Test Log-Retrieval #1930

linear bot opened this issue Dec 5, 2024 · 0 comments
Assignees

Comments

@linear
Copy link

linear bot commented Dec 5, 2024

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:

dagger/dagger#6965
dagger/dagger#7377

@GAlexIHU GAlexIHU self-assigned this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant