Provided in the CLI a way to submit a new waiver by result_id for backward compatibility. The CLI takes care of "translating" the result_id in subject/testcase and submit the waiver to waiverdb API.
In the previous changeset (the other PR that is already merged), we already removed the result_id from the server side.
result_id
If you supply this result_id argument to the server now.. will it fail? Or silently be ignored?
Nice job consolidating this!
:+1: adding lots of new tests. Good stuff.
:+1:
Pull-Request has been merged by ralph
:+1: but are we changing tack here before we merge this?
Provided in the CLI a way to submit a new waiver by result_id for
backward compatibility.
The CLI takes care of "translating" the result_id in subject/testcase
and submit the waiver to waiverdb API.