You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/04/19 15:28:08 UTC

[couchdb] branch debug-chttpd-test-error updated (518ae9c -> 9f41f32)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch debug-chttpd-test-error
in repository https://gitbox.apache.org/repos/asf/couchdb.git.

  discards  518ae9c   Try and capture logs for chttpd test failures
       new  9f41f32   Try and capture logs for chttpd test failures

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (518ae9c)
            \
             N -- N -- N   refs/heads/debug-chttpd-test-error (9f41f32)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb] 01/01: Try and capture logs for chttpd test failures

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch debug-chttpd-test-error
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 9f41f3283872ce5959d24295c61feb54345eef5c
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Apr 19 09:25:20 2017 -0500

    Try and capture logs for chttpd test failures
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index f0f7126..9a37643 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ before_install:
 before_script: ./configure -c --disable-docs --disable-fauxton
 script:
    - make check
+after_failure: cat src/chttpd/.eunit/couch.log
 language: erlang
 otp_release:
    - 18.1

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.