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

Add --cluster option to runtest to run only cluster tests #1052

Merged
merged 2 commits into from
Sep 26, 2024

Commits on Sep 19, 2024

  1. Add --cluster option to runtest to run only cluster tests

    Currently cluster tests in unit/cluster are run as part of
    the ./runtest. Sometims we change the cluster code and only
    want to run cluster tests. This PR added a --cluster option
    to runtest so that we can run only cluster tests.
    
    Signed-off-by: Binbin <[email protected]>
    enjoy-binbin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bc742bd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update tests/test_helper.tcl

    Co-authored-by: Wen Hui <[email protected]>
    Signed-off-by: Binbin <[email protected]>
    enjoy-binbin and hwware authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4cf272b View commit details
    Browse the repository at this point in the history