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

tests: Fix some missing parallel calls and missing test spans #421

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

cpuguy83
Copy link
Member

No description provided.

@cpuguy83 cpuguy83 force-pushed the improve_ci_times branch 30 times, most recently from 4754f3b to 1a0e72b Compare November 4, 2024 16:08
@cpuguy83 cpuguy83 force-pushed the improve_ci_times branch 4 times, most recently from e42d83c to 792b957 Compare November 5, 2024 00:15
Before this was calling `t.Log` for every read from the log file.
What we really want is to to call `t.Log` for every line since a `Read`
may return a partial line which will look weird in the output and be
difficult to read.

This also changes things to always write the build logs to the test log
instead of just on failure so its easier to see what's happening even on
a successful test run.

Signed-off-by: Brian Goff <[email protected]>
This prevents the skew of test times due to having to build the frontend
and worker images.

Signed-off-by: Brian Goff <[email protected]>
This makes sure we use the same cache keys for both the main Dockerfile
and the test fixtures so that we can avoid needing to pull down a bunch
of dependencies that we've already pulled down before.

Signed-off-by: Brian Goff <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant