server icon indicating copy to clipboard operation
server copied to clipboard

When rule splitting is enabled, benchmark sending fails

Open s3inlc opened this issue 3 years ago • 0 comments

When rule splitting is enabled and a benchmark is sent which would cause it to do rule splitting, it creates an exception stating that new File() does not get enough arguments in TaskUtils on line 863.

The issue is that in such a case the agents would get stuck looping, always redo the benchmark, try to send the result and fail because of an internal server error from the server.

This issue is obsolete when issue #705 is completed.

s3inlc avatar Aug 24 '22 14:08 s3inlc