*: close RecordSet#35341
Conversation
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
|
[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. |
|
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/1ce9c3b701140d537048e1c92886eb1650a44bf5 |
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
tisonkun
left a comment
There was a problem hiding this comment.
This change seems related to cleanup code to use testkit methods. What's the relation to close RecordSet?
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 1ce9c3b |
|
/hold |
In history, We have met many problems caused by forgetting to close RecordSet. so we refactor the test case by closing the record set to make the test stable. |
tisonkun
left a comment
There was a problem hiding this comment.
You're right that ExecToErr closes the RecordSet while Exec doesn't.
|
/unhold |
TiDB MergeCI notify🔴 Bad News! [1] CI still failing after this pr merged.
|
Signed-off-by: Weizhen Wang wangweizhen@pingcap.com
What problem does this PR solve?
Issue Number: ref #31716
Problem Summary:
What is changed and how it works?
In history, We have met many problems caused by forgetting to close RecordSet. so we refactor the test case by closing the record set to make the test stable.
Check List
Tests
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.