planner: fix the unstable test case TestListPartitionOrderLimit#26839
planner: fix the unstable test case TestListPartitionOrderLimit#26839ti-chi-bot merged 3 commits intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
@qw4990: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: ac88580913938634aa8978daa43e73b12ce8e8f8 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 0d2069c |
|
/merge |
1 similar comment
|
/merge |
|
/merge |
What problem does this PR solve?
Issue Number: close #26796
Problem Summary: planner: fix the unstable test case TestListPartitionOrderLimit
What is changed and how it works?
To make the test query
select * from t order by c limit 5stable, values onccannot be duplicated.Check List
Tests
Release note
planner: fix the unstable test case TestListPartitionOrderLimit