[
https://issues.apache.org/jira/browse/MESOS-5457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308431#comment-15308431
]
Vinod Kone commented on MESOS-5457:
-----------------------------------
Some of the improvements that were done as part of these tests.
commit bf7162205b53114eb7367fa322951d573cbb716d
Author: Anand Mazumdar <[email protected]>
Date: Tue May 31 13:28:56 2016 -0600
Added move semantics to `Future::set`.
Review: https://reviews.apache.org/r/47989/
commit 6ce7279b2399a02f524692ff5799d637b99b38ff
Author: Anand Mazumdar <[email protected]>
Date: Tue May 31 13:28:51 2016 -0600
Added move constructor/assignment to `Try`.
Review: https://reviews.apache.org/r/47988/
commit ae53e3b9980465119cd073620c02baf6e52d5695
Author: Anand Mazumdar <[email protected]>
Date: Tue May 31 13:28:47 2016 -0600
Constrained constructible types constructor for `Result`.
This ensures that `Result` can only be created from constructible
types. This logic is similar to the one already present in `Option`.
Somehow, this constaint was never added for `Result`.
Review: https://reviews.apache.org/r/47987/
commit a6b3d1ad6f4e1b83b48ac58ba247a422fac32101
Author: Anand Mazumdar <[email protected]>
Date: Tue May 31 13:28:43 2016 -0600
Added move constructor/assignment operator to `Result`.
Added move constructor/assignment operator to \`Result\`.
Note that `Some` still makes a copy and would be fixed in
a separate patch.
Review: https://reviews.apache.org/r/47986/
> Create a small testing doc for the v1 Scheduler/Executor API
> ------------------------------------------------------------
>
> Key: MESOS-5457
> URL: https://issues.apache.org/jira/browse/MESOS-5457
> Project: Mesos
> Issue Type: Improvement
> Reporter: Anand Mazumdar
> Assignee: Jay Guo
> Labels: mesosphere
> Fix For: 1.0.0
>
>
> This is a follow up JIRA based on the comments from MESOS-3302 around testing
> the v1 Scheduler/Executor API. I created a small document that has the
> details of the manual testing done by me. The intent of this issue is to
> track all the details on this ticket rather then on the epic.
> Link to the doc:
> https://docs.google.com/document/d/1Z8_8pn-x-VYInm12_En-1oP-FxkLzpG8EgC1qQ0eDRY/edit
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)