-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazify cloud request engine properties #25
Lazify cloud request engine properties #25
Conversation
We also need to verify a couple more scenarios with unit/integration tests. Please use mocking/injection techniques to write these tests. We need to simulate the failing cloud call (a call to cloud.51degrees.com)
|
...c/main/java/fiftyone/pipeline/cloudrequestengine/flowelements/CloudRequestEngineDefault.java
Show resolved
Hide resolved
...c/main/java/fiftyone/pipeline/cloudrequestengine/flowelements/CloudRequestEngineDefault.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a couple changes in code (to prevent race conditions) + a couple unhappy path scenario tests need to be added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a couple more amendments to the tests would be nice
...src/test/java/fiftyone/pipeline/cloudrequestengine/flowelements/CloudRequestEngineTests.java
Show resolved
Hide resolved
...src/test/java/fiftyone/pipeline/cloudrequestengine/flowelements/CloudRequestEngineTests.java
Outdated
Show resolved
Hide resolved
- Adjust unit tests
- Cleanup unit tests
No description provided.