-
Notifications
You must be signed in to change notification settings - Fork 27
Todo List
Jiaqi Chen edited this page Aug 3, 2016
·
2 revisions
- [Done]
Organize the web service Java stub jar generating with CXF into a gradle dependency for other parts of builds (probably as a dependent gradle sub project). - Make sure to be compatible with Amazon EC2 API Tools.
- [Done]
Persistence of mock objects for recovering after service restarts. - [Done]
Clean up terminated mock instances after a pre-defined period (as genuine EC2 does). - [Done]
Write an error xml response for all those unimplemented actions (in MockEC2QueryHandler.writeReponse). - [Done]
Improve the exception handling. - Add configurable percentage of failure on request processing. (e.g. 1% of runInstance requests receive error responses saying "fail to run new instance".)