databend
databend copied to clipboard
fix(unit test): sql run slower in unit tests.
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
the origin test assume the sqls in this case should finish very soon.
create table involves fsync, so it may take more than 1 sec to finish.
not sure why select from system.query_log can not return in 1 sec, not reproduced manual test with standalone query server
Fixes https://github.com/datafuselabs/databend/issues/7831
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| databend | ✅ Ready (Inspect) | Visit Preview | Sep 23, 2022 at 1:05PM (UTC) |