-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
WIP: system test parallelization: two-pass approach #23275
base: main
Are you sure you want to change the base?
Commits on Nov 7, 2024
-
EXPERIMENTAL! In teardown, if we see leaks, ...
...try to trace them back to the culprit tests Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c13cc31 - Browse repository at this point
Copy the full SHA c13cc31View commit details -
(debug) for 21569: log play-kube command, show at end
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a117b83 - Browse repository at this point
Copy the full SHA a117b83View commit details -
test/system: podman play --service-container slog to syslog
In theory when syslog is set the cleanup process should log its errors to syslog (journald) so we can have a look at the errors in CI. Without it podman container cleanup errors will never be logged anywhere. In order to rey to debug containers#21569 Signed-off-by: Paul Holzinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcf51b0 - Browse repository at this point
Copy the full SHA dcf51b0View commit details -
DO NOT MERGE: skip unneeded CI tasks
All we care about in this PR is system tests. Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e599fb3 - Browse repository at this point
Copy the full SHA e599fb3View commit details -
FIXME: update docs, teardown, ...
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc87c0b - Browse repository at this point
Copy the full SHA cc87c0bView commit details -
DO NOT MERGE: test tail logging fix from Luap99 fork
Luap99@df865c8 Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25b7b4c - Browse repository at this point
Copy the full SHA 25b7b4cView commit details -
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c146ae7 - Browse repository at this point
Copy the full SHA c146ae7View commit details -
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28b1c58 - Browse repository at this point
Copy the full SHA 28b1c58View commit details -
try parallelizing the USEC test again
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee613f5 - Browse repository at this point
Copy the full SHA ee613f5View commit details -
220: add a FIXME comment about a race
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e810bb1 - Browse repository at this point
Copy the full SHA e810bb1View commit details -
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36a4e21 - Browse repository at this point
Copy the full SHA 36a4e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9d5bc - Browse repository at this point
Copy the full SHA 6e9d5bcView commit details -
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78d5121 - Browse repository at this point
Copy the full SHA 78d5121View commit details -
FIXME: rmi pause. Is there a better place to do this?
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 844c7da - Browse repository at this point
Copy the full SHA 844c7daView commit details -
system tests: safer install_kube_template()
Previous version was badly broken: it relied on 'make' rebuilding a file under cwd, which is a no-no; and, in the case where we don't have a source directory, just blindly hoped that there'd be a system-installed .service file with the correct path to podman. Solution: . if running in source directory, run sed directly into destination service file in $UNIT_DIR. This is ugly duplication of a line in Makefile. . if NOT running in a source directory, check $PODMAN: . if it's /usr/bin/podman, continue . otherwise skip, because we don't know what we're testing Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4c9149 - Browse repository at this point
Copy the full SHA f4c9149View commit details -
Add lots more parallel-high-load FIXMEs
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5da4542 - Browse repository at this point
Copy the full SHA 5da4542View commit details -
fixme, just a change to a skip msg
Signed-off-by: Ed Santiago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb8ba60 - Browse repository at this point
Copy the full SHA eb8ba60View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c1a9a - Browse repository at this point
Copy the full SHA d5c1a9aView commit details