Open hyihua opened 11 months ago
After reviewing the codebase and the runner log, the issue should be related to the following code line.
I think the question now is to figure out the initial value set for expect_succeeded
(10 or 5).
The likely cause of the error can be narrowed down to the function make_many_requests
in the file civictechprojects/tests/test_view.py
, possibly in relation to the throttling mechanism.
@hyihua Hi, I'm helping with development focus for DemocarcyLab. We've created a DemocracyLab Dashboard and would like to update the status of this issue.
Thanks.
Situation: When @qchiujunhao and I are working on #1055 , one runner log shows that there exists errors in 5 test cases which leaded to the failure of the job.
Target: Correct the test cases to pass the tests.