EthConnector: make AdminControlled and pausable#88
Conversation
birchmd
left a comment
There was a problem hiding this comment.
This is looking pretty good to me so far!
|
Btw, the CI is failing because of the internal Github Actions issue reported there. |
| let promises = res.promise_results(); | ||
| let p = promises[1].clone(); | ||
| match p.unwrap().status() { | ||
| ExecutionStatus::Failure(_) => {} |
There was a problem hiding this comment.
I wonder if it's worth trying to check specifically the error is raised because of the pause (e.g. by checking the error message), as opposed to some other reason. Just for the sake of completeness.
There was a problem hiding this comment.
Makes sense for me! It's worth adding the same for already existing tests there
mrLSD
left a comment
There was a problem hiding this comment.
We should change PausedMask logic to enum.
|
As we internally discussed with @joshuajbouw @birchmd, we won't use |
…ora-engine into admin-controlled-and-pausable
No description provided.