-
Notifications
You must be signed in to change notification settings - Fork 769
[metasrv] refactor: organized integration test in the rust-crate style: move flight api test into metasrv/tests/ #1915
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
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
4 similar comments
Thanks for the contribution! Please review the labels and make any necessary changes. |
Thanks for the contribution! Please review the labels and make any necessary changes. |
Thanks for the contribution! Please review the labels and make any necessary changes. |
Thanks for the contribution! Please review the labels and make any necessary changes. |
5bafe51
to
4d84d5e
Compare
…e: move flight api test into metasrv/tests/ - According to databendlabs#1866 https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #1915 +/- ##
=======================================
- Coverage 71% 70% -1%
=======================================
Files 645 643 -2
Lines 38687 38230 -457
=======================================
- Hits 27588 27093 -495
- Misses 11099 11137 +38
Continue to review full report at Codecov.
|
CI Passed |
I hereby agree to the terms of the CLA available at: https://databend.rs/policies/cla/
Summary
[metasrv] refactor: organized integration test in the rust-crate style: move flight api test into metasrv/tests/
Changelog
Related Issues
Rust-crate-style tests guide: https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html