You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Benoit Chesneau (JIRA)" <ji...@apache.org> on 2011/01/01 13:48:45 UTC

[jira] Created: (COUCHDB-1002) js replication test fail

js replication test fail
------------------------

                 Key: COUCHDB-1002
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
             Project: CouchDB
          Issue Type: Bug
          Components: HTTP Interface
    Affects Versions: 1.2
            Reporter: Benoit Chesneau
            Assignee: Benoit Chesneau


replication test fail with :

{"error":"unknown","reason":""}



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


[jira] Commented: (COUCHDB-1002) js replication test fail

Posted by "Filipe Manana (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976396#action_12976396 ] 

Filipe Manana commented on COUCHDB-1002:
----------------------------------------

I confirm.
To me it happens only in Firefox 3, but not always. In Chromium never seems to happen.

If fails either at:
https://github.com/apache/couchdb/blob/trunk/share/www/script/test/replication.js#L487

or at:

https://github.com/apache/couchdb/blob/trunk/share/www/script/test/replication.js#L497

Firefox console shows a 400 error related to that PUT request, however couch.log shows absolutely nothing (no 400 error reply, no stack traces).  Also, adding a firebug breakpoint on those two lines and stepping over doesn't reproduce the issue. Seems like some browser specific timing issue.

> js replication test fail
> ------------------------
>
>                 Key: COUCHDB-1002
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>
> replication test fail with :
> {"error":"unknown","reason":""}

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


[jira] [Resolved] (COUCHDB-1002) js replication test fail

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

Benoit Chesneau resolved COUCHDB-1002.
--------------------------------------

    Resolution: Fixed

fixed in trunk

> js replication test fail
> ------------------------
>
>                 Key: COUCHDB-1002
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>
> replication test fail with :
> {"error":"unknown","reason":""}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (COUCHDB-1002) js replication test fail

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

Benoit Chesneau reopened COUCHDB-1002:
--------------------------------------


reopening since rneswon@ think problem is other. Also i wonder if the problem isn't due to we now use 2 different fds for a db.



> js replication test fail
> ------------------------
>
>                 Key: COUCHDB-1002
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>
> replication test fail with :
> {"error":"unknown","reason":""}

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


[jira] Resolved: (COUCHDB-1002) js replication test fail

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

Benoit Chesneau resolved COUCHDB-1002.
--------------------------------------

    Resolution: Fixed

fixed :

http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/test/replication.js?rev=1054234&r1=1054233&r2=1054234&view=diff

> js replication test fail
> ------------------------
>
>                 Key: COUCHDB-1002
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>
> replication test fail with :
> {"error":"unknown","reason":""}

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


[jira] Commented: (COUCHDB-1002) js replication test fail

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980701#action_12980701 ] 

Benoit Chesneau commented on COUCHDB-1002:
------------------------------------------

so far no news since comment. Closing this issue then, patch is in trunk since.

> js replication test fail
> ------------------------
>
>                 Key: COUCHDB-1002
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>
> replication test fail with :
> {"error":"unknown","reason":""}

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


[jira] Commented: (COUCHDB-1002) js replication test fail

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976397#action_12976397 ] 

Benoit Chesneau commented on COUCHDB-1002:
------------------------------------------

Apparaently it appears on #L497. Tested on ff3.6 indeed.

> js replication test fail
> ------------------------
>
>                 Key: COUCHDB-1002
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>
> replication test fail with :
> {"error":"unknown","reason":""}

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


[jira] Commented: (COUCHDB-1002) js replication test fail

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976399#action_12976399 ] 

Benoit Chesneau commented on COUCHDB-1002:
------------------------------------------

I was wrong. The failure appear on second loop for this db pair:

{source:"test_suite_filtered_rep_db_a",
      target:CouchDB.protocol + host + "/test_suite_filtered_rep_db_b"},
    {source:CouchDB.protocol + host + "/test_suite_filtered_rep_db_a",


 foo4 doc isn't created (most of the time) with 400 status. No log in couchdb.

- benoƮt


	


> js replication test fail
> ------------------------
>
>                 Key: COUCHDB-1002
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1002
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>
> replication test fail with :
> {"error":"unknown","reason":""}

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