Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66AFC18785 for ; Wed, 14 Oct 2015 00:25:05 +0000 (UTC) Received: (qmail 68649 invoked by uid 500); 14 Oct 2015 00:25:05 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 68626 invoked by uid 500); 14 Oct 2015 00:25:05 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 68616 invoked by uid 99); 14 Oct 2015 00:25:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 00:25:05 +0000 Date: Wed, 14 Oct 2015 00:25:05 +0000 (UTC) From: "Anand Mazumdar (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-3726) RegistryClientTest.SimpleGetBlob is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Anand Mazumdar created MESOS-3726: ------------------------------------- Summary: RegistryClientTest.SimpleGetBlob is flaky Key: MESOS-3726 URL: https://issues.apache.org/jira/browse/MESOS-3726 Project: Mesos Issue Type: Bug Components: containerization Reporter: Anand Mazumdar Showed up on ASF CI: https://builds.apache.org/job/Mesos/910/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos:7,label_exp=docker%7C%7CHadoop/console {code} [ RUN ] RegistryClientTest.SimpleGetBlob ../../src/tests/containerizer/provisioner_docker_tests.cpp:585: Failure (socket).failure(): Failed accept: connection error: Connection reset by peer [ FAILED ] RegistryClientTest.SimpleGetBlob (10 ms) {code} Logs from a good run: https://builds.apache.org/job/Mesos/919/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos:7,label_exp=docker%7C%7CHadoop/consoleFull {code} [ RUN ] RegistryClientTest.SimpleGetBlob I1013 01:42:08.282057 31645 registry_client.cpp:262] Response status: 401 Unauthorized I1013 01:42:08.294426 31646 registry_client.cpp:262] Response status: 307 Temporary Redirect I1013 01:42:08.300989 31647 registry_client.cpp:262] Response status: 200 OK [ OK ] RegistryClientTest.SimpleGetBlob (29 ms) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)