-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtest_cases.todo
243 lines (218 loc) · 9.99 KB
/
test_cases.todo
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
Server Collection:
✔ update @done (13-07-11 08:59)
✔ remove @done (13-07-11 08:59)
✔ insert @done (13-07-11 08:59)
✔ with fibers @done (13-07-11 08:59)
✔ without fibers @done (13-07-11 08:59)
✔ fineOne @done (13-07-11 23:45)
Normalize Selectors:
✔ null @done (13-07-17 17:40)
✔ string @done (13-07-17 17:40)
✔ object @done (13-07-17 17:40)
✔ numbers @done (13-07-17 17:44)
✔ function @done (13-07-17 17:44)
Server Collection - Observing(Integration):
✔ insert doc @done (13-07-15 11:03)
✔ update doc with id @done (13-07-15 11:30)
✔ update doc with selector @done (13-07-15 11:30)
✔ remove doc with id @done (13-07-15 11:35)
✔ remove doc with selector @done (13-07-15 11:35)
Server Collection - Autopublish:
✔ without autopublish @done (13-07-18 23:09)
✔ with autopublish @done (13-07-18 23:09)
Client Collection - Find and Client Cursors:
✔ insert doc (from server) @done (13-07-15 11:03)
✔ update doc with id (from server) @done (13-07-15 11:30)
✔ update doc with selector (from server) @done (13-07-15 11:30)
✔ remove doc with id (from server) @done (13-07-15 11:35)
✔ remove doc with selector (from server) @done (13-07-15 11:35)
Client Collection - Write Operations:
✔ insert normally @done (13-07-16 10:58)
✔ insert for a collection not exits @done (13-07-16 11:03)
✔ insert error - duplicate id @done (13-07-16 11:03)
✔ update normally - id string @done (13-07-16 11:35)
✔ update normally - id object @done (13-07-16 11:35)
✔ update with a selector @done (13-07-16 11:41)
✔ update with a selector - direct method call @done (13-07-16 11:41)
✔ remove normally - id string @done (13-07-16 11:48)
✔ remove normally - id object @done (13-07-16 11:48)
✔ remove with a selector @done (13-07-16 11:48)
✔ remove with a selector - direct method call @done (13-07-16 11:48)
Client Collection - Permissions(no insecure):
✔ insert - access granted @done (13-07-16 15:38)
✔ insert - access denied @done (13-07-16 15:38)
✔ insert - arguments received @done (13-07-16 15:45)
✔ insert - arguments received - loggedIn user @done (13-07-17 06:03)
✔ update - access granted @done (13-07-17 06:27)
✔ update - access denied @done (13-07-17 06:27)
✔ update - arguments received @done (13-07-17 06:27)
✔ update - arguments received - loggedIn user @done (13-07-17 06:27)
✔ remove - access granted @done (13-07-17 06:33)
✔ remove - access denied @done (13-07-17 06:33)
✔ remove - arguments received @done (13-07-17 06:33)
✔ remove - arguments received - loggedIn user @done (13-07-17 06:33)
Client Collection - Simulations:
✔ insert simulations @done (13-07-18 22:01)
✔ update simulations @done (13-07-18 22:01)
✔ remove simulations @done (13-07-18 22:01)
Client Collection - Local Propagation:
✔ insert - success @done (13-07-20 17:26)
✔ insert - error @done (13-07-20 17:26)
✔ update - success @done (13-07-20 17:27)
✔ update - error @done (13-07-20 17:27)
✔ remove - success @done (13-07-20 17:27)
✔ remove - error @done (13-07-20 17:27)
Client Collection - Session View:
✔ multiple subscriptions to the same collection @done (13-07-22 10:16)
✔ two subscriptions to the two diff collections @done (13-07-22 20:46)
Update Modifiers to Fields:
✔ update only operations @done (13-07-11 11:44)
✔ remove only operations @done (13-07-11 11:44)
✔ multiple operations @done (13-07-11 11:46)
✔ update and remove operations @done (13-07-11 11:48)
✔ handling dot @done (13-07-11 11:49)
Cursor - Static methods:
✔ foreach @done (13-07-11 23:10)
✔ map @done (13-07-11 23:22)
✔ fetch @done (13-07-11 23:22)
✔ count @done (13-07-11 23:22)
✔ rewind @done (13-07-11 23:22)
✔ using options @done (13-07-11 23:23)
✔ with fibers @done (13-07-11 23:27)
✔ wihtout fibers @done (13-07-11 23:27)
✔ selectorMatcher verify @done (13-07-12 06:28)
Cursor - ObserveChanges:
✔ just cursor results @done (13-07-12 15:24)
✔ just cursor results - with fibers @done (13-07-12 15:24)
✔ just cursor results - after using cursor once @done (13-07-12 15:35)
✔ adding cursor to Invalidator @done (13-07-12 15:46)
✔ stop obeserving @done (13-07-12 15:46)
Helpers:
✔ _added @done (13-07-15 01:06)
✔ _removed @done (13-07-15 01:06)
✔ _changed @done (13-07-15 01:06)
✔ _computeAndNotifyRemoved @done (13-07-15 01:06)
✔ _added - stop observing @done (13-07-15 01:18)
✔ _removed - stop observing @done (13-07-15 01:18)
✔ _changed - stop observing @done (13-07-15 01:18)
✔ _computeAndNotifyRemoved - stop observing @done (13-07-15 01:18)
Cursor - Publish:
✔ send new documents @done (13-07-15 23:23)
✔ send changes @done (13-07-15 23:31)
✔ send removes @done (13-07-15 23:33)
Cursor - iDExists:
✔ after item added @done (13-07-12 16:11)
✔ no such id @done (13-07-12 16:11)
Invalidator - Cursors:
✔ addCursor once @done (13-07-12 15:13)
✔ addCursor twice @done (13-07-12 15:13)
✔ removeCursor @done (13-07-12 15:13)
✔ add cursor to the selector @done (13-07-14 23:39)
✔ add two cursors to the same selector @done (13-07-14 23:40)
✔ add two cursors to two selectors @done (13-07-14 23:41)
✔ remove single cursor from a selector @done (13-07-14 23:45)
✔ remove cursor and the selector @done (13-07-14 23:46)
Invalidator - Invalidations:
✔ insert - matched @done (13-07-13 22:36)
✔ insert - not matched @done (13-07-13 22:36)
✔ insert - no cursor @done (13-07-13 22:37)
✔ removed - matched @done (13-07-13 22:41)
✔ removed - not matched @done (13-07-13 22:41)
✔ removed - no cursor @done (13-07-13 22:41)
✔ update - trigger update @done (13-07-13 23:06)
✔ update - trigger insert too @done (13-07-13 23:21)
✔ update - trigger remove @done (13-07-13 23:21)
✔ multiUpdate - trigger update @done (13-07-14 14:59)
✔ multiUpdate - trigger update and insert @done (13-07-14 15:06)
✔ multiUpdate - trigger remove @done (13-07-14 15:06)
✔ multiRemove - trigger cursor @done (13-07-15 00:24)
Version Manager:
✔ getting updates with single version @done (13-07-13 11:18)
✔ getting updates with single version, but with deleted fields @done (13-07-13 11:22)
✔ getting updates with two versions sequentially @done (13-07-13 11:40)
✔ getting updates with two versions but 2 comes before 1 @done (13-07-13 11:48)
✔ getting updates with three versions but 2 comes before 1 @done (13-07-13 11:50)
✔ abort version @done (13-07-13 11:52)
✔ abort version and a following commit for that version @done (13-07-13 12:03)
Validator:
✔ logic - no deny - first allow @done (13-07-16 14:16)
✔ logic - no deny - last allow @done (13-07-16 14:16)
✔ logic - first deny @done (13-07-16 14:16)
✔ logic - no deny - n/e allow @done (13-07-16 14:16)
✔ logic - n/e deny - first allow @done (13-07-16 14:16)
✔ logic - n/e deny - n/e allow @done (13-07-16 14:16)
✔ getting args for deny @done (13-07-16 14:16)
✔ getting args for allow @done (13-07-16 14:16)
✔ n/e any - defaultResult == true @done (13-07-16 14:16)
✔ has deny - defaultResult == true @done (13-07-16 14:16)
✔ change defaultResult later @done (13-07-16 14:16)
✔ n/e any - defaultResult == false @done (13-07-16 14:16)
SessionView:
✔ added with no id @done (13-07-22 09:35)
✔ added with id @done (13-07-22 09:40)
✔ changed with id @done (13-07-22 09:40)
✔ changed with no id @done (13-07-22 09:40)
✔ removed with id @done (13-07-22 09:40)
✔ removed with no id @done (13-07-22 09:40)
OpQueue:
IdUpdateQueue:
✔ push and start @done (13-07-26 01:41)
✔ push start push before complete @done (13-07-26 01:43)
✔ push stop start @done (13-07-26 01:47)
✔ insert @done (13-07-26 07:28)
✔ remove @done (13-07-26 08:04)
✔ remove with idUpdateQueue @done (13-07-26 08:04)
✔ id update @done (13-07-26 08:07)
✔ update with diff id @done (13-07-26 08:11)
✔ update with id twice @done (13-07-26 08:18)
✔ multi update once @done (13-07-26 08:23)
✔ multi update and multi remove @done (13-07-26 08:27)
✔ adding id update, while multi remove @done (13-07-26 08:33)
✔ add multi update, id update, multi remove @done (13-07-26 08:38)
✔ id update, multi update @done (13-07-26 08:45)
Oplog Processor:
✔ insert @done (13-07-28 08:34)
✔ update @done (13-07-28 08:34)
✔ delete @done (13-07-28 08:34)
✔ drop @done (13-07-28 08:34)
Transform - Server:
Collection Level Tranform:
✔ findOne @done (13-07-30 22:27)
✔ fetch @done (13-07-31 05:38)
✔ forEach @done (13-08-05 11:49)
✔ map @done (13-08-05 11:49)
✔ allow @done (13-07-31 05:56)
✔ deny @done (13-07-31 05:56)
allow transform:
✔ with null @done (13-07-31 06:26)
✔ with a tranform @done (13-07-31 06:26)
deny transform:
✔ with null @done (13-07-31 06:26)
✔ with a transform @done (13-07-31 06:26)
findOne transform:
✔ with null @done (13-08-05 06:56)
✔ with a transform @done (13-08-05 06:56)
find transform:
✔ with a transform for fetch @done (13-08-05 10:22)
✔ with null - for fetch() @done (13-08-05 10:23)
✔ with a transform - forEach() @done (13-08-05 11:47)
✔ with null - for ForEach @done (13-08-05 11:47) @done (13-08-05 11:48)
✔ with a transform - for map @done (13-08-05 11:47)
✔ with a null - for map @done (13-08-05 11:47)
✔ .find() transform @done (13-07-31 06:39)
✔ .findOne() transform @done (13-07-31 06:39)
Transoform - Client:
Collection Level Tranform:
✔ findOne @done (13-08-02 13:39)
✔ fetch @done (13-08-02 13:39)
✔ observe @done (13-08-02 13:42)
✔ .find() transform @done (13-08-02 13:44)
✔ .findOne() transform @done (13-08-05 11:49)
Limit:
Wihtout Sort:
✔ subscribing @done (13-08-08 19:33)
✔ subscribing and adding after that @done (13-08-08 19:33)
✔ remove from cursor @done (13-08-08 19:34)
✔ subscribe, removed twice @done (13-08-08 19:34)
✔ subscribe, removed twice and added @done (13-08-08 19:34)
✔ subscribe, removed twice and added later @done (13-08-08 19:34)