Skip to content
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

[Bug]: The max task num is not same as defined in config and it would be one more than the number defined #11

Closed
zhuwenxing opened this issue Apr 12, 2023 · 2 comments
Assignees

Comments

@zhuwenxing
Copy link
Collaborator

Current Behavior

[2023-04-12 13:17:51 - INFO - ci_test]: num_tasks: 101 (test_cdc_create.py:364)
FAILED
testcases/test_cdc_create.py:314 (TestCDCCreate.test_cdc_for_cdc_task_large_than_max_num)
101 != 100

Expected Behavior

the max task number is equal to the defined number 100.

Steps To Reproduce

set the task.maxNum: 100
create 103 tasks

Environment

No response

Anything else?

Creating a task will be failed if the task number is larger than 101. So I guess the boundary is not set correctly.

@zhuwenxing
Copy link
Collaborator Author

see https://github.com/zilliztech/milvus-cdc/actions/runs/4674970445/jobs/8279623700?pr=10
image

@SimFG
Copy link
Collaborator

SimFG commented Apr 12, 2023

From the test result, it seems to be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants