We're doing a lot of automated testing for our workflows. One thing I've been using was to explicitely delete reservations for a workflow that I had intentionally fail. To do that, I'm using the REST API /workflows/{workflow_uuid}/jobs/{job_id}/reservation DELETE call which has been working fine in WFA 4.1.
However, in WFA 4.2 I still get a 200 OK but the reservations are not cleared. I've tried it both with our scripts that've been working fine before the upgrade and also through the Swagger "Try it out!" feature, same result.
@netapp: could you verify and/or acknowledge this as a bug?