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

Fix E2E test output #2222

Closed
3 tasks
chatton opened this issue Sep 8, 2022 · 1 comment
Closed
3 tasks

Fix E2E test output #2222

chatton opened this issue Sep 8, 2022 · 1 comment

Comments

@chatton
Copy link
Contributor

chatton commented Sep 8, 2022

Summary of Bug

Since #2064 was merged, the E2E test output only displays all at once after the test has run. I believe this has something to do with the fact that e2e tests are now in separate packages.

Previously, all e2e tests were in one e2e package and so go test was testing a single package. Now go test is testing multiple packages but filtering out all but the relevant one.

Expected Behaviour

Test logs are displayed as the test is running

Steps to Reproduce

Run any e2e test


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@chatton
Copy link
Contributor Author

chatton commented Sep 18, 2023

closed by #3281

@chatton chatton closed this as completed Sep 18, 2023
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