mesos git commit: Fixed a flaky test.

2017-12-14 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master bf4ac91bd -> 7c6b7d207 Fixed a flaky test. Callbacks of already invalidated instances could be called in 'ResubscribeResourceProvider' when simulating a resource provider restart. This has been resolved by not only restarting a resource

mesos git commit: Fixed a flaky test.

2017-12-05 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master bbd8381eb -> cf27a2fcf Fixed a flaky test. This fixes SlaveTest.IgnoreV0ExecutorIfItReregistersWithoutReconnect to expect the shutdown to occur at most once, since it's possible that when the test objects are being destructed, the

mesos git commit: Fixed the flaky test case `MasterAPITest.GetTasks`.

2016-07-27 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master bc2062791 -> beda6ffb7 Fixed the flaky test case `MasterAPITest.GetTasks`. This changes to wait for every `StatusUpdateAcknowledgementMessage` exactly in this test case to make sure they don't conflict each other. Review:

mesos git commit: Fixed the flaky test case `AgentAPITest.GetState`.

2016-07-18 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master 061632cb5 -> 6c628d4a3 Fixed the flaky test case `AgentAPITest.GetState`. This test case is flaky because we didn't wait for the agent receives and properly handles the ACK of `TASK_KILLED`. Then the agent may have not yet marked the task

[10/48] mesos git commit: Fixed a flaky test in disk quota tests.

2016-04-25 Thread vinodkone
Fixed a flaky test in disk quota tests. Review: https://reviews.apache.org/r/42887 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8186756c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8186756c Diff:

[2/2] mesos git commit: Fixed a flaky test in quota tests.

2016-02-10 Thread mpark
Fixed a flaky test in quota tests. The `AvailableResourcesAfterRescinding` test became flaky after we stopped offering unreserved resources beyond quota in https://reviews.apache.org/r/42835. Hence the allocator offers rescinded resources to `framework1` if an allocation happens before the test

mesos git commit: Fixed a flaky test in disk quota tests.

2016-01-27 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master 46956319d -> 8f75d3bb8 Fixed a flaky test in disk quota tests. Review: https://reviews.apache.org/r/42887 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8f75d3bb

mesos git commit: Fixed the flaky test SlaveTest.TaskLaunchContainerizerUpdateFails.

2015-02-23 Thread jieyu
Repository: mesos Updated Branches: refs/heads/master c6f0a20f3 - 8aab0f4c4 Fixed the flaky test SlaveTest.TaskLaunchContainerizerUpdateFails. Review: https://reviews.apache.org/r/31318 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[20/20] mesos git commit: Fixed a flaky test.

2015-02-08 Thread benh
Fixed a flaky test. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3c8c382e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3c8c382e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3c8c382e Branch: