#303: depcheck: error: Incorrect number of arguments ----------------------+----------------------------------------------------- Reporter: kparal | Owner: tflink Type: defect | Status: assigned Priority: critical | Milestone: 0.4.7 Component: tests | Resolution: Keywords: | ----------------------+----------------------------------------------------- Comment (by tflink):
This looks to happen whenever we get a job that is completely accepted builds. ATM, depcheck needs to have at least one build to test or it will crash.
In my mind, the q-n-d fix for this would be to have depcheck run without a non-zero exit code when it doesn't get any builds to test.
The better fix would probably be to not schedule depcheck runs when there are no builds to test (i.e. when all the builds are accepted).