Paul Brett created MESOS-2765: --------------------------------- Summary: Multiple PortMappingIsolatorTests broken Key: MESOS-2765 URL: https://issues.apache.org/jira/browse/MESOS-2765 Project: Mesos Issue Type: Bug Reporter: Paul Brett
The following PortMappingIsolatorTests have an issue due to multiple writers to a single status file which can cause false positive test results. ROOT_ContainerToContainerTCP ROOT_ContainerToContainerUDP ROOT_HostToContainerTCP ROOT_HostToContainerUDP The issue is due to a single output file (e.g. trafficViaLoopback) being written by two separate processes simultaneously. Using independent output files would eliminate the race condition. -- This message was sent by Atlassian JIRA (v6.3.4#6332)