You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Bob Dionne (JIRA)" <ji...@apache.org> on 2009/01/16 13:25:01 UTC

[jira] Created: (COUCHDB-212) tests fail running standalone with runner

tests fail running standalone with runner
-----------------------------------------

                 Key: COUCHDB-212
                 URL: https://issues.apache.org/jira/browse/COUCHDB-212
             Project: CouchDB
          Issue Type: Improvement
          Components: Infrastructure
         Environment: OS X
            Reporter: Bob Dionne
            Priority: Trivial


some of the urls in the tests are encoded to escape slashes. This causes the curl library to return 301 error codes and dbs fail to open, etc..

tweaked couch_js.c to add CURLOPT_FOLLOWLOCATION

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-212) tests fail running standalone with runner

Posted by "Bob Dionne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Dionne updated COUCHDB-212:
-------------------------------

    Attachment: couch_js.c.diff

added followlocation option to handle 301s

> tests fail running standalone with runner
> -----------------------------------------
>
>                 Key: COUCHDB-212
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-212
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Infrastructure
>         Environment: OS X
>            Reporter: Bob Dionne
>            Priority: Trivial
>         Attachments: couch_js.c.diff
>
>
> some of the urls in the tests are encoded to escape slashes. This causes the curl library to return 301 error codes and dbs fail to open, etc..
> tweaked couch_js.c to add CURLOPT_FOLLOWLOCATION

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (COUCHDB-212) tests fail running standalone with runner

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-212.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9

Applied in r737335. Thanks Bob.

> tests fail running standalone with runner
> -----------------------------------------
>
>                 Key: COUCHDB-212
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-212
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Infrastructure
>         Environment: OS X
>            Reporter: Bob Dionne
>            Priority: Trivial
>             Fix For: 0.9
>
>         Attachments: couch_js.c.diff, couch_js.c.diff
>
>
> some of the urls in the tests are encoded to escape slashes. This causes the curl library to return 301 error codes and dbs fail to open, etc..
> tweaked couch_js.c to add CURLOPT_FOLLOWLOCATION

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-212) tests fail running standalone with runner

Posted by "Bob Dionne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Dionne updated COUCHDB-212:
-------------------------------

    Attachment: couch_js.c.diff

PUT requests now require file size be sent to couchdb for the new streaming stuff

> tests fail running standalone with runner
> -----------------------------------------
>
>                 Key: COUCHDB-212
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-212
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Infrastructure
>         Environment: OS X
>            Reporter: Bob Dionne
>            Priority: Trivial
>         Attachments: couch_js.c.diff, couch_js.c.diff
>
>
> some of the urls in the tests are encoded to escape slashes. This causes the curl library to return 301 error codes and dbs fail to open, etc..
> tweaked couch_js.c to add CURLOPT_FOLLOWLOCATION

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.