-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Improve ct_master #8946
base: master
Are you sure you want to change the base?
Improve ct_master #8946
Commits on Oct 16, 2024
-
ct_master: Don't refresh logs at the end of run
The ct_run:run_test function already takes care of the node's logs. The ct_master_logs module takes care of ct_master itself.
Configuration menu - View commit details
-
Copy full SHA for 8be946d - Browse repository at this point
Copy the full SHA 8be946dView commit details -
ct_master: Fix the master_runs.html css file paths
Needed to file:set_cwd like in normal CT.
Configuration menu - View commit details
-
Copy full SHA for 9ca4b7a - Browse repository at this point
Copy the full SHA 9ca4b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63af8ed - Browse repository at this point
Copy the full SHA 63af8edView commit details -
ct_master: Handle all testspec instructions
Before this commit the CT docs were lying as ct_master only handled a small number of testspec instructions. This commit fixes that.
Configuration menu - View commit details
-
Copy full SHA for 87e5575 - Browse repository at this point
Copy the full SHA 87e5575View commit details -
ct_master: Sort the results printout from ct_master
It makes more sense to sort by node name, than to have the results in the order they finished.
Configuration menu - View commit details
-
Copy full SHA for 47c98c1 - Browse repository at this point
Copy the full SHA 47c98c1View commit details -
ct_master: Return results from ct_master:run
Breaking change: instead of returning just `ok` to indicate that the spec file was handled, we return an OK tuple with the results of the tests (number of successful, failed, user and auto skipped tests). This allows the caller to know whether any test error occurred.
Configuration menu - View commit details
-
Copy full SHA for 68a158c - Browse repository at this point
Copy the full SHA 68a158cView commit details -
ct_master: Print auto-skipped and failed test cases
At the end of a ct_master run. This uses the builtin CT Master event handler to gather the results.
Configuration menu - View commit details
-
Copy full SHA for fd46027 - Browse repository at this point
Copy the full SHA fd46027View commit details