DevinLeamy opened a new pull request, #470:
URL: https://github.com/apache/mesos/pull/470

   ROOT_NC_ContainerToContainerTCP, ROOT_NC_ContainerToContainerUDP, 
ROOT_NC_HostToContainerUDP, ROOT_NC_HostToContainerTCP, and 
ROOT_ContainerARPExternal are missing resources in ContainerConfig, which is 
now required after one of the upstream changes switched the isolator from using 
container resources specified in ExecutorInfo to using resources in 
ContainerConfig.
   
   ROOT_NC_HostToContainerUDP is expecting nc to finish successfully when using 
invalid port. It fails with some nc implementations, e.g. Ncat from Nmap used 
by RHEL/CentOS, that return an error when they see ECONNREFUSED on a datagram 
socket.
   
   ROOT_CGROUPS_RecoverMixedContainers does unnecessary clock manipulations 
that cause recovered task termination before its executor has a chance to 
re-register. It also installs a statusUpdate mock expectations that get 
oversaturated as they don't take TASK_STARTING update into account.
   
   ROOT_CGROUPS_RecoverMixedKnownAndUnKnownOrphans checks a wrong status update 
due to a typo.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to