Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
Currently, we don't yet have extensive Fault-Tolerance/Partition/Reconciliation tests for the HTTP V1 API. The one's in tests/fault_tolerance_tests.cpp, tests/partition_tests.cpp, tests/reconciliation_tests.cpp only test the old PID based workflow.
We need to build the functionality for testing the new V1 API. We should be able to use the callback based testing interface from MESOS-3339 and we can implement 3 new test files like tests/fault_tolerance_http_tests.cpp etc.
Attachments
Issue Links
- is blocked by
-
MESOS-3339 Implement filtering mechanism for (Scheduler API Events) Testing
- Resolved
-
MESOS-4629 Implement fault tolerance tests for the HTTP Scheduler API.
- Resolved
-
MESOS-4630 Implement partition tests for the HTTP Scheduler API.
- Accepted