tikv / migration

Migration tools for TiKV, e.g. online bulk load.
Apache License 2.0
34 stars 24 forks source link

cdc: integrated test "move_keyspan" is not stable #291

Open pingyu opened 1 year ago

pingyu commented 1 year ago

Bug Report

1. Describe the bug

Integrated test "move_keyspan" is not stable. Error logs here:


[2022-11-03T14:52:38.715Z] Traceback (most recent call last):
[2022-11-03T14:52:38.715Z]   File "/home/jenkins/agent/workspace/common-check/migration/cdc/tests/integration_tests/http_api/util/test_case.py", line 363, in <module>
[2022-11-03T14:52:38.715Z]     func(*sys.argv[3:])
[2022-11-03T14:52:38.715Z]   File "/home/jenkins/agent/workspace/common-check/migration/cdc/tests/integration_tests/http_api/util/test_case.py", line 243, in move_keyspan
[2022-11-03T14:52:38.715Z]     assert data["capture_id"] == new_capture_id
[2022-11-03T14:52:38.715Z] AssertionError

2. Minimal reproduce step (Required)

Send a PR.

3. What did you see instead (Required)

CI Integrated test pass.

4. What did you expect to see? (Required)

CI Integrated test failed.

5. What is your migration tool and TiKV version? (Required)

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity.