You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Paul Brett (JIRA)" <ji...@apache.org> on 2015/05/23 00:54:17 UTC

[jira] [Created] (MESOS-2765) Multiple PortMappingIsolatorTests broken

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)