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)