-
Notifications
You must be signed in to change notification settings - Fork 188
Conversation
tests/_utils/test_prepare
Outdated
truncate -s 0 $WORK_DIR/master/log/dm-master.log | ||
truncate -s 0 $WORK_DIR/worker1/log/dm-worker.log | ||
truncate -s 0 $WORK_DIR/worker2/log/dm-worker.log | ||
# truncate -s 0 $WORK_DIR/master/log/dm-master.log |
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.
This is not a good way. Some tests rely on logs(check_log_contains). In shardddl tests, we run different cases in a single cluster, if we keep previous logs, check_log_contains is imprecise.
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.
LGTM
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.
LGTM
[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. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 642af8d
|
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #1898. |
In response to a cherrypick label: new pull request created: #1901. |
What problem does this PR solve?
as title
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes