-
Notifications
You must be signed in to change notification settings - Fork 769
New testing style in Rust crate #1866
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
Comments
I moved all tests in |
I prefer the Rust style. |
Thank you @jorgecarleitao , your information is important, Databend test is getting slower and will continue on. |
/assginme |
…e: move flight api test into metasrv/tests/ - According to databendlabs#1866 https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
…e: move flight api test into metasrv/tests/ - According to databendlabs#1866 https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
…e: move flight api test into metasrv/tests/ - According to databendlabs#1866 https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
Summary
Description for this feature.
Databend used Golang testing style currently, but there is a more rustacean testing style of cargo, refer to https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
The text was updated successfully, but these errors were encountered: