janl / couchdbx-core

Package a CouchDB installation on Mac OS X with any Erlang and CouchDB version
89 stars 12 forks source link

5 test failures with 0.9.1-R13B-pl2 #3

Closed cloudwork closed 14 years ago

cloudwork commented 15 years ago

downloaded couchdbx run test suite in futon twice [for good measure]

1) view_conflicts Assertion failed: results.rows[0].value[0] == conflictRev

2) replication Exception raised: {"line":340,"sourceId":375367648,"sourceURL":"http://127.0.0.1:5984/_utils/script/couch.js?0.9.0","code":101,"message":"NETWORK_ERR: XMLHttpRequest Exception 101","name":"NETWORK_ERR","ABORT_ERR":102,"NETWORK_ERR":101}

3) etags_head
Exception raised: {"line":340,"sourceId":375367648,"sourceURL":"http://127.0.0.1:5984/_utils/script/couch.js?0.9.0","code":101,"message":"NETWORK_ERR: XMLHttpRequest Exception 101","name":"NETWORK_ERR","ABORT_ERR":102,"NETWORK_ERR":101}

4) security_validation Exception raised: {"line":340,"sourceId":375367648,"sourceURL":"http://127.0.0.1:5984/_utils/script/couch.js?0.9.0","code":101,"message":"NETWORK_ERR: XMLHttpRequest Exception 101","name":"NETWORK_ERR","ABORT_ERR":102,"NETWORK_ERR":101}

5) rev_stemming Exception raised: {"line":340,"sourceId":375367648,"sourceURL":"http://127.0.0.1:5984/_utils/script/couch.js?0.9.0","code":101,"message":"NETWORK_ERR: XMLHttpRequest Exception 101","name":"NETWORK_ERR","ABORT_ERR":102,"NETWORK_ERR":101}

CodeSturgeon commented 15 years ago

I just tried to replicate. I got the same result for 2-5. view_conflicts (1) did passed in my case. However 'stats' failed with exception:
{"line":340,"sourceId":380378880,"sourceURL":"http://127.0.0.1:5984/_utils/script/couch.js?0.9.0","code":101,"message":"NETWORK_ERR: XMLHttpRequest Exception 101","name":"NETWORK_ERR","ABORT_ERR":102,"NETWORK_ERR":101}

janl commented 14 years ago

The tests run only(!) in a separate browser and that browser needs to be Firefox. This is a limitation of the test suite / webkit combination, nothing CouchDBX can do anything about.