在哪里可以找到有关特定CouchDB测试错误的更多信息?

在哪里可以找到有关特定CouchDB测试错误的更多信息?,couchdb,couchdb-futon,Couchdb,Couchdb Futon,我在futon测试套件的附件和附件路径上发现错误,似乎找不到任何关于潜在原因的信息。有什么想法吗?我将粘贴下面的错误,以防万一 附件错误: Assertion failed: binAttDoc2._attachments["foo2.txt"].content_type == "text/plain;charset=utf-8" Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain;charset=utf-

我在futon测试套件的附件和附件路径上发现错误,似乎找不到任何关于潜在原因的信息。有什么想法吗?我将粘贴下面的错误,以防万一

附件错误:

Assertion failed: binAttDoc2._attachments["foo2.txt"].content_type == "text/plain;charset=utf-8"
Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain;charset=utf-8"
Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain;charset=utf-8"
Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain;charset=utf-8"
Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain;charset=utf-8"
Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain;charset=utf-8"
Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain;charset=utf-8"
附件\u路径错误:

Assertion failed: binAttDoc._attachments["foo/bar2.txt"].content_type == "text/plain;charset=utf-8"
Assertion failed: binAttDoc._attachments["foo/bar2.txt"].content_type == "text/plain;charset=utf-8"
Assertion failed: binAttDoc._attachments["foo/bar2.txt"].content_type == "text/plain;charset=utf-8"
Assertion failed: binAttDoc._attachments["foo/bar2.txt"].content_type == "text/plain;charset=utf-8"

您最好将这些内容发布到CouchDB@user列表,或者在IRC上询问。由于浏览器JS实现中的特性,有时还有bug,测试套件失败通常与CouchDB无关

我通常从隐私模式运行测试套件,以确保缓存、cookie、登录等不会污染每次测试运行

一旦主要测试完成,我将手动重新运行所有故障


上面报告的错误看起来很像浏览器中运行了某种形式的JSON prettyprinter,它向CouchDB发送的头集与通常预期的不同。

是的,它似乎与浏览器相关。这是镀铬的。我试了FF4,所有的东西都通过了飞行的颜色。我仍然对这一切耿耿于怀,但你的回答非常有助于我找到寻求进一步帮助的地方。谢谢同样的结果,在firefox(osx、firefox 18.02、couchdb 1.2.1)中运行测试,并且AllPass、safari和chrome都失败了。