Closed pingyu closed 1 year ago
Merging #335 (f392ee9) into main (0966ba8) will decrease coverage by
0.1577%
. The diff coverage isn/a
.
/run-unit-test
/run-integration-test
/run-unit-test /run-integration-test
/run-integration-test
/run-integration-test
Signed-off-by: Ping Yu yuping@pingcap.com
What problem does this PR solve?
Issue Number: close #334
Problem Description: G10 (sink_hang + sigstop) run more than 25 minutes
What is changed and how does it work?
Skip
check_count 2 "pd"
afterkill -19 pd-server
. See https://github.com/tikv/migration/issues/334#issuecomment-1425997573Prolong sleep duration of
check_sync_diff
As the original1s
is not enough. See https://do.pingcap.net/jenkins/blue/organizations/jenkins/tikv%2Fmigration%2Fpull_integration_test/detail/pull_integration_test/77/pipeline/336.Add
timeout
forlsof
aslsof
has chances to take a long time due to unknown reason (maybe container environment ?).Other polish
Code changes
Check List for Tests
This PR has been tested by at least one of the following methods:
Side effects
Related changes
To reviewers
Please follow these principles to check this pull requests:
(The above text mainly refers to TiDB Development Guide. It's also highly recommended to read about Writing code review comments)