databend icon indicating copy to clipboard operation
databend copied to clipboard

fix(unit test): sql run slower in unit tests.

Open youngsofun opened this issue 3 years ago • 1 comments

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

youngsofun avatar Sep 23 '22 07:09 youngsofun

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)

vercel[bot] avatar Sep 23 '22 07:09 vercel[bot]