Revision fea74e3dca58 () - Diff

Link to this snippet: https://friendpaste.com/3jM7jZ5qOzCuTFw10TZWX7
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Running CouchDB Test Suite

Host: 127.0.0.1
Port: 5984
Version: 0.9.0a-incubating

basics
159ms

conflicts
38ms

recreate_doc
219ms

copy_move_doc
ERROR
Exception raised: TypeError: HTTP[method] is not a function
Backtrace: ("COPY","/test_suite_db/doc_to_be_copied",[object Object])@share/server/test.js:282
()@share/server/test.js:1995
runAllTestsConsole()@share/server/test.js:2026
@share/server/test.js:2175

11ms

uuids
50ms

bulk_docs
64ms

lots_of_docs
509ms

reduce
2610ms

reduce_false
35ms

multiple_rows
70ms

large_docs
143ms

utf8
Interestingly, Spidermonkey seems not to treat this source code as utf8,
but manages to treat CouchDB's output as utf8. texts[i] is the local variable,
and doc.text is the round-tripped version.

texts[i]: 1. Ascii: hello
doc.text: 1. Ascii: hello

texts[i]: 2. Russian: На берегу пустынных волн
doc.text: 2. Russian: На берегу пустынных волн
Assertion failed: doc.text == texts[i]

texts[i]: 3. Math: ∮ E⋅da = Q, n → ∞, ∑ f(i) = ∏ g(i),
doc.text: 3. Math: ∮ E⋅da = Q, n → ∞, ∑ f(i) = ∏ g(i),
Assertion failed: doc.text == texts[i]

texts[i]: 4. Geek: STARGΛ̊TE SG-1
doc.text: 4. Geek: STARGΛ̊TE SG-1
Assertion failed: doc.text == texts[i]

texts[i]: 5. Braille: ⡌⠁⠧⠑ ⠼⠁⠒ ⡍⠜⠇⠑⠹⠰⠎ ⡣⠕⠌
doc.text: 5. Braille: ⡌⠁⠧⠑ ⠼⠁⠒ ⡍⠜⠇⠑⠹⠰⠎ ⡣⠕⠌
Assertion failed: doc.text == texts[i]
Assertion failed: rows[i].value == texts[i]
Assertion failed: rows[i].value == texts[i]
Assertion failed: rows[i].value == texts[i]
Assertion failed: rows[i].value == texts[i]
60ms

attachments
TODO fix attachment fetch problem. Skipping attachments test.
3ms

content_negotiation
TODO: curl wrapper isn't sending Accept headers (or only sends as "*/*")
Assertion failed: xhr.getResponseHeader("Content-Type") == "application/json"
11ms

design_docs
1342ms

view_collation
317ms

view_conflicts
89ms

view_errors
48ms

view_pagination
320ms

view_sandboxing
21ms

view_xml
42ms

replication
TODO fix attachment fetch problem
TODO fix attachment fetch problem
TODO fix attachment fetch problem
TODO fix attachment fetch problem
1978ms

etags_head
ERROR
Exception raised: TypeError: HTTP[method] is not a function
Backtrace: ("HEAD","/test_suite_db/1",[object Object])@share/server/test.js:282
()@share/server/test.js:2000
runAllTestsConsole()@share/server/test.js:2026
@share/server/test.js:2175

15ms

compact
TODO fix attachment fetch problem
122ms

purge
101ms

Results: 9 failures in 25 tests.

Finished