You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2014/12/08 21:57:12 UTC

[jira] [Created] (INFRA-8825) got a bounce from git@git.apache.org after last weeks svn outage

Hoss Man created INFRA-8825:
-------------------------------

             Summary: got a bounce from git@git.apache.org after last weeks svn outage
                 Key: INFRA-8825
                 URL: https://issues.apache.org/jira/browse/INFRA-8825
             Project: Infrastructure
          Issue Type: Bug
            Reporter: Hoss Man


i recieved the following auto-reply from MAILER-DAEMON@apache.org regarding it's attempt to forward a commit email to git@git.apache.org (below)

it should be noted that the commit in question was the first one i tried after the all clear went out last week regarding the svn outage...

--------------------

Delivered-To: hossman_apache@fucit.org
Received: by 10.70.66.165 with SMTP id g5csp33342pdt; Mon, 8 Dec 2014 12:51:35
 -0800 (PST)
X-Received: by 10.66.163.129 with SMTP id yi1mr55994497pab.149.1418071895022;
 Mon, 08 Dec 2014 12:51:35 -0800 (PST)
Return-Path: <>
Received: from mail.apache.org (hermes.apache.org. [140.211.11.3]) by
 mx.google.com with SMTP id cz8si61865058pdb.40.2014.12.08.12.51.34 for
 <ho...@fucit.org>; Mon, 08 Dec 2014 12:51:34 -0800 (PST)
Received-SPF: none (google.com: mail.apache.org does not designate permitted
 sender hosts) client-ip=140.211.11.3;
Authentication-Results: mx.google.com; spf=none (google.com: mail.apache.org
 does not designate permitted sender hosts) smtp.mail=
Message-Id: <54...@mx.google.com>
Received: (qmail 79305 invoked by uid 500); 8 Dec 2014 20:51:34 -0000
Delivered-To: apmail-hossman@apache.org
Received: (qmail 79302 invoked for bounce); 8 Dec 2014 20:51:34 -0000
Date: 8 Dec 2014 20:51:34 -0000
From: MAILER-DAEMON@apache.org
To: hossman@apache.org
Subject: failure notice


Hi. This is the qmail-send program at apache.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<gi...@git.apache.org>:
54.84.58.65 does not like recipient.
Remote host said: 454 4.7.1 <gi...@git.apache.org>: Relay access denied
Giving up on 54.84.58.65.
I'm not going to try again; this message has been in the queue too long.

--- Below this line is a copy of the message.
Return-Path: <ho...@apache.org>
Received: (qmail 9697 invoked by uid 99); 5 Dec 2014 17:44:52 -0000
Received: from hades.apache.org (HELO hades.apache.org) (140.211.11.105)
    by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 17:44:51 +0000
Received: from hades.apache.org (localhost [127.0.0.1])
        by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6962FAC092E;
        Fri,  5 Dec 2014 17:44:50 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r1643372 -
 /lucene/dev/branches/lucene_solr_4_10/lucene/test-framework/src/java/org/apache/lucene/search/BaseExplanationTestCa
se.java
Date: Fri, 05 Dec 2014 17:44:50 -0000
To: commits@lucene.apache.org
From: hossman@apache.org
X-Mailer: svnmailer-1.0.9
Message-Id: <20...@hades.apache.org>

Author: hossman
Date: Fri Dec  5 17:44:50 2014
New Revision: 1643372

URL: http://svn.apache.org/r1643372
Log:
LUCENE-6042: 4x only test tweak: supress 3x codec for all tests that subclass this one -- needs docvals

Modified:
    lucene/dev/branches/lucene_solr_4_10/lucene/test-framework/src/java/org/apache/lucene/search/BaseExplanationTest
Case.java

Modified:
lucene/dev/branches/lucene_solr_4_10/lucene/test-framework/src/java/org/apache/lucene/search/BaseExplanationTestCase
.java
URL:
http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/lucene/test-framework/src/java/org/apache/lucene/s
earch/BaseExplanationTestCase.java?rev=1643372&r1=1643371&r2=1643372&view=diff
==============================================================================
---
lucene/dev/branches/lucene_solr_4_10/lucene/test-framework/src/java/org/apache/lucene/search/BaseExplanationTestCase
.java (original)
+++
lucene/dev/branches/lucene_solr_4_10/lucene/test-framework/src/java/org/apache/lucene/search/BaseExplanationTestCase
.java Fri Dec  5 17:44:50 2014
@@ -33,6 +33,7 @@ import org.apache.lucene.search.spans.Sp
 import org.apache.lucene.store.Directory;
 import org.apache.lucene.util.BytesRef;
 import org.apache.lucene.util.LuceneTestCase;
+import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
 
@@ -48,6 +49,7 @@ import org.junit.BeforeClass;
  *
  * @see "Subclasses for actual tests"
  */
+@SuppressCodecs("Lucene3x")
 public abstract class BaseExplanationTestCase extends LuceneTestCase {
   protected static IndexSearcher searcher;
   protected static IndexReader reader;






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)