We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
I'm testing paging protocol by running tidb UT with a real TiKV using this branch #35647
tiup playground nightly --mode tikv-slim cd executor go test -run ^TestIssue20137$ -with-tikv 127.0.0.1:2379
No error
Test timeout... seems deadloop
master
commit 47a4f3a017768dda0b9a826451486c5539bc8427 (HEAD -> master, origin/master, origin/HEAD) Author: Weizhen Wang <[email protected]> Date: Wed Jun 29 20:16:40 2022 +0800 *: enable unconvert (#35821) ref pingcap/tidb#35345
The text was updated successfully, but these errors were encountered:
executor: fix dead loop for indexMergeJoin in paging. (#35918)
5a01b63
close #35831
wshwsh12
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
I'm testing paging protocol by running tidb UT with a real TiKV using this branch #35647
2. What did you expect to see? (Required)
No error
3. What did you see instead (Required)
Test timeout... seems deadloop
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: