Skip to content

Update ExecutorProvider interface signature

Steve Xuereb requested to merge remove-error-from-executor-prodiver into master

What does this MR do?

Update ExecutorProvider interface signature

Why was this MR needed?

Update the Release signature of the ExecutorProvider interface. Returning an error when releasing a resource is not actionable, and all of the implementations of ExecutorProvider do not return an error.

This came up in a discussion from !1134 (comment 134130017)

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Kamil Trzciński

Merge request reports