-
Notifications
You must be signed in to change notification settings - Fork 23
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
base: main
Are you sure you want to change the base?
Commits on Nov 5, 2024
-
tests: Fix some missing parallel calls and missing test spans
Signed-off-by: Brian Goff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86e4a65 - Browse repository at this point
Copy the full SHA 86e4a65View commit details -
test: write build logs by line
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]>
Configuration menu - View commit details
-
Copy full SHA for 93d1ad9 - Browse repository at this point
Copy the full SHA 93d1ad9View commit details -
CI: Precache frontend/worker images
This prevents the skew of test times due to having to build the frontend and worker images. Signed-off-by: Brian Goff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 380c6a2 - Browse repository at this point
Copy the full SHA 380c6a2View commit details -
tests: fixtures: Use main go mod cache keys
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]>
Configuration menu - View commit details
-
Copy full SHA for 346fb41 - Browse repository at this point
Copy the full SHA 346fb41View commit details -
Signed-off-by: Brian Goff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8352730 - Browse repository at this point
Copy the full SHA 8352730View commit details -
CI: Get tracing reports from integration tests
Signed-off-by: Brian Goff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2161dc - Browse repository at this point
Copy the full SHA d2161dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c74ce - Browse repository at this point
Copy the full SHA a9c74ceView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0a6da1 - Browse repository at this point
Copy the full SHA d0a6da1View commit details