Gentoo Linux Erlang R16B03-1
FreeBSD 9 Erlang R15B02
FreeBSD 10 Eralng R16B02
Spidermonkey 1.8.5

Sigs ok, all test had passed except 231-cors.t as Jan reported
yesterday with the next log:

test/etap/231-cors.t ..
test/etap/231-cors.t:257: Warning: function
test_if_none_match_header/0 is unused
test/etap/231-cors.t:432: Warning: variable 'Else' is unused
# Current time local 2014-04-15 15:42:47
# Using etap version "0.3.4"
1..28
Apache CouchDB 0.0.0 (LogLevel=info) is starting.

=INFO REPORT==== 15-Apr-2014::15:42:47 ===
    application: ibrowse
    exited: {{shutdown,
                 {failed_to_start_child,ibrowse,{already_started,<0.33.0>}}},
             {ibrowse_app,start,[normal,[]]}}
    type: temporary
Apache CouchDB has started. Time to relax.
[info] [<0.2.0>] Apache CouchDB has started on http://127.0.0.1:1107/
[info] [<0.69.0>] 127.0.0.1 - - GET / 200
ok 1  - No CORS Headers when disabled
[info] [<0.70.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 2  - No CORS Headers when disabled
[info] [<0.71.0>] 127.0.0.1 - - GET / 200
ok 3  - Specified invalid origin, no Access
[info] [<0.72.0>] 127.0.0.1 - - OPTIONS / 405
ok 4  - invalid origin
[info] [<0.73.0>] 127.0.0.1 - - OPTIONS / 204
ok 5  - test_preflight_request Access-Control-Allow-Methods ok
[info] [<0.74.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 6  - db Access-Control-Allow-Origin ok
ok 7  - db Access-Control-Expose-Headers ok
[info] [<0.75.0>] 127.0.0.1 - - PUT /etap-test-db/doc1/attachment.txt 201
[info] [<0.76.0>] 127.0.0.1 - - GET /etap-test-db/doc1?attachments=true 200
ok 8  - Response without errors
[info] [<0.77.0>] 127.0.0.1 - - PUT /etap-test-db/doc2/attachment.bin 201
[info] [<0.78.0>] 127.0.0.1 - - GET /etap-test-db/doc2/attachment.bin 206
ok 9  - Response without errors
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS /etap-test-db 204
ok 10  - db Access-Control-Allow-Methods ok
[info] [<0.69.0>] 127.0.0.1 - - GET /etap-test-db1 200
ok 11  - db origin ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 405
ok 12  - check non defined host:port in origin ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 405
ok 13  - check non defined scheme in origin ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 204
ok 14  - check host:port in origin ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 204
ok 15  - check scheme in origin ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 204
ok 16  - db origin ok
[info] [<0.69.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 17  - db access config case mismatch
[info] [<0.69.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 18  - db Access-Control-Allow-Credentials off
[info] [<0.69.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 19  - db Access-Control-Allow-Credentials ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 204
ok 20  - test_preflight_request Access-Control-Allow-Methods ok
[info] [<0.69.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 21  - db Access-Control-Allow-Origin ok
ok 22  - db Access-Control-Expose-Headers ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS /etap-test-db 204
ok 23  - db Access-Control-Allow-Methods ok
[info] [<0.69.0>] 127.0.0.1 - - GET /etap-test-db1 200
ok 24  - db origin ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 405
ok 25  - check non defined host:port in origin ok
[info] [<0.69.0>] 127.0.0.1 - - OPTIONS / 405
Failed 3/28 subtests

Test Summary Report
-------------------
test/etap/231-cors.t (Wstat: 0 Tests: 25 Failed: 0)
  Parse errors: Bad plan.  You planned 28 tests but ran 25.
Files=1, Tests=25,  2 wallclock secs ( 0.03 usr  0.00 sys +  0.35 cusr
 0.07 csys =  0.45 CPU)
Result: FAIL
[~/tmp/apache-couchdb-1.6.0]$ ./test/etap/run -v test/etap/231-cors.t
test/etap/231-cors.t ..
test/etap/231-cors.t:257: Warning: function
test_if_none_match_header/0 is unused
test/etap/231-cors.t:432: Warning: variable 'Else' is unused
# Current time local 2014-04-15 15:43:04
# Using etap version "0.3.4"
1..28
Apache CouchDB 0.0.0 (LogLevel=info) is starting.

=INFO REPORT==== 15-Apr-2014::15:43:04 ===
    application: ibrowse
    exited: {{shutdown,
                 {failed_to_start_child,ibrowse,{already_started,<0.33.0>}}},
             {ibrowse_app,start,[normal,[]]}}
    type: temporary
Apache CouchDB has started. Time to relax.
[info] [<0.2.0>] Apache CouchDB has started on http://127.0.0.1:24300/
[info] [<0.68.0>] 127.0.0.1 - - GET / 200
ok 1  - No CORS Headers when disabled
[info] [<0.69.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 2  - No CORS Headers when disabled
[info] [<0.70.0>] 127.0.0.1 - - GET / 200
ok 3  - Specified invalid origin, no Access
[info] [<0.71.0>] 127.0.0.1 - - OPTIONS / 405
ok 4  - invalid origin
[info] [<0.72.0>] 127.0.0.1 - - OPTIONS / 204
ok 5  - test_preflight_request Access-Control-Allow-Methods ok
[info] [<0.73.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 6  - db Access-Control-Allow-Origin ok
ok 7  - db Access-Control-Expose-Headers ok
[info] [<0.74.0>] 127.0.0.1 - - PUT /etap-test-db/doc1/attachment.txt 201
[info] [<0.75.0>] 127.0.0.1 - - GET /etap-test-db/doc1?attachments=true 200
ok 8  - Response without errors
[info] [<0.76.0>] 127.0.0.1 - - PUT /etap-test-db/doc2/attachment.bin 201
[info] [<0.77.0>] 127.0.0.1 - - GET /etap-test-db/doc2/attachment.bin 206
ok 9  - Response without errors
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS /etap-test-db 204
ok 10  - db Access-Control-Allow-Methods ok
[info] [<0.68.0>] 127.0.0.1 - - GET /etap-test-db1 200
ok 11  - db origin ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 405
ok 12  - check non defined host:port in origin ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 405
ok 13  - check non defined scheme in origin ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 204
ok 14  - check host:port in origin ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 204
ok 15  - check scheme in origin ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 204
ok 16  - db origin ok
[info] [<0.68.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 17  - db access config case mismatch
[info] [<0.68.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 18  - db Access-Control-Allow-Credentials off
[info] [<0.68.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 19  - db Access-Control-Allow-Credentials ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 204
ok 20  - test_preflight_request Access-Control-Allow-Methods ok
[info] [<0.68.0>] 127.0.0.1 - - GET /etap-test-db 200
ok 21  - db Access-Control-Allow-Origin ok
ok 22  - db Access-Control-Expose-Headers ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS /etap-test-db 204
ok 23  - db Access-Control-Allow-Methods ok
[info] [<0.68.0>] 127.0.0.1 - - GET /etap-test-db1 200
ok 24  - db origin ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 405
ok 25  - check non defined host:port in origin ok
[info] [<0.68.0>] 127.0.0.1 - - OPTIONS / 405
Failed 3/28 subtests

Test Summary Report
-------------------
test/etap/231-cors.t (Wstat: 0 Tests: 25 Failed: 0)
  Parse errors: Bad plan.  You planned 28 tests but ran 25.
Files=1, Tests=25,  2 wallclock secs ( 0.03 usr  0.01 sys +  0.44 cusr
 0.06 csys =  0.54 CPU)
Result: FAIL


--
,,,^..^,,,


On Tue, Apr 15, 2014 at 3:06 PM, Dirkjan Ochtman <dirk...@ochtman.nl> wrote:
> Dear community,
>
> I would like to release Apache CouchDB 1.6.0-rc.2.
>
> Changes since last round:
>
>  * 
> https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=shortlog;h=refs/heads/1.6.x
>
> We encourage the whole community to download and test these release
> artefacts so that any critical issues can be resolved before the
> release is made. Everyone is free to vote on this release, so get
> stuck in!
>
> The release artefacts we are voting on are available here:
>
>     wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.6.0/rc.2/apache-couchdb-1.6.0.tar.gz
>     wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.6.0/rc.2/apache-couchdb-1.6.0.tar.gz.asc
>     wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.6.0/rc.2/apache-couchdb-1.6.0.tar.gz.ish
>     wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.6.0/rc.2/apache-couchdb-1.6.0.tar.gz.md5
>     wget 
> https://dist.apache.org/repos/dist/dev/couchdb/source/1.6.0/rc.2/apache-couchdb-1.6.0.tar.gz.sha
>
> Please follow the test procedure here:
>
>     http://wiki.apache.org/couchdb/Test_procedure
>
> Please remember that "rc.2" is an annotation. If the vote passes,
> these artefacts will be released as Apache CouchDB 1.6.0.
>
> Please cast your votes now.
>
> Thanks,
>
> Dirkjan

Reply via email to