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

improve: databend-sqllogictests should return tests passed numbers #9717

Closed
BohuTANG opened this issue Jan 25, 2023 · 1 comment · Fixed by #9802
Closed

improve: databend-sqllogictests should return tests passed numbers #9717

BohuTANG opened this issue Jan 25, 2023 · 1 comment · Fixed by #9802
Assignees
Labels
C-testing Category: testing good first issue Category: good first issue

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Jan 25, 2023

Summary

./target/release/databend-sqllogictests --run_dir not_exists_dir
MySQL client starts to run...
Run all tests using 3 ms
Http client starts to run...
Run all tests using 1 ms
Clickhouse http client starts to run...
Run all tests using 1 ms

expected:

MySQL client starts to run...
Run all tests[x] using 3 ms
Http client starts to run...
Run all tests[y] using 1 ms
Clickhouse http client starts to run...
Run all tests[z] using 1 ms
@BohuTANG BohuTANG added C-testing Category: testing good first issue Category: good first issue labels Jan 25, 2023
@johnhaxx7
Copy link
Contributor

Hi @BohuTANG , can you help assign this to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-testing Category: testing good first issue Category: good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants