summaryrefslogtreecommitdiff
path: root/test/elixir/test/config/skip.elixir
blob: a968334913c5bc65bed08984f0277666b2ed4cb3 (plain)
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
%{
  "AllDocsTest": [
  ],
  "AttachmentMultipartTest": [
    "manages attachments multipart requests successfully",
    "manages compressed attachments successfully"
  ],
  "AttachmentNamesTest": [
    "saves attachment names successfully"
  ],
  "AttachmentPathsTest": [
    "manages attachment paths successfully - design docs"
  ],
  "AttachmentRangesTest": [
  ],
  "AttachmentViewTest": [
    "manages attachments in views successfully"
  ],
  "AttachmentsTest": [
    "COUCHDB-809 - stubs should only require the 'stub' field",
    "empty attachments",
    "etags for attachments",
    "implicit doc creation allows creating docs with a reserved id. COUCHDB-565",
    "large attachments COUCHDB-366",
    "md5 header for attachments",
    "saves binary",
    "COUCHDB-497 - empty attachments",
    "update attachment"
  ],
  "AuthCacheTest": [
  ],
  "BasicsTest": [
  ],
  "BatchSaveTest": [
  ],
  "BulkDocsTest": [
  ],
  "ChangesAsyncTest": [
    "COUCHDB-1852",
    "continuous changes",
    "continuous filtered changes",
    "continuous filtered changes with doc ids",
    "eventsource changes",
    "eventsource heartbeat",
    "live changes",
    "longpoll changes",
    "longpoll filtered changes"
  ],
  "ChangesTest": [
    "changes filtering on design docs"
  ],
  "CoffeeTest": [
    "CoffeeScript basic functionality"
  ],
  "CompactTest": [
  ],
  "ConfigTest": [
    "Atoms, binaries, and strings suffice as whitelist sections and keys.",
    "Blacklist is functional",
    "CouchDB respects configured protocols",
    "Keys not in the whitelist may not be modified",
    "Non-2-tuples in the whitelist are ignored",
    "Non-list whitelist values allow further modification of the whitelist",
    "Non-term whitelist values allow further modification of the whitelist",
    "PORT `BUGGED` ?raw tests from config.js",
    "Reload config",
    "Server-side password hashing, and raw updates disabling that",
    "Settings can be altered with undefined whitelist allowing any change",
    "Standard config options are present"
  ],
  "CookieAuthTest": [
    "cookie auth"
  ],
  "CopyDocTest": [
    "Copy doc tests"
  ],
  "DesignDocsQueryTest": [
  ],
  "DesignDocsTest": [
    "circular commonjs dependencies",
    "commonjs require",
    "module id values are as expected"
  ],
  "DesignOptionsTest": [
    "design doc options - include_desing=false"
  ],
  "DesignPathTest": [
    "design doc path",
    "design doc path with slash in db name"
  ],
  "ErlangViewsTest": [
    "Erlang map function",
    "Erlang reduce function",
    "Erlang reduce function larger dataset"
  ],
  "EtagsHeadTest": [
  ],
  "FormSubmitTest": [
  ],
  "HelperTest": [
  ],
  "HttpTest": [
    "COUCHDB-708: newlines document names",
    "location header"
  ],
  "InvalidDocIDsTest": [
  ],
  "JsonpTest": [
  ],
  "JwtAuthTest": [
  ],
  "ListViewsTest": [
    "COUCHDB-1113",
    "HTTP header response set after getRow() called in _list function",
    "abort iteration with reduce",
    "empty list",
    "extra qs params",
    "get with query params",
    "handling _all_docs by _list functions. the result should be equal",
    "multi-key fetch with GET",
    "multi-key fetch with POST",
    "multiple languages in design docs",
    "no multi-key fetch allowed when group=false",
    "reduce with 0 rows",
    "secObj is available",
    "standard GET",
    "standard OPTIONS",
    "stop iteration",
    "the richness of the arguments",
    "too many Get Rows",
    "we can run lists and views from separate docs",
    "we do multi-key requests on lists and views in separate docs",
    "when there is a reduce present, and used",
    "when there is a reduce present, but not used",
    "with 0 rows",
    "with accept headers for HTML",
    "with include_docs and a reference to the doc"
  ],
  "LocalDocsTest": [
  ],
  "LotsOfDocsTest": [
  ],
  "MethodOverrideTest": [
  ],
  "MultipleRowsTest": [
  ],
  "ProxyAuthTest": [
    "proxy auth with secret",
    "proxy auth without secret"
  ],
  "PurgeTest": [
    "COUCHDB-1065",
    "purge documents"
  ],
  "ReaderACLTest": [
    "can't set non string reader names or roles",
    "members can query views",
    "restricted db can be read by authorized users",
    "unrestricted db can be read",
    "works with readers (backwards compat with 1.0)"
  ],
  "RecreateDocTest": [
  ],
  "ReduceBuiltinTest": [
  ],
  "ReduceFalseTest": [
  ],
  "ReduceTest": [
  ],
  "ReplicationBadIdTest": [
    "replication doc with bad rep id"
  ],
  "ReplicationTest": [
    "non-admin user on target - remote-to-remote",
    "non-admin or reader user on source - remote-to-remote",
    "unauthorized replication cancellation"
  ],
  "ReplicatorDBByDocIdTest": [
    "replicatior db by doc id"
  ],
  "RevStemmingTest": [
    "revs limit is kept after compaction"
  ],
  "RevisionTest": [
  ],
  "RewriteJSTest": [
    "Test basic js rewrites on test_rewrite_suite_db",
    "Test basic js rewrites on test_rewrite_suite_db%2Fwith_slashes",
    "early response on test_rewrite_suite_db",
    "early response on test_rewrite_suite_db%2Fwith_slashes",
    "loop on test_rewrite_suite_db",
    "loop on test_rewrite_suite_db%2Fwith_slashes",
    "path relative to server on test_rewrite_suite_db",
    "path relative to server on test_rewrite_suite_db%2Fwith_slashes",
    "requests with body preserve the query string rewrite on test_rewrite_suite_db",
    "requests with body preserve the query string rewrite on test_rewrite_suite_db%2Fwith_slashes"
  ],
  "RewriteTest": [
    "Test basic rewrites on test_rewrite_suite_db",
    "Test basic rewrites on test_rewrite_suite_db%2Fwith_slashes",
    "loop detection on test_rewrite_suite_db",
    "loop detection on test_rewrite_suite_db%2Fwith_slashes",
    "path relative to server on test_rewrite_suite_db",
    "path relative to server on test_rewrite_suite_db%2Fwith_slashes",
    "serial execution is not spuriously counted as loop on test_rewrite_suite_db",
    "serial execution is not spuriously counted as loop on test_rewrite_suite_db%2Fwith_slashes"
  ],
  "SecurityValidationTest": [
    "Author presence and user security when replicated"
  ],
  "ShowDocumentsTest": [
    "JS can't set etag",
    "accept header switching - different mime has different etag",
    "deleted docs",
    "id with slash",
    "list() compatible API",
    "list() compatible API with provides function",
    "missing design doc",
    "registering types works",
    "security object",
    "should keep next result order: chunks + return value + provided chunks + provided return value",
    "show error",
    "show fail with non-existing docid",
    "show query parameters",
    "show with doc",
    "show with doc - etags",
    "show with existing doc",
    "show with missing doc",
    "show with non-existing docid",
    "show without docid",
    "the provides mime matcher",
    "the provides mime matcher without a match"
  ],
  "UTF8Test": [
  ],
  "UUIDsTest": [
    "sequential uuids are sequential",
    "utc_id uuids are correct",
    "utc_random uuids are roughly random"
  ],
  "UpdateDocumentsTest": [
    "COUCHDB-1229 - allow slashes in doc ids for update handlers",
    "COUCHDB-648 - the code in the JSON response should be honored",
    "Insert doc with empty id",
    "base64 response",
    "bump counter",
    "doc can be created",
    "form update via application/x-www-form-urlencoded",
    "in place update",
    "update document"
  ],
  "UsersDbSecurityTest": [
    "user db security"
  ],
  "UsersDbTest": [
    "users db"
  ],
  "ViewCollationRawTest": [
  ],
  "ViewCollationTest": [
  ],
  "ViewCompactionTest": [
    "view compaction"
  ],
  "ViewConflictsTest": [
  ],
  "ViewErrorsTest": [
    "infinite loop",
    "reduce overflow error",
    "temporary view should give error message"
  ],
  "ViewIncludeDocsTest": [
    "emitted _rev controls things"
  ],
  "ViewMapTest": [
  ],
  "ViewMultiKeyAllDocsTest": [
  ],
  "ViewMultiKeyDesignTest": [
  ],
  "ViewOffsetTest": [
    "basic view offsets",
    "repeated view offsets"
  ],
  "ViewPaginationTest": [
    "aliases start_key and start_key_doc_id should work",
    "basic view pagination",
    "descending view pagination",
    "descending=false parameter should just be ignored",
    "endkey document id",
    "endkey document id, but with end_key_doc_id alias"
  ],
  "ViewSandboxingTest": [
  ],
  "ViewTest": [
  ],
  "ViewUpdateSeqTest": [
    "_all_docs update seq",
    "db info update seq",
    "view update seq"
  ],
  "WithQuorumTest": [
    "Attachments overriden quorum should return 202-Acepted",
    "Attachments should return 201-Created",
    "Bulk docs overriden quorum should return 202-Acepted",
    "Creating-Updating/Deleting doc with overriden quorum should return 202-Acepted/200-OK",
    "Creating/Deleting DB should return 201-Created/202-Acepted"
  ],
  "WithoutQuorumTest": [
    "Attachments overriden quorum should return 201-Created",
    "Attachments should return 202-Acepted",
    "Bulk docs should return 202-Acepted",
    "Copy doc should return 202-Acepted",
    "Creating/Deleting DB should return 202-Acepted",
    "Creating/Updating/Deleting doc should return 202-Acepted"
  ]
}