-
Notifications
You must be signed in to change notification settings - Fork 409
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
Test: Refine dbgFuncCoprocessor #6088
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. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
/run-all-tests |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
Coverage for changed files
Coverage summary
full coverage report (for internal network access only) |
f433a06
to
951a8f3
Compare
…ne_dbgFuncCoprocessor
return true; | ||
} | ||
|
||
String formatBlockData(const Block & block) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think getColumnsContent
do the same jobs as this function
tiflash/dbms/src/TestUtils/FunctionTestUtils.cpp
Lines 445 to 449 in e2cde35
String getColumnsContent(const ColumnsWithTypeAndName & cols, size_t begin, size_t end) | |
{ | |
const size_t col_num = cols.size(); | |
if (col_num <= 0) | |
return ""; |
|
||
namespace DB | ||
{ | ||
bool blockEqual(const Block & expected, const Block & actual, String & unequal_msg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has a "gtest-specified" version in FunctionTestUtils.cpp
😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has a "gtest-specified" version in
FunctionTestUtils.cpp
😂
I will not modify the code, since dbgNaturalDag that use the utils is not used for now.
/run-all-tests |
1 similar comment
/run-all-tests |
…ne_dbgFuncCoprocessor
/run-all-tests |
4f5d608
to
c6ab143
Compare
/run-all-tests |
/merge |
@ywqzzy: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. Instructions 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 ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: 19c3b3a
|
/run-build-release comment=true |
What problem does this PR solve?
Issue Number: ref #4609
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note