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

global sort: test the global sort whole process in ut #48952

Open
ywqzzy opened this issue Nov 28, 2023 · 0 comments
Open

global sort: test the global sort whole process in ut #48952

ywqzzy opened this issue Nov 28, 2023 · 0 comments

Comments

@ywqzzy
Copy link
Contributor

ywqzzy commented Nov 28, 2023

Enhancement

Currently, global sort contains 3 steps:

  1. write sorted files to s3.
  2. merge sort sorted files and write to s3.
  3. read files by key range and sort them.

But the whole process only run in integration test in ci with only 1 tidb node.
We need a way to mimic the dist execution process in UT to make the planning process and execution process more reliable and easier to debug during developing.

@ywqzzy ywqzzy changed the title global sort: test the global sort whole process in ut. global sort: test the global sort whole process in ut Nov 28, 2023
ti-chi-bot bot pushed a commit that referenced this issue Dec 12, 2023
ti-chi-bot bot pushed a commit that referenced this issue Dec 18, 2023
ti-chi-bot bot pushed a commit that referenced this issue Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant