We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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
the max task number is equal to the defined number 100.
set the task.maxNum: 100 create 103 tasks
No response
Creating a task will be failed if the task number is larger than 101. So I guess the boundary is not set correctly.
The text was updated successfully, but these errors were encountered:
see https://github.com/zilliztech/milvus-cdc/actions/runs/4674970445/jobs/8279623700?pr=10
Sorry, something went wrong.
From the test result, it seems to be fixed
SimFG
No branches or pull requests
Current Behavior
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.
The text was updated successfully, but these errors were encountered: