-
Notifications
You must be signed in to change notification settings - Fork 26
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
cdc,tests: integration test flow_control
case is flaky
#383
Labels
type/bug
Something isn't working
Comments
Tikv-servers seemed to be all down. |
pingyu
changed the title
tests: integration test
cdc,tests: integration test Jan 4, 2024
flow_control
case is flakyflow_control
case is flaky
Heap profile (see here) showed that the function using most memory was
So it seems to be not an issue of memory leak or flow controlling. As we use |
pingyu
added a commit
that referenced
this issue
Mar 4, 2024
…eam` (#392) * collect pprof heap Signed-off-by: Ping Yu <yuping@pingcap.com> * unlimit retry for pd connection Signed-off-by: Ping Yu <yuping@pingcap.com> * reduce record size Signed-off-by: Ping Yu <yuping@pingcap.com> * log level: info Signed-off-by: Ping Yu <yuping@pingcap.com> * reduce data size; add grafana panel Signed-off-by: Ping Yu <yuping@pingcap.com> * fix encoder size Signed-off-by: Ping Yu <yuping@pingcap.com> * fix Signed-off-by: Ping Yu <yuping@pingcap.com> * MQMessage pool Signed-off-by: Ping Yu <yuping@pingcap.com> * fix release Signed-off-by: Ping Yu <yuping@pingcap.com> * wip Signed-off-by: Ping Yu <yuping@pingcap.com> * fix flaky ut Signed-off-by: Ping Yu <yuping@pingcap.com> * logging Signed-off-by: Ping Yu <yuping@pingcap.com> * fix ut Signed-off-by: Ping Yu <yuping@pingcap.com> * adjust memory release parameter Signed-off-by: Ping Yu <yuping@pingcap.com> * polish Signed-off-by: Ping Yu <yuping@pingcap.com> * polish Signed-off-by: Ping Yu <yuping@pingcap.com> * polish Signed-off-by: Ping Yu <yuping@pingcap.com> --------- Signed-off-by: Ping Yu <yuping@pingcap.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
1. Describe the bug
See https://do.pingcap.net/jenkins/blue/organizations/jenkins/tikv%2Fmigration%2Fpull_unit_test/detail/pull_unit_test/11/pipeline/
2. Minimal reproduce step (Required)
Run integration tests in CI.
3. What did you see instead (Required)
Test failed.
4. What did you expect to see? (Required)
Test succeed.
5. What is your migration tool and TiKV version? (Required)
The text was updated successfully, but these errors were encountered: