You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Andrew Schwartzmeyer (JIRA)" <ji...@apache.org> on 2017/12/09 01:35:00 UTC

[jira] [Created] (MESOS-8318) OfferOperationStatusUpdateManagerTest tests fail on Windows

Andrew Schwartzmeyer created MESOS-8318:
-------------------------------------------

             Summary: OfferOperationStatusUpdateManagerTest tests fail on Windows
                 Key: MESOS-8318
                 URL: https://issues.apache.org/jira/browse/MESOS-8318
             Project: Mesos
          Issue Type: Bug
         Environment: Windows 10
            Reporter: Andrew Schwartzmeyer


The following new tests are failing on Windows:

{noformat}
[  FAILED  ] 10 tests, listed below:
[  FAILED  ] OfferOperationStatusUpdateManagerTest.UpdateAndAckNonTerminalUpdate
[  FAILED  ] OfferOperationStatusUpdateManagerTest.RecoverCheckpointedStream
[  FAILED  ] OfferOperationStatusUpdateManagerTest.RecoverEmptyFile
[  FAILED  ] OfferOperationStatusUpdateManagerTest.RecoverTerminatedStream
[  FAILED  ] OfferOperationStatusUpdateManagerTest.IgnoreDuplicateUpdate
[  FAILED  ] OfferOperationStatusUpdateManagerTest.IgnoreDuplicateUpdateAfterRecover
[  FAILED  ] OfferOperationStatusUpdateManagerTest.RejectDuplicateAck
[  FAILED  ] OfferOperationStatusUpdateManagerTest.RejectDuplicateAckAfterRecover
[  FAILED  ] OfferOperationStatusUpdateManagerTest.NonStrictRecoveryCorruptedFile
[  FAILED  ] SlaveTest.ResourceProviderPublishAll
{noformat}

Looks like it's an issue with deleting a file that a process still has open handles too (this is valid on Linux, but not on Windows).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)