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

fix(tests): sql_cmd_test and no impl for MakeMergeNode #3829

Merged
merged 2 commits into from
Mar 28, 2024

Commits on Mar 23, 2024

  1. fix: no impl for MakeMergeNode

    fix CI building
    aceforeverd committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    9726852 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix(tests): sql_cmd_test

    1. recycle_bin_root_path does not setted up randomly and get cleaned up
    after test down.
    2. UTs should ensure cleanup even test fails, missed cleanup might
       affect subsequent tests
    3. cleanup tmp dirs even on signal
    4. workaround: standalone & cluster env require distinct db_root_path
    5. fix sql_cluster_test
    aceforeverd committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1ad02d8 View commit details
    Browse the repository at this point in the history