Description
The following new tests are failing on Windows:
[ 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
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).