[
https://issues.apache.org/jira/browse/MESOS-8618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16459442#comment-16459442
]
Yan Xu commented on MESOS-8618:
-------------------------------
{noformat:title=}
commit 1c6d9e5e6d7439444c77d6c91b18642f69557dfe
Author: Jiang Yan Xu <[email protected]>
Date: Mon Apr 23 14:59:44 2018 -0700
Fixed flaky ReconciliationTest.ReconcileStatusUpdateTaskState.
To simulate a master failover we need to use `replicated_log` as the
registry otherwise the master loses persisted info about the agents.
Review: https://reviews.apache.org/r/66769
{noformat}
> ReconciliationTest.ReconcileStatusUpdateTaskState is flaky.
> -----------------------------------------------------------
>
> Key: MESOS-8618
> URL: https://issues.apache.org/jira/browse/MESOS-8618
> Project: Mesos
> Issue Type: Bug
> Components: test
> Environment: ec Debian 9 with SSL
> Reporter: Alexander Rukletsov
> Assignee: Yan Xu
> Priority: Major
> Labels: flaky-test
> Fix For: 1.6.0
>
> Attachments:
> ReconciliationTest.ReconcileStatusUpdateTaskState-badrun.txt
>
>
> {noformat}
> ../../src/tests/reconciliation_tests.cpp:1129
> Expected: TASK_RUNNING
> To be equal to: update->state()
> Which is: TASK_FINISHED
> {noformat}
> {noformat}
> ../../src/tests/reconciliation_tests.cpp:1130: Failure
> Expected: TaskStatus::REASON_RECONCILIATION
> Which is: 9
> To be equal to: update->reason()
> Which is: 32
> {noformat}
> Full log attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)