[4/5] mesos git commit: Fixed two slave recovery tests.

2018-02-12 Thread bmahler
Fixed two slave recovery tests. These two tests are affected by the lingering executor fix (#65109). We should wait to make sure tasks are actually launched on the executor before trigger the agent failover. Otherwise, the container will be shutdown upon re-registration because the executor has

[4/5] mesos git commit: Fixed two slave recovery tests.

2018-02-12 Thread bmahler
Fixed two slave recovery tests. These two tests are affected by the lingering executor fix (#65109). We should wait to make sure tasks are actually launched on the executor before trigger the agent failover. Otherwise, the container will be shutdown upon re-registration because the executor has

mesos git commit: Fixed two slave recovery tests.

2018-02-08 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master a018cf33d -> 97d505e5c Fixed two slave recovery tests. These two tests are affected by the lingering executor fix (#65109). We should wait to make sure tasks are actually launched on the executor before trigger the agent failover.