-
Notifications
You must be signed in to change notification settings - Fork 292
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
Get the 'tests' task working again #1975
Commits on Jul 11, 2024
-
Move LoggerFile to teuthology.util
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf8d394 - Browse repository at this point
Copy the full SHA bf8d394View commit details -
This task has been broken for a very long time. It hasn't passed in years, and has additionally been masking test failures including some regressions. This commit: * Fixes masking of failures in setup/teardown methods * Actually runs all of our tests * Excludes tests that need remote nodes when they are not available * Improves logging and reporting * Adds support for running in CLI mode Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 500664b - Browse repository at this point
Copy the full SHA 500664bView commit details -
test_ansible: Set ctx.archive to empty string
Scheduled jobs are failing because they try to write to /home/ansible.log. Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 178756d - Browse repository at this point
Copy the full SHA 178756dView commit details -
test_report: Use a tmp_path fixture
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e22d43d - Browse repository at this point
Copy the full SHA e22d43dView commit details -
test_fog: fix test conflict with local config
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45328a8 - Browse repository at this point
Copy the full SHA 45328a8View commit details -
Run.report_outcome: Drop fake_ctx
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb0815c - Browse repository at this point
Copy the full SHA cb0815cView commit details -
run: Use job config's archive dir if specified
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db5eb72 - Browse repository at this point
Copy the full SHA db5eb72View commit details -
misc.deep_merge,merge_configs: Add type hinting
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91b5322 - Browse repository at this point
Copy the full SHA 91b5322View commit details -
misc.deep_merge: Rewrite for readability
Partially enabled by not passing MappingProxyType to it any longer. Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4519977 - Browse repository at this point
Copy the full SHA 4519977View commit details -
Task.__init__: ctx param is mandatory
This reflects reality and also fixes some linter errors. Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b939f3e - Browse repository at this point
Copy the full SHA b939f3eView commit details -
test_report: Use module-level tests and fixtures
Signed-off-by: Zack Cerza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be48bef - Browse repository at this point
Copy the full SHA be48befView commit details