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

Bug: databend-query hangs when running sqllogic test parallelly #9558

Closed
dantengsky opened this issue Jan 10, 2023 · 0 comments · Fixed by #9559
Closed

Bug: databend-query hangs when running sqllogic test parallelly #9558

dantengsky opened this issue Jan 10, 2023 · 0 comments · Fixed by #9559
Labels
C-feature Category: feature

Comments

@dantengsky
Copy link
Member

Summary

on behalf of @sundy-li :

databend-query hangs when running sqllogic test parallelly :

  • startup databend-query
export META_EMBEDDED_DIR="./.databend/meta_embedded"
export STORAGE_TYPE="fs"
./target/debug/databend-query --internal-enable-sandbox-tenant
  • run sql logic test
cargo run -p sqllogictests -- --handlers clickhouse --parallel 8 --no-fail-fast --run_file 09_0 --enable_sandbox —debug

then, databend-query process will highly likely hang.

  • sql logic test case can not run to end
  • mysql client can not connect to databend-query
@dantengsky dantengsky added the C-feature Category: feature label Jan 10, 2023
@Xuanwo Xuanwo changed the title Bug: Bug: databend-query hangs when running sqllogic test parallelly Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant