-
Task
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
2
-
M
Our ITs are currently run against Optimize in platform mode. We should investigate how we can also run tests against Optimize in Cloud mode. While the whole test suite would be redundant to run in every single mode (at least on branch builds), it would still be useful to test behaviour where functionality deviates between modes.
Hints:
- User fetching is a large deviation point
- A lot of cloud classes implement simple interfaces, so there is some opportunity to skip. For example, authorization doesn't really exist so testing might not be necessary
- We might be able to test authentication by mocking IAM
Justification:
Removes our significant cloud testing blind spots to reduce the chance of bugs in our cloud offering.