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

ccmlib/common: check install_dir/SCYLLA-VERSION-FILE first #476

Merged
merged 1 commit into from
Jul 25, 2023

Commits on Jul 19, 2023

  1. ccmlib/common: check install_dir/SCYLLA-VERSION-FILE first

    we have some dtests which are marked with "dtest_enterprise" mark.
    and they deselect themselves if ccm claims that the scylla build
    is not enterprise.
    
    sometimes, we just want to run some of these dtest right from local
    build, whose SCYLLA-VERSION-FILE is co-located with the scylla
    executable binary, right under the "install_dir" instead of
    "install_dir/build/" or somewhere else. so, in this case, ccm
    would either fail to find the right SCYLLA-VERSION-FILE, or
    find a wrong one.
    
    in this change, we add $install_dir/SCYLLA-VERSION-FILE at the
    front of the check list, so that ccm can check and use it if
    this file exists. this should address the pain of developers
    who want to test from the local build.
    
    Signed-off-by: Kefu Chai <[email protected]>
    tchaikov committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3958085 View commit details
    Browse the repository at this point in the history