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

[ci] add compatibility test with old metasrv and latest query #5520

Merged
merged 13 commits into from
May 24, 2022

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented May 23, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

[ci] add compatibility test with old metasrv and latest query

Changelog

Related Issues

@mergify
Copy link
Contributor

mergify bot commented May 23, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@vercel
Copy link

vercel bot commented May 23, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
databend ✅ Ready (Inspect) Visit Preview May 24, 2022 at 5:52AM (UTC)

@drmingdrmer drmingdrmer marked this pull request as ready for review May 23, 2022 06:53
@drmingdrmer drmingdrmer requested a review from BohuTANG as a code owner May 23, 2022 06:53
@drmingdrmer drmingdrmer force-pushed the 4-compat branch 5 times, most recently from a1f7327 to a128aed Compare May 23, 2022 15:05
@BohuTANG
Copy link
Member

@mergify update

@mergify
Copy link
Contributor

mergify bot commented May 24, 2022

update

✅ Branch has been successfully updated

@BohuTANG BohuTANG merged commit 96ceb9d into databendlabs:main May 24, 2022
@drmingdrmer drmingdrmer deleted the 4-compat branch May 24, 2022 07:02
@drmingdrmer
Copy link
Member Author

@BohuTANG mergify bot thanks you.:)

runs-on: ubuntu-latest
needs: build_linux
steps:
- uses: actions/checkout@v2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checkout should be done with extra config

        with:
          fetch-depth: 0

to fetch all tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility test: download an old binary, run a sample workload, check state.
6 participants