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 22:15:17 UTC

[couchdb] branch debug-chttpd-test-error updated (c1a7480 -> b0c2db3)

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  c1a7480   Try and capture logs for chttpd test failures
       new  b0c2db3   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   (c1a7480)
            \
             N -- N -- N   refs/heads/debug-chttpd-test-error (b0c2db3)

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 b0c2db3d721ec07dfb19d9fcd9a9abeb6f196666
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 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f0f7126..a165c35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,11 +3,19 @@ before_install:
    - sudo apt-get -y install libicu-dev libmozjs185-dev pkg-config help2man libcurl4-openssl-dev
    - sudo apt-get -y install libtool automake autoconf autoconf-archive
    - sudo apt-get -y install shunit2
-before_script: ./configure -c --disable-docs --disable-fauxton
+before_script:
+   - kerl list installations
+   - ./configure -c --disable-docs --disable-fauxton
 script:
    - make check
+after_failure: cat src/chttpd/.eunit/couch.log
 language: erlang
 otp_release:
+   - 19.2
+   - 19.1
+   - 19.0
+   - 18.3
+   - 18.2
    - 18.1
    - 18.0
    - 17.5

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