electrodb 2.2.3 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/output DELETED
@@ -1,2299 +0,0 @@
1
-
2
- > electrodb@2.1.2 test:unit
3
- > LOCAL_DYNAMO_ENDPOINT=http://localhost:8000 node ./test/init.js && LOCAL_DYNAMO_ENDPOINT=http://localhost:8000 mocha -r ts-node/register ./test/**.spec.* "--grep" "index types and operations"
4
-
5
-
6
-
7
- index types and operations
8
- {
9
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
10
- "TableName": "electro",
11
- "ExpressionAttributeNames": {
12
- "#pk": "pk",
13
- "#sk1": "sk",
14
- "#__edb_e__": "__edb_e__",
15
- "#__edb_v__": "__edb_v__"
16
- },
17
- "ExpressionAttributeValues": {
18
- ":pk": "$ad66c705-82c9-4d13-93c0-e731e869db80#prop1_iso|cd4eb2af-3522-4284-8ccf-1ff0471bd199",
19
- ":sk1": "$primarycollection",
20
- ":__edb_e___entity1": "isolated+entity1",
21
- ":__edb_v___entity1": "1",
22
- ":__edb_e___entity2": "isolated+entity2",
23
- ":__edb_v___entity2": "1"
24
- },
25
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
26
- }
27
- line 958
28
-
29
- {
30
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
31
- "TableName": "electro",
32
- "ExpressionAttributeNames": {
33
- "#pk": "gsi1pk",
34
- "#sk1": "gsi1sk",
35
- "#__edb_e__": "__edb_e__",
36
- "#__edb_v__": "__edb_v__"
37
- },
38
- "ExpressionAttributeValues": {
39
- ":pk": "$ad66c705-82c9-4d13-93c0-e731e869db80#prop4_iso|ff54fdde-2665-4e1a-ace9-6379e3e47123",
40
- ":sk1": "$secondarycollection",
41
- ":__edb_e___entity1": "isolated+entity1",
42
- ":__edb_v___entity1": "1",
43
- ":__edb_e___entity2": "isolated+entity2",
44
- ":__edb_v___entity2": "1"
45
- },
46
- "IndexName": "gsi1pk-gsi1sk-index",
47
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
48
- }
49
- line 967
50
-
51
- {
52
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
53
- "TableName": "electro",
54
- "ExpressionAttributeNames": {
55
- "#pk": "pk",
56
- "#sk1": "sk",
57
- "#__edb_e__": "__edb_e__",
58
- "#__edb_v__": "__edb_v__"
59
- },
60
- "ExpressionAttributeValues": {
61
- ":pk": "$ad66c705-82c9-4d13-93c0-e731e869db80#prop1_cluz|040244f4-0ad9-47f9-9d0d-f87ed07c2d28",
62
- ":sk1": "$primarycollection",
63
- ":__edb_e___entity1": "clustered+entity1",
64
- ":__edb_v___entity1": "1",
65
- ":__edb_e___entity2": "clustered+entity2",
66
- ":__edb_v___entity2": "1"
67
- },
68
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
69
- }
70
- line 976
71
-
72
- {
73
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
74
- "TableName": "electro",
75
- "ExpressionAttributeNames": {
76
- "#pk": "gsi1pk",
77
- "#sk1": "gsi1sk",
78
- "#__edb_e__": "__edb_e__",
79
- "#__edb_v__": "__edb_v__"
80
- },
81
- "ExpressionAttributeValues": {
82
- ":pk": "$ad66c705-82c9-4d13-93c0-e731e869db80#prop4_cluz|00add814-ac9d-48ed-81b9-63116c8074d6",
83
- ":sk1": "$secondarycollection",
84
- ":__edb_e___entity1": "clustered+entity1",
85
- ":__edb_v___entity1": "1",
86
- ":__edb_e___entity2": "clustered+entity2",
87
- ":__edb_v___entity2": "1"
88
- },
89
- "IndexName": "gsi1pk-gsi1sk-index",
90
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
91
- }
92
- line 985
93
-
94
- ✓ should iterate through only the specified entities regardless of type using only a pk with a multi-attribute sortkey (163ms)
95
- {
96
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
97
- "TableName": "electro",
98
- "ExpressionAttributeNames": {
99
- "#pk": "pk",
100
- "#sk1": "sk",
101
- "#__edb_e__": "__edb_e__",
102
- "#__edb_v__": "__edb_v__"
103
- },
104
- "ExpressionAttributeValues": {
105
- ":pk": "$7ca063fa-13fe-4f1c-b841-d50c8af5eb98#prop1_cluz|77bffa53-c449-47a4-a346-7077447bc7b1",
106
- ":sk1": "$primarycollection#prop2_05",
107
- ":__edb_e___entity1": "clustered+entity1",
108
- ":__edb_v___entity1": "1",
109
- ":__edb_e___entity2": "clustered+entity2",
110
- ":__edb_v___entity2": "1"
111
- },
112
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
113
- }
114
- line 1000
115
-
116
- {
117
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
118
- "TableName": "electro",
119
- "ExpressionAttributeNames": {
120
- "#pk": "gsi1pk",
121
- "#sk1": "gsi1sk",
122
- "#__edb_e__": "__edb_e__",
123
- "#__edb_v__": "__edb_v__"
124
- },
125
- "ExpressionAttributeValues": {
126
- ":pk": "$7ca063fa-13fe-4f1c-b841-d50c8af5eb98#prop4_cluz|2c06d573-4f23-4f49-a876-d6d0de35b9c2",
127
- ":sk1": "$secondarycollection#prop5_05",
128
- ":__edb_e___entity1": "clustered+entity1",
129
- ":__edb_v___entity1": "1",
130
- ":__edb_e___entity2": "clustered+entity2",
131
- ":__edb_v___entity2": "1"
132
- },
133
- "IndexName": "gsi1pk-gsi1sk-index",
134
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
135
- }
136
- line 1010
137
-
138
- ✓ should iterate through only the specified entities regardless of type using a partial multi-attribute sortkey (60ms)
139
- {
140
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
141
- "TableName": "electro",
142
- "ExpressionAttributeNames": {
143
- "#pk": "pk",
144
- "#sk1": "sk",
145
- "#__edb_e__": "__edb_e__",
146
- "#__edb_v__": "__edb_v__"
147
- },
148
- "ExpressionAttributeValues": {
149
- ":pk": "$309ca990-a189-487f-9969-3852e5d291bf#prop1_iso|bb75faa2-858b-46e7-befc-bb6ae11e4a23",
150
- ":sk1": "$primarycollection",
151
- ":__edb_e___entity1": "isolated+entity1",
152
- ":__edb_v___entity1": "1",
153
- ":__edb_e___entity2": "isolated+entity2",
154
- ":__edb_v___entity2": "1"
155
- },
156
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
157
- }
158
- line 958
159
-
160
- {
161
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
162
- "TableName": "electro",
163
- "ExpressionAttributeNames": {
164
- "#pk": "gsi1pk",
165
- "#sk1": "gsi1sk",
166
- "#__edb_e__": "__edb_e__",
167
- "#__edb_v__": "__edb_v__"
168
- },
169
- "ExpressionAttributeValues": {
170
- ":pk": "$309ca990-a189-487f-9969-3852e5d291bf#prop4_iso|e94c41b0-c21e-4e1b-9e39-9731303d9307",
171
- ":sk1": "$secondarycollection",
172
- ":__edb_e___entity1": "isolated+entity1",
173
- ":__edb_v___entity1": "1",
174
- ":__edb_e___entity2": "isolated+entity2",
175
- ":__edb_v___entity2": "1"
176
- },
177
- "IndexName": "gsi1pk-gsi1sk-index",
178
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
179
- }
180
- line 967
181
-
182
- {
183
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
184
- "TableName": "electro",
185
- "ExpressionAttributeNames": {
186
- "#pk": "pk",
187
- "#sk1": "sk",
188
- "#__edb_e__": "__edb_e__",
189
- "#__edb_v__": "__edb_v__"
190
- },
191
- "ExpressionAttributeValues": {
192
- ":pk": "$309ca990-a189-487f-9969-3852e5d291bf#prop1_cluz|1838bded-1e22-4577-8e70-6b803f4197ae",
193
- ":sk1": "$primarycollection",
194
- ":__edb_e___entity1": "clustered+entity1",
195
- ":__edb_v___entity1": "1",
196
- ":__edb_e___entity2": "clustered+entity2",
197
- ":__edb_v___entity2": "1"
198
- },
199
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
200
- }
201
- line 976
202
-
203
- {
204
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
205
- "TableName": "electro",
206
- "ExpressionAttributeNames": {
207
- "#pk": "gsi1pk",
208
- "#sk1": "gsi1sk",
209
- "#__edb_e__": "__edb_e__",
210
- "#__edb_v__": "__edb_v__"
211
- },
212
- "ExpressionAttributeValues": {
213
- ":pk": "$309ca990-a189-487f-9969-3852e5d291bf#prop4_cluz|40697db3-6219-4197-bc7f-ad040d171d65",
214
- ":sk1": "$secondarycollection",
215
- ":__edb_e___entity1": "clustered+entity1",
216
- ":__edb_v___entity1": "1",
217
- ":__edb_e___entity2": "clustered+entity2",
218
- ":__edb_v___entity2": "1"
219
- },
220
- "IndexName": "gsi1pk-gsi1sk-index",
221
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
222
- }
223
- line 985
224
-
225
- ✓ should iterate through only the specified entities regardless of type using only a pk with a single attribute sortkey (83ms)
226
- {
227
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
228
- "TableName": "electro",
229
- "ExpressionAttributeNames": {
230
- "#pk": "pk",
231
- "#sk1": "sk",
232
- "#__edb_e__": "__edb_e__",
233
- "#__edb_v__": "__edb_v__"
234
- },
235
- "ExpressionAttributeValues": {
236
- ":pk": "$ee19032b-406e-4162-887b-87e0d8adc498#prop1_cluz|3bb60c37-3136-4b58-8eea-d172887ec8b2",
237
- ":sk1": "$primarycollection#prop2_05",
238
- ":__edb_e___entity1": "clustered+entity1",
239
- ":__edb_v___entity1": "1",
240
- ":__edb_e___entity2": "clustered+entity2",
241
- ":__edb_v___entity2": "1"
242
- },
243
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
244
- }
245
- line 1000
246
-
247
- {
248
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
249
- "TableName": "electro",
250
- "ExpressionAttributeNames": {
251
- "#pk": "gsi1pk",
252
- "#sk1": "gsi1sk",
253
- "#__edb_e__": "__edb_e__",
254
- "#__edb_v__": "__edb_v__"
255
- },
256
- "ExpressionAttributeValues": {
257
- ":pk": "$ee19032b-406e-4162-887b-87e0d8adc498#prop4_cluz|7c730f64-281e-47ae-bcd1-62f8224346ab",
258
- ":sk1": "$secondarycollection#prop5_05",
259
- ":__edb_e___entity1": "clustered+entity1",
260
- ":__edb_v___entity1": "1",
261
- ":__edb_e___entity2": "clustered+entity2",
262
- ":__edb_v___entity2": "1"
263
- },
264
- "IndexName": "gsi1pk-gsi1sk-index",
265
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
266
- }
267
- line 1010
268
-
269
- ✓ should iterate through only the specified entities regardless of type using a partial single attribute sortkey (48ms)
270
- clustered collection sort key operations
271
- {
272
- "TableName": "electro",
273
- "ExpressionAttributeNames": {
274
- "#prop2": "prop2",
275
- "#pk": "pk",
276
- "#sk1": "sk"
277
- },
278
- "ExpressionAttributeValues": {
279
- ":prop20": 5,
280
- ":pk": "$72687f5e-ccea-4160-ae8e-05f3ce8087dd#prop1_cluz|7356afb2-3a0e-4f1a-bb38-95382374b6aa",
281
- ":sk1": "$primarycollection#prop2_06"
282
- },
283
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
284
- "FilterExpression": "#prop2 > :prop20"
285
- }
286
- line 1075
287
-
288
- {
289
- "TableName": "electro",
290
- "ExpressionAttributeNames": {
291
- "#prop5": "prop5",
292
- "#pk": "gsi1pk",
293
- "#sk1": "gsi1sk"
294
- },
295
- "ExpressionAttributeValues": {
296
- ":prop50": 5,
297
- ":pk": "$72687f5e-ccea-4160-ae8e-05f3ce8087dd#prop4_cluz|ff317a70-9335-4f78-8768-c78c750da2b9",
298
- ":sk1": "$secondarycollection#prop5_06"
299
- },
300
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
301
- "IndexName": "gsi1pk-gsi1sk-index",
302
- "FilterExpression": "#prop5 > :prop50"
303
- }
304
- line 1108
305
-
306
- ✓ should iterate through only the specified entities regardless of type using a sort key the gt sort key operation on a multi-attribute sortkey (57ms)
307
- {
308
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
309
- "TableName": "electro",
310
- "ExpressionAttributeNames": {
311
- "#pk": "pk",
312
- "#sk1": "sk",
313
- "#__edb_e__": "__edb_e__",
314
- "#__edb_v__": "__edb_v__"
315
- },
316
- "ExpressionAttributeValues": {
317
- ":pk": "$24bb3c6f-b130-4e0c-848b-c16ba2dbb299#prop1_cluz|219c8559-b7c8-4655-bf73-7906a6dbf795",
318
- ":sk1": "$primarycollection",
319
- ":__edb_e___entity1": "clustered+entity1",
320
- ":__edb_v___entity1": "1",
321
- ":__edb_e___entity2": "clustered+entity2",
322
- ":__edb_v___entity2": "1"
323
- },
324
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
325
- }
326
- line 1075
327
-
328
- {
329
- "err": {
330
- "name": "AssertionError",
331
- "message": "expected 10 to equal 5",
332
- "showDiff": true,
333
- "actual": 10,
334
- "expected": 5,
335
- "stack": "AssertionError: expected 10 to equal 5\n at compareItems (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:938:33)\n at /Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:1077:21\n at step (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:33:23)\n at Object.next (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:14:53)\n at fulfilled (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:5:58)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"
336
- },
337
- "provided": [
338
- {
339
- "prop7": "0d0ead1e-18f7-41c8-9b3a-75e420b5c324",
340
- "prop6": "48064b93-1f0c-4b6c-81be-41d8d8378dec",
341
- "prop5": 9,
342
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
343
- "prop3": "12c1e0b9-3df8-48aa-b942-873d29179ea7",
344
- "prop2": 9,
345
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
346
- },
347
- {
348
- "prop7": "8a0555b9-cef2-473b-b15b-f38f7a823b3f",
349
- "prop6": "a207a31a-f36e-4fb6-8df5-649f37072793",
350
- "prop5": 8,
351
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
352
- "prop3": "a924b4a5-50ff-42dc-aad3-65f35c786f54",
353
- "prop2": 8,
354
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
355
- },
356
- {
357
- "prop7": "f6939b38-1c1e-4b84-af26-05a6a629e846",
358
- "prop6": "b46307ae-8231-4f9f-8118-c36c263cc56e",
359
- "prop5": 7,
360
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
361
- "prop3": "b913d1d9-289a-4b61-b946-26c98da553bf",
362
- "prop2": 7,
363
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
364
- },
365
- {
366
- "prop7": "951eda8a-eaf5-4bb6-abd6-a4cc198a94aa",
367
- "prop6": "6dc92813-a3fb-4bdc-b224-451ccf7291d7",
368
- "prop5": 6,
369
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
370
- "prop3": "ca91161a-2186-4624-ad81-47575d3d76a2",
371
- "prop2": 6,
372
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
373
- },
374
- {
375
- "prop7": "14dc22c5-a2d7-4dd6-b8cd-7a49ebef88ba",
376
- "prop6": "a5be44d9-1cae-473d-abd0-d56273876e67",
377
- "prop5": 5,
378
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
379
- "prop3": "f78bdcdb-5954-44b6-bc12-1fe1f4439f1e",
380
- "prop2": 5,
381
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
382
- },
383
- {
384
- "prop7": "41d165e9-c9ae-4584-84c0-dbcd7c898ebd",
385
- "prop6": "ea81d444-060e-4ce5-9167-45d5cc34c07f",
386
- "prop5": 4,
387
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
388
- "prop3": "0ab02593-37a2-476d-9f20-6cbb85fb591d",
389
- "prop2": 4,
390
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
391
- },
392
- {
393
- "prop7": "93345f91-462e-4a57-8001-3249d7dead3b",
394
- "prop6": "37e7db30-a8a4-4b10-bc14-b24fe658de81",
395
- "prop5": 3,
396
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
397
- "prop3": "a3cc42bb-992d-472a-97f0-c965ea00f841",
398
- "prop2": 3,
399
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
400
- },
401
- {
402
- "prop7": "b56a3e32-ad51-4362-ad61-ca45d9cd1e13",
403
- "prop6": "8c349a86-0f86-4f53-bf85-962444bd2bea",
404
- "prop5": 2,
405
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
406
- "prop3": "8ee5a6a6-4bc4-4617-9a7a-7d58fe8d755b",
407
- "prop2": 2,
408
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
409
- },
410
- {
411
- "prop7": "51616dab-2aea-4851-ae25-e388d163b039",
412
- "prop6": "f3886b61-5857-499b-9fe4-54f5b2d43c6b",
413
- "prop5": 1,
414
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
415
- "prop3": "7ffef482-92d9-47c5-a5eb-59f750bdf8db",
416
- "prop2": 1,
417
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
418
- },
419
- {
420
- "prop7": "e264f04a-07e1-4161-a38c-0261b499b15b",
421
- "prop6": "c79aedcb-2f98-4aad-927b-545b0a5ada88",
422
- "prop5": 0,
423
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
424
- "prop3": "0edda0cb-8730-4cc4-9756-69423c0e8c2f",
425
- "prop2": 0,
426
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795"
427
- }
428
- ],
429
- "expected": [
430
- {
431
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795",
432
- "prop2": 9,
433
- "prop3": "12c1e0b9-3df8-48aa-b942-873d29179ea7",
434
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
435
- "prop5": 9,
436
- "prop6": "48064b93-1f0c-4b6c-81be-41d8d8378dec",
437
- "prop7": "0d0ead1e-18f7-41c8-9b3a-75e420b5c324"
438
- },
439
- {
440
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795",
441
- "prop2": 8,
442
- "prop3": "a924b4a5-50ff-42dc-aad3-65f35c786f54",
443
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
444
- "prop5": 8,
445
- "prop6": "a207a31a-f36e-4fb6-8df5-649f37072793",
446
- "prop7": "8a0555b9-cef2-473b-b15b-f38f7a823b3f"
447
- },
448
- {
449
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795",
450
- "prop2": 7,
451
- "prop3": "b913d1d9-289a-4b61-b946-26c98da553bf",
452
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
453
- "prop5": 7,
454
- "prop6": "b46307ae-8231-4f9f-8118-c36c263cc56e",
455
- "prop7": "f6939b38-1c1e-4b84-af26-05a6a629e846"
456
- },
457
- {
458
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795",
459
- "prop2": 6,
460
- "prop3": "ca91161a-2186-4624-ad81-47575d3d76a2",
461
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
462
- "prop5": 6,
463
- "prop6": "6dc92813-a3fb-4bdc-b224-451ccf7291d7",
464
- "prop7": "951eda8a-eaf5-4bb6-abd6-a4cc198a94aa"
465
- },
466
- {
467
- "prop1": "cluz|219c8559-b7c8-4655-bf73-7906a6dbf795",
468
- "prop2": 5,
469
- "prop3": "f78bdcdb-5954-44b6-bc12-1fe1f4439f1e",
470
- "prop4": "cluz|ae3d973a-8622-4400-b94d-94a43db6709e",
471
- "prop5": 5,
472
- "prop6": "a5be44d9-1cae-473d-abd0-d56273876e67",
473
- "prop7": "14dc22c5-a2d7-4dd6-b8cd-7a49ebef88ba"
474
- }
475
- ]
476
- }
477
- line 942
478
-
479
- 1) should iterate through only the specified entities regardless of type using a sort key the gte sort key operation on a multi-attribute sortkey
480
- {
481
- "TableName": "electro",
482
- "ExpressionAttributeNames": {
483
- "#pk": "pk",
484
- "#sk1": "sk"
485
- },
486
- "ExpressionAttributeValues": {
487
- ":pk": "$62dad0d9-06fd-408a-bc9c-20796fc5c5ad#prop1_cluz|96bddd39-4288-453e-a35d-d5ac4e247594",
488
- ":sk1": "$primarycollection#prop2_05"
489
- },
490
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
491
- }
492
- line 1075
493
-
494
- {
495
- "TableName": "electro",
496
- "ExpressionAttributeNames": {
497
- "#pk": "gsi1pk",
498
- "#sk1": "gsi1sk"
499
- },
500
- "ExpressionAttributeValues": {
501
- ":pk": "$62dad0d9-06fd-408a-bc9c-20796fc5c5ad#prop4_cluz|71a00a52-1a29-475d-b0e8-24d576823488",
502
- ":sk1": "$secondarycollection#prop5_05"
503
- },
504
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
505
- "IndexName": "gsi1pk-gsi1sk-index"
506
- }
507
- line 1108
508
-
509
- ✓ should iterate through only the specified entities regardless of type using a sort key the lt sort key operation on a multi-attribute sortkey (49ms)
510
- {
511
- "TableName": "electro",
512
- "ExpressionAttributeNames": {
513
- "#prop2": "prop2",
514
- "#pk": "pk",
515
- "#sk1": "sk"
516
- },
517
- "ExpressionAttributeValues": {
518
- ":prop20": 5,
519
- ":pk": "$102292d0-a92a-4327-9642-2c83045983be#prop1_cluz|e129cd89-e923-4dd8-979d-d60da6807408",
520
- ":sk1": "$primarycollection#prop2_06"
521
- },
522
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
523
- "FilterExpression": "#prop2 <= :prop20"
524
- }
525
- line 1075
526
-
527
- {
528
- "TableName": "electro",
529
- "ExpressionAttributeNames": {
530
- "#prop5": "prop5",
531
- "#pk": "gsi1pk",
532
- "#sk1": "gsi1sk"
533
- },
534
- "ExpressionAttributeValues": {
535
- ":prop50": 5,
536
- ":pk": "$102292d0-a92a-4327-9642-2c83045983be#prop4_cluz|3f34d8d6-f4cd-4ca0-9ff0-54f6aa71f436",
537
- ":sk1": "$secondarycollection#prop5_06"
538
- },
539
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
540
- "IndexName": "gsi1pk-gsi1sk-index",
541
- "FilterExpression": "#prop5 <= :prop50"
542
- }
543
- line 1108
544
-
545
- ✓ should iterate through only the specified entities regardless of type using a sort key the lte sort key operation on a multi-attribute sortkey (55ms)
546
- {
547
- "TableName": "electro",
548
- "ExpressionAttributeNames": {
549
- "#prop2": "prop2",
550
- "#pk": "pk",
551
- "#sk1": "sk"
552
- },
553
- "ExpressionAttributeValues": {
554
- ":prop20": 7,
555
- ":pk": "$0ecadd5c-569d-4144-a7df-01711c84afb6#prop1_cluz|d7314f23-e130-4427-a3ec-3cb0f299a43c",
556
- ":sk1": "$primarycollection#prop2_03",
557
- ":sk2": "$primarycollection#prop2_08"
558
- },
559
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
560
- "FilterExpression": "#prop2 <= :prop20"
561
- }
562
- line 1075
563
-
564
- {
565
- "TableName": "electro",
566
- "ExpressionAttributeNames": {
567
- "#prop5": "prop5",
568
- "#pk": "gsi1pk",
569
- "#sk1": "gsi1sk"
570
- },
571
- "ExpressionAttributeValues": {
572
- ":prop50": 7,
573
- ":pk": "$0ecadd5c-569d-4144-a7df-01711c84afb6#prop4_cluz|04caa1d8-cbe9-4af7-8976-9f68423a1d65",
574
- ":sk1": "$secondarycollection#prop5_03",
575
- ":sk2": "$secondarycollection#prop5_08"
576
- },
577
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
578
- "IndexName": "gsi1pk-gsi1sk-index",
579
- "FilterExpression": "#prop5 <= :prop50"
580
- }
581
- line 1108
582
-
583
- ✓ should iterate through only the specified entities regardless of type using a sort key the between sort key operation on a multi-attribute sortkey (62ms)
584
- clustered collection sort key operations
585
- {
586
- "TableName": "electro",
587
- "ExpressionAttributeNames": {
588
- "#prop2": "prop2",
589
- "#pk": "pk",
590
- "#sk1": "sk"
591
- },
592
- "ExpressionAttributeValues": {
593
- ":prop20": 5,
594
- ":pk": "$78e4b875-b024-46bc-b599-757b6449dc29#prop1_cluz|816b75f3-03ac-4699-9f9e-3f7b2d190043",
595
- ":sk1": "$primarycollection#prop2_06"
596
- },
597
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
598
- "FilterExpression": "#prop2 > :prop20"
599
- }
600
- line 1075
601
-
602
- {
603
- "TableName": "electro",
604
- "ExpressionAttributeNames": {
605
- "#prop5": "prop5",
606
- "#pk": "gsi1pk",
607
- "#sk1": "gsi1sk"
608
- },
609
- "ExpressionAttributeValues": {
610
- ":prop50": 5,
611
- ":pk": "$78e4b875-b024-46bc-b599-757b6449dc29#prop4_cluz|9bc0ce2c-1be4-4452-a45d-9d008ea11a18",
612
- ":sk1": "$secondarycollection#prop5_06"
613
- },
614
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
615
- "IndexName": "gsi1pk-gsi1sk-index",
616
- "FilterExpression": "#prop5 > :prop50"
617
- }
618
- line 1108
619
-
620
- ✓ should iterate through only the specified entities regardless of type using a sort key the gt sort key operation on a single attribute sortkey (48ms)
621
- {
622
- "KeyConditionExpression": "#pk = :pk and begins_with(#sk1, :sk1)",
623
- "TableName": "electro",
624
- "ExpressionAttributeNames": {
625
- "#pk": "pk",
626
- "#sk1": "sk",
627
- "#__edb_e__": "__edb_e__",
628
- "#__edb_v__": "__edb_v__"
629
- },
630
- "ExpressionAttributeValues": {
631
- ":pk": "$fbb5778f-c544-4f1c-9ddb-97a730da1412#prop1_cluz|77a44861-d3d8-4329-a0b0-701a27c375d7",
632
- ":sk1": "$primarycollection",
633
- ":__edb_e___entity1": "clustered+entity1",
634
- ":__edb_v___entity1": "1",
635
- ":__edb_e___entity2": "clustered+entity2",
636
- ":__edb_v___entity2": "1"
637
- },
638
- "FilterExpression": "((#__edb_e__ = :__edb_e___entity1 AND #__edb_v__ = :__edb_v___entity1) OR (#__edb_e__ = :__edb_e___entity2 AND #__edb_v__ = :__edb_v___entity2))"
639
- }
640
- line 1075
641
-
642
- {
643
- "err": {
644
- "name": "AssertionError",
645
- "message": "expected 10 to equal 5",
646
- "showDiff": true,
647
- "actual": 10,
648
- "expected": 5,
649
- "stack": "AssertionError: expected 10 to equal 5\n at compareItems (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:938:33)\n at /Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:1077:21\n at step (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:33:23)\n at Object.next (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:14:53)\n at fulfilled (/Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:5:58)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)"
650
- },
651
- "provided": [
652
- {
653
- "prop7": "0e26aae9-6ac8-4de7-853e-6fa43ebcf423",
654
- "prop6": "df8948b7-e1c5-4862-9475-6baac75be92f",
655
- "prop5": 9,
656
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
657
- "prop3": "c3a3e36c-3760-479a-8f55-60c3d735a724",
658
- "prop2": 9,
659
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
660
- },
661
- {
662
- "prop7": "80c0385b-90dd-4ed4-b6bd-c0ae7fffdbc9",
663
- "prop6": "278f2c99-8179-4b8d-b04c-cd856f2e2e12",
664
- "prop5": 8,
665
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
666
- "prop3": "dcbed17e-4ea0-479d-84b4-166877efa216",
667
- "prop2": 8,
668
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
669
- },
670
- {
671
- "prop7": "a49ef74d-ef34-4cbf-a4d4-c4c62f37bc85",
672
- "prop6": "18287943-0a87-4070-a201-d1f265b1befd",
673
- "prop5": 7,
674
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
675
- "prop3": "5391aeaa-8fbd-45b6-86f3-98d96e94e315",
676
- "prop2": 7,
677
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
678
- },
679
- {
680
- "prop7": "0a04f190-0c89-4fa0-ac6d-e0dce1302529",
681
- "prop6": "6f0835eb-98fa-4d7d-b2d7-48714c4351e4",
682
- "prop5": 6,
683
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
684
- "prop3": "a624d67b-8a65-4645-bde5-a195ff9acdee",
685
- "prop2": 6,
686
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
687
- },
688
- {
689
- "prop7": "fe3508ec-a3a9-4aee-b1cf-314c61a820c4",
690
- "prop6": "dbc8199c-e46f-44d6-b974-a6a4c840692c",
691
- "prop5": 5,
692
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
693
- "prop3": "80632517-641d-446e-a26d-76d8f53ef35f",
694
- "prop2": 5,
695
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
696
- },
697
- {
698
- "prop7": "1614b05b-262d-4b40-ba1c-4f0f57b4f183",
699
- "prop6": "03a05904-8f0b-46da-8766-095f67f6865e",
700
- "prop5": 4,
701
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
702
- "prop3": "41a829ad-6e76-412b-bf0d-98f63fae2a80",
703
- "prop2": 4,
704
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
705
- },
706
- {
707
- "prop7": "1f576146-4b9a-4418-a493-5704bdeb0041",
708
- "prop6": "ef201804-81ed-4ae5-b9ca-55913d8b4a04",
709
- "prop5": 3,
710
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
711
- "prop3": "6d670b94-bda0-4978-a0cd-404e5840b491",
712
- "prop2": 3,
713
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
714
- },
715
- {
716
- "prop7": "4610044c-491c-472e-a39f-1436d6a2d83d",
717
- "prop6": "c20e4316-17a4-48cc-8252-a7e23540b5cd",
718
- "prop5": 2,
719
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
720
- "prop3": "7604a32d-afb3-4284-8890-f9e866e045d9",
721
- "prop2": 2,
722
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
723
- },
724
- {
725
- "prop7": "d40ca9bc-b707-458f-9c01-d5656b1c4f3d",
726
- "prop6": "a73d6182-9588-4c7d-9147-52ac2656dd63",
727
- "prop5": 1,
728
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
729
- "prop3": "74f04556-471d-483c-88f2-8d76c3a1bdb1",
730
- "prop2": 1,
731
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
732
- },
733
- {
734
- "prop7": "d7ba7a4c-c2e9-4ea0-b153-7ab0644cbd19",
735
- "prop6": "253882b6-b8d3-44d6-987c-9c259b987c38",
736
- "prop5": 0,
737
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
738
- "prop3": "09e2d9ef-b021-497a-8c8e-6f742a7eee22",
739
- "prop2": 0,
740
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7"
741
- }
742
- ],
743
- "expected": [
744
- {
745
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7",
746
- "prop2": 9,
747
- "prop3": "c3a3e36c-3760-479a-8f55-60c3d735a724",
748
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
749
- "prop5": 9,
750
- "prop6": "df8948b7-e1c5-4862-9475-6baac75be92f",
751
- "prop7": "0e26aae9-6ac8-4de7-853e-6fa43ebcf423"
752
- },
753
- {
754
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7",
755
- "prop2": 8,
756
- "prop3": "dcbed17e-4ea0-479d-84b4-166877efa216",
757
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
758
- "prop5": 8,
759
- "prop6": "278f2c99-8179-4b8d-b04c-cd856f2e2e12",
760
- "prop7": "80c0385b-90dd-4ed4-b6bd-c0ae7fffdbc9"
761
- },
762
- {
763
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7",
764
- "prop2": 7,
765
- "prop3": "5391aeaa-8fbd-45b6-86f3-98d96e94e315",
766
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
767
- "prop5": 7,
768
- "prop6": "18287943-0a87-4070-a201-d1f265b1befd",
769
- "prop7": "a49ef74d-ef34-4cbf-a4d4-c4c62f37bc85"
770
- },
771
- {
772
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7",
773
- "prop2": 6,
774
- "prop3": "a624d67b-8a65-4645-bde5-a195ff9acdee",
775
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
776
- "prop5": 6,
777
- "prop6": "6f0835eb-98fa-4d7d-b2d7-48714c4351e4",
778
- "prop7": "0a04f190-0c89-4fa0-ac6d-e0dce1302529"
779
- },
780
- {
781
- "prop1": "cluz|77a44861-d3d8-4329-a0b0-701a27c375d7",
782
- "prop2": 5,
783
- "prop3": "80632517-641d-446e-a26d-76d8f53ef35f",
784
- "prop4": "cluz|87e2e3be-9c84-4750-90a0-dea8f260b76e",
785
- "prop5": 5,
786
- "prop6": "dbc8199c-e46f-44d6-b974-a6a4c840692c",
787
- "prop7": "fe3508ec-a3a9-4aee-b1cf-314c61a820c4"
788
- }
789
- ]
790
- }
791
- line 942
792
-
793
- 2) should iterate through only the specified entities regardless of type using a sort key the gte sort key operation on a single attribute sortkey
794
- {
795
- "TableName": "electro",
796
- "ExpressionAttributeNames": {
797
- "#pk": "pk",
798
- "#sk1": "sk"
799
- },
800
- "ExpressionAttributeValues": {
801
- ":pk": "$df72e07b-f0c7-42bd-a686-3bf89dcfbc7a#prop1_cluz|578eee5d-d253-40c7-aae5-c4e43354adab",
802
- ":sk1": "$primarycollection#prop2_05"
803
- },
804
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
805
- }
806
- line 1075
807
-
808
- {
809
- "TableName": "electro",
810
- "ExpressionAttributeNames": {
811
- "#pk": "gsi1pk",
812
- "#sk1": "gsi1sk"
813
- },
814
- "ExpressionAttributeValues": {
815
- ":pk": "$df72e07b-f0c7-42bd-a686-3bf89dcfbc7a#prop4_cluz|0702fa2a-17f3-48be-9c41-57b4a3a9d55a",
816
- ":sk1": "$secondarycollection#prop5_05"
817
- },
818
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
819
- "IndexName": "gsi1pk-gsi1sk-index"
820
- }
821
- line 1108
822
-
823
- ✓ should iterate through only the specified entities regardless of type using a sort key the lt sort key operation on a single attribute sortkey (49ms)
824
- {
825
- "TableName": "electro",
826
- "ExpressionAttributeNames": {
827
- "#prop2": "prop2",
828
- "#pk": "pk",
829
- "#sk1": "sk"
830
- },
831
- "ExpressionAttributeValues": {
832
- ":prop20": 5,
833
- ":pk": "$e5aebb3b-95b2-40c3-b294-1f30680d19f6#prop1_cluz|dfbe37cd-0a03-4935-884b-a6a7282d2d2a",
834
- ":sk1": "$primarycollection#prop2_06"
835
- },
836
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
837
- "FilterExpression": "#prop2 <= :prop20"
838
- }
839
- line 1075
840
-
841
- {
842
- "TableName": "electro",
843
- "ExpressionAttributeNames": {
844
- "#prop5": "prop5",
845
- "#pk": "gsi1pk",
846
- "#sk1": "gsi1sk"
847
- },
848
- "ExpressionAttributeValues": {
849
- ":prop50": 5,
850
- ":pk": "$e5aebb3b-95b2-40c3-b294-1f30680d19f6#prop4_cluz|4094f283-52f0-4129-8d1c-4cf98b766a15",
851
- ":sk1": "$secondarycollection#prop5_06"
852
- },
853
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
854
- "IndexName": "gsi1pk-gsi1sk-index",
855
- "FilterExpression": "#prop5 <= :prop50"
856
- }
857
- line 1108
858
-
859
- ✓ should iterate through only the specified entities regardless of type using a sort key the lte sort key operation on a single attribute sortkey (54ms)
860
- {
861
- "TableName": "electro",
862
- "ExpressionAttributeNames": {
863
- "#prop2": "prop2",
864
- "#pk": "pk",
865
- "#sk1": "sk"
866
- },
867
- "ExpressionAttributeValues": {
868
- ":prop20": 7,
869
- ":pk": "$d309cad0-e895-40f5-bab6-fd322bc0bb2a#prop1_cluz|e4140a56-de56-4b0f-8967-71612240f856",
870
- ":sk1": "$primarycollection#prop2_03",
871
- ":sk2": "$primarycollection#prop2_08"
872
- },
873
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
874
- "FilterExpression": "#prop2 <= :prop20"
875
- }
876
- line 1075
877
-
878
- {
879
- "TableName": "electro",
880
- "ExpressionAttributeNames": {
881
- "#prop5": "prop5",
882
- "#pk": "gsi1pk",
883
- "#sk1": "gsi1sk"
884
- },
885
- "ExpressionAttributeValues": {
886
- ":prop50": 7,
887
- ":pk": "$d309cad0-e895-40f5-bab6-fd322bc0bb2a#prop4_cluz|3353e788-0699-4272-9223-7e16ed7bfe6d",
888
- ":sk1": "$secondarycollection#prop5_03",
889
- ":sk2": "$secondarycollection#prop5_08"
890
- },
891
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
892
- "IndexName": "gsi1pk-gsi1sk-index",
893
- "FilterExpression": "#prop5 <= :prop50"
894
- }
895
- line 1108
896
-
897
- ✓ should iterate through only the specified entities regardless of type using a sort key the between sort key operation on a single attribute sortkey (48ms)
898
- query sort key operations
899
- {
900
- "TableName": "electro",
901
- "ExpressionAttributeNames": {
902
- "#prop2": "prop2",
903
- "#pk": "pk",
904
- "#sk1": "sk"
905
- },
906
- "ExpressionAttributeValues": {
907
- ":prop20": 5,
908
- ":pk": "$92db76a9-237f-4feb-8af7-032b5641f756#prop1_cluz|175f07f0-71e8-4864-9582-3506dc52cf80",
909
- ":sk1": "$primarycollection#prop2_06"
910
- },
911
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
912
- "FilterExpression": "#prop2 > :prop20"
913
- }
914
- line 1180
915
-
916
- {
917
- "TableName": "electro",
918
- "ExpressionAttributeNames": {
919
- "#prop5": "prop5",
920
- "#pk": "gsi1pk",
921
- "#sk1": "gsi1sk"
922
- },
923
- "ExpressionAttributeValues": {
924
- ":prop50": 5,
925
- ":pk": "$92db76a9-237f-4feb-8af7-032b5641f756#prop4_cluz|ca2cf6b0-2c6d-48f2-a3ee-f9e745d1ea1b",
926
- ":sk1": "$secondarycollection#prop5_06"
927
- },
928
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
929
- "IndexName": "gsi1pk-gsi1sk-index",
930
- "FilterExpression": "#prop5 > :prop50"
931
- }
932
- line 1215
933
-
934
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a multi-attribute sort key (56ms)
935
- {
936
- "TableName": "electro",
937
- "ExpressionAttributeNames": {
938
- "#prop2": "prop2",
939
- "#pk": "pk",
940
- "#sk1": "sk"
941
- },
942
- "ExpressionAttributeValues": {
943
- ":prop20": 5,
944
- ":pk": "$a2de39af-ba57-4f63-b816-722a8eabd583#prop1_iso|e3d4d661-2868-4d97-ba06-0ebd59d5b6fb",
945
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_06"
946
- },
947
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
948
- "FilterExpression": "#prop2 > :prop20"
949
- }
950
- line 1273
951
-
952
- {
953
- "TableName": "electro",
954
- "ExpressionAttributeNames": {
955
- "#prop5": "prop5",
956
- "#pk": "gsi1pk",
957
- "#sk1": "gsi1sk"
958
- },
959
- "ExpressionAttributeValues": {
960
- ":prop50": 5,
961
- ":pk": "$a2de39af-ba57-4f63-b816-722a8eabd583#prop4_iso|c2fbff2d-4cd3-45ac-9451-4799a57e9cfc",
962
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_06"
963
- },
964
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
965
- "IndexName": "gsi1pk-gsi1sk-index",
966
- "FilterExpression": "#prop5 > :prop50"
967
- }
968
- line 1306
969
-
970
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a multi-attribute sort key (49ms)
971
- {
972
- "TableName": "electro",
973
- "ExpressionAttributeNames": {
974
- "#prop2": "prop2",
975
- "#pk": "pk",
976
- "#sk1": "sk"
977
- },
978
- "ExpressionAttributeValues": {
979
- ":prop20": 5,
980
- ":pk": "$76ce4ed6-71bc-4705-9bb1-def4742a8bea#prop1_cluz|03e7e831-0aa4-47c2-a700-707ddb476345",
981
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_2"
982
- },
983
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
984
- "FilterExpression": "#prop2 > :prop20"
985
- }
986
- line 1360
987
-
988
- {
989
- "TableName": "electro",
990
- "ExpressionAttributeNames": {
991
- "#prop5": "prop5",
992
- "#pk": "gsi1pk",
993
- "#sk1": "gsi1sk"
994
- },
995
- "ExpressionAttributeValues": {
996
- ":prop50": 5,
997
- ":pk": "$76ce4ed6-71bc-4705-9bb1-def4742a8bea#prop4_cluz|1690af3a-6042-416c-8450-2af44a12c0a0",
998
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_2"
999
- },
1000
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1001
- "IndexName": "gsi1pk-gsi1sk-index",
1002
- "FilterExpression": "#prop5 > :prop50"
1003
- }
1004
- line 1394
1005
-
1006
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a single attribute sort key (47ms)
1007
- {
1008
- "TableName": "electro",
1009
- "ExpressionAttributeNames": {
1010
- "#prop2": "prop2",
1011
- "#pk": "pk",
1012
- "#sk1": "sk"
1013
- },
1014
- "ExpressionAttributeValues": {
1015
- ":prop20": 5,
1016
- ":pk": "$cfa8fabd-6722-4bed-98fb-dec11d492411#prop1_iso|c05ec7a8-95bc-49e5-b318-bf630c3498ec",
1017
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_06"
1018
- },
1019
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1020
- "FilterExpression": "#prop2 > :prop20"
1021
- }
1022
- line 1452
1023
-
1024
- {
1025
- "TableName": "electro",
1026
- "ExpressionAttributeNames": {
1027
- "#prop5": "prop5",
1028
- "#pk": "gsi1pk",
1029
- "#sk1": "gsi1sk"
1030
- },
1031
- "ExpressionAttributeValues": {
1032
- ":prop50": 5,
1033
- ":pk": "$cfa8fabd-6722-4bed-98fb-dec11d492411#prop4_iso|670befe6-8874-47e8-a890-8606b7268693",
1034
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_06"
1035
- },
1036
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1037
- "IndexName": "gsi1pk-gsi1sk-index",
1038
- "FilterExpression": "#prop5 > :prop50"
1039
- }
1040
- line 1485
1041
-
1042
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a single attribute sort key (48ms)
1043
- {
1044
- "TableName": "electro",
1045
- "ExpressionAttributeNames": {
1046
- "#prop2": "prop2",
1047
- "#pk": "pk",
1048
- "#sk1": "sk"
1049
- },
1050
- "ExpressionAttributeValues": {
1051
- ":prop20": 5,
1052
- ":pk": "$0538e5f0-3147-412f-bbfe-0e8147241d59#prop1_cluz|9aa6d5e3-b668-4c72-be80-4cd7376bc29e",
1053
- ":sk1": "$primarycollection#prop2_06"
1054
- },
1055
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1056
- "FilterExpression": "#prop2 > :prop20"
1057
- }
1058
- line 1180
1059
-
1060
- {
1061
- "TableName": "electro",
1062
- "ExpressionAttributeNames": {
1063
- "#prop5": "prop5",
1064
- "#pk": "gsi1pk",
1065
- "#sk1": "gsi1sk"
1066
- },
1067
- "ExpressionAttributeValues": {
1068
- ":prop50": 5,
1069
- ":pk": "$0538e5f0-3147-412f-bbfe-0e8147241d59#prop4_cluz|0dbac952-9547-4528-9e16-5816fe03d1a9",
1070
- ":sk1": "$secondarycollection#prop5_06"
1071
- },
1072
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1073
- "IndexName": "gsi1pk-gsi1sk-index",
1074
- "FilterExpression": "#prop5 > :prop50"
1075
- }
1076
- line 1215
1077
-
1078
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a multi-attribute sort key (48ms)
1079
- {
1080
- "TableName": "electro",
1081
- "ExpressionAttributeNames": {
1082
- "#prop2": "prop2",
1083
- "#pk": "pk",
1084
- "#sk1": "sk"
1085
- },
1086
- "ExpressionAttributeValues": {
1087
- ":prop20": 5,
1088
- ":pk": "$bc22027b-b119-4f55-893d-67844bdd53b9#prop1_cluz|31d24203-3303-42df-ad14-7f9b29197fe0",
1089
- ":sk1": "$primarycollection#prop2_06"
1090
- },
1091
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1092
- "FilterExpression": "#prop2 > :prop20"
1093
- }
1094
- line 1273
1095
-
1096
- {
1097
- "TableName": "electro",
1098
- "ExpressionAttributeNames": {
1099
- "#prop5": "prop5",
1100
- "#pk": "gsi1pk",
1101
- "#sk1": "gsi1sk"
1102
- },
1103
- "ExpressionAttributeValues": {
1104
- ":prop50": 5,
1105
- ":pk": "$bc22027b-b119-4f55-893d-67844bdd53b9#prop4_cluz|c19fe396-da17-480e-8843-e25a588ac362",
1106
- ":sk1": "$secondarycollection#prop5_06"
1107
- },
1108
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1109
- "IndexName": "gsi1pk-gsi1sk-index",
1110
- "FilterExpression": "#prop5 > :prop50"
1111
- }
1112
- line 1306
1113
-
1114
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a multi-attribute sort key (63ms)
1115
- {
1116
- "TableName": "electro",
1117
- "ExpressionAttributeNames": {
1118
- "#prop2": "prop2",
1119
- "#pk": "pk",
1120
- "#sk1": "sk"
1121
- },
1122
- "ExpressionAttributeValues": {
1123
- ":prop20": 5,
1124
- ":pk": "$85b21b8d-be30-4607-9a45-e77a0558d5e4#prop1_cluz|feada565-6d48-4b55-81b0-bee398420331",
1125
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_2"
1126
- },
1127
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1128
- "FilterExpression": "#prop2 > :prop20"
1129
- }
1130
- line 1360
1131
-
1132
- {
1133
- "TableName": "electro",
1134
- "ExpressionAttributeNames": {
1135
- "#prop5": "prop5",
1136
- "#pk": "gsi1pk",
1137
- "#sk1": "gsi1sk"
1138
- },
1139
- "ExpressionAttributeValues": {
1140
- ":prop50": 5,
1141
- ":pk": "$85b21b8d-be30-4607-9a45-e77a0558d5e4#prop4_cluz|0cb20ea1-1aca-41da-9ae0-1d38455a4fdd",
1142
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_2"
1143
- },
1144
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1145
- "IndexName": "gsi1pk-gsi1sk-index",
1146
- "FilterExpression": "#prop5 > :prop50"
1147
- }
1148
- line 1394
1149
-
1150
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a single attribute sort key (50ms)
1151
- {
1152
- "TableName": "electro",
1153
- "ExpressionAttributeNames": {
1154
- "#prop2": "prop2",
1155
- "#pk": "pk",
1156
- "#sk1": "sk"
1157
- },
1158
- "ExpressionAttributeValues": {
1159
- ":prop20": 5,
1160
- ":pk": "$47b08937-556b-43ab-b2cf-5d0a4a799951#prop1_cluz|af3d8526-2c28-4a6e-b96c-42f3042154f2",
1161
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_2"
1162
- },
1163
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1164
- "FilterExpression": "#prop2 > :prop20"
1165
- }
1166
- line 1452
1167
-
1168
- {
1169
- "TableName": "electro",
1170
- "ExpressionAttributeNames": {
1171
- "#prop5": "prop5",
1172
- "#pk": "gsi1pk",
1173
- "#sk1": "gsi1sk"
1174
- },
1175
- "ExpressionAttributeValues": {
1176
- ":prop50": 5,
1177
- ":pk": "$47b08937-556b-43ab-b2cf-5d0a4a799951#prop4_cluz|3ebbe457-fb1e-49a9-a382-13544f9cd4b5",
1178
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_2"
1179
- },
1180
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1181
- "IndexName": "gsi1pk-gsi1sk-index",
1182
- "FilterExpression": "#prop5 > :prop50"
1183
- }
1184
- line 1485
1185
-
1186
- ✓ should iterate through only the specified entity regardless of type using a sort key the gt sort key operation on a single attribute sort key (52ms)
1187
- {
1188
- "TableName": "electro",
1189
- "ExpressionAttributeNames": {
1190
- "#pk": "pk",
1191
- "#sk1": "sk"
1192
- },
1193
- "ExpressionAttributeValues": {
1194
- ":pk": "$81643387-5469-4b75-b5fa-965e7a48d8cb#prop1_cluz|6c711a74-7b1e-4788-8c15-9b4a8543ea15",
1195
- ":sk1": "$primarycollection#prop2_05"
1196
- },
1197
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1198
- }
1199
- line 1180
1200
-
1201
- {
1202
- "TableName": "electro",
1203
- "ExpressionAttributeNames": {
1204
- "#pk": "gsi1pk",
1205
- "#sk1": "gsi1sk"
1206
- },
1207
- "ExpressionAttributeValues": {
1208
- ":pk": "$81643387-5469-4b75-b5fa-965e7a48d8cb#prop4_cluz|60b750fa-cfb2-4a68-a992-8635523823f6",
1209
- ":sk1": "$secondarycollection#prop5_05"
1210
- },
1211
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1212
- "IndexName": "gsi1pk-gsi1sk-index"
1213
- }
1214
- line 1215
1215
-
1216
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a multi-attribute sort key (53ms)
1217
- {
1218
- "TableName": "electro",
1219
- "ExpressionAttributeNames": {
1220
- "#pk": "pk",
1221
- "#sk1": "sk"
1222
- },
1223
- "ExpressionAttributeValues": {
1224
- ":pk": "$bee9e945-fcef-414b-8ee2-75c72492ecb3#prop1_iso|d662fb2b-7b9f-4c64-bfe0-f41e647295e1",
1225
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_05"
1226
- },
1227
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1228
- }
1229
- line 1273
1230
-
1231
- {
1232
- "TableName": "electro",
1233
- "ExpressionAttributeNames": {
1234
- "#pk": "gsi1pk",
1235
- "#sk1": "gsi1sk"
1236
- },
1237
- "ExpressionAttributeValues": {
1238
- ":pk": "$bee9e945-fcef-414b-8ee2-75c72492ecb3#prop4_iso|dfe8cd62-205c-4b62-8272-faa92e4430b5",
1239
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_05"
1240
- },
1241
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1242
- "IndexName": "gsi1pk-gsi1sk-index"
1243
- }
1244
- line 1306
1245
-
1246
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a multi-attribute sort key (52ms)
1247
- {
1248
- "TableName": "electro",
1249
- "ExpressionAttributeNames": {
1250
- "#pk": "pk",
1251
- "#sk1": "sk"
1252
- },
1253
- "ExpressionAttributeValues": {
1254
- ":pk": "$07677ba3-e347-4a0c-bf17-dadac9dc80e7#prop1_cluz|7d2ce1b5-fccd-495b-8a19-27a446f2ecf5",
1255
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_1"
1256
- },
1257
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1258
- }
1259
- line 1360
1260
-
1261
- {
1262
- "TableName": "electro",
1263
- "ExpressionAttributeNames": {
1264
- "#pk": "gsi1pk",
1265
- "#sk1": "gsi1sk"
1266
- },
1267
- "ExpressionAttributeValues": {
1268
- ":pk": "$07677ba3-e347-4a0c-bf17-dadac9dc80e7#prop4_cluz|fb246bb4-adfc-4977-b5fb-2d50f9118c8a",
1269
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_1"
1270
- },
1271
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1272
- "IndexName": "gsi1pk-gsi1sk-index"
1273
- }
1274
- line 1394
1275
-
1276
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a single attribute sort key (54ms)
1277
- {
1278
- "TableName": "electro",
1279
- "ExpressionAttributeNames": {
1280
- "#pk": "pk",
1281
- "#sk1": "sk"
1282
- },
1283
- "ExpressionAttributeValues": {
1284
- ":pk": "$727e63e3-6036-407e-a607-0a0ee8082b5a#prop1_iso|4e494d59-b449-4a7d-a17c-405c97b1085d",
1285
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_05"
1286
- },
1287
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1288
- }
1289
- line 1452
1290
-
1291
- {
1292
- "TableName": "electro",
1293
- "ExpressionAttributeNames": {
1294
- "#pk": "gsi1pk",
1295
- "#sk1": "gsi1sk"
1296
- },
1297
- "ExpressionAttributeValues": {
1298
- ":pk": "$727e63e3-6036-407e-a607-0a0ee8082b5a#prop4_iso|da3e9927-a3d0-4f98-aeed-b2eca2f6e233",
1299
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_05"
1300
- },
1301
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1302
- "IndexName": "gsi1pk-gsi1sk-index"
1303
- }
1304
- line 1485
1305
-
1306
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a single attribute sort key (54ms)
1307
- {
1308
- "TableName": "electro",
1309
- "ExpressionAttributeNames": {
1310
- "#pk": "pk",
1311
- "#sk1": "sk"
1312
- },
1313
- "ExpressionAttributeValues": {
1314
- ":pk": "$ea40f797-1638-4887-a5af-2d3353b492ce#prop1_cluz|7aa1238c-4403-4628-8a67-7c11df8428a5",
1315
- ":sk1": "$primarycollection#prop2_05"
1316
- },
1317
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1318
- }
1319
- line 1180
1320
-
1321
- {
1322
- "TableName": "electro",
1323
- "ExpressionAttributeNames": {
1324
- "#pk": "gsi1pk",
1325
- "#sk1": "gsi1sk"
1326
- },
1327
- "ExpressionAttributeValues": {
1328
- ":pk": "$ea40f797-1638-4887-a5af-2d3353b492ce#prop4_cluz|32b09040-dc70-4159-a7c7-1ee2ce196861",
1329
- ":sk1": "$secondarycollection#prop5_05"
1330
- },
1331
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1332
- "IndexName": "gsi1pk-gsi1sk-index"
1333
- }
1334
- line 1215
1335
-
1336
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a multi-attribute sort key (79ms)
1337
- {
1338
- "TableName": "electro",
1339
- "ExpressionAttributeNames": {
1340
- "#pk": "pk",
1341
- "#sk1": "sk"
1342
- },
1343
- "ExpressionAttributeValues": {
1344
- ":pk": "$f52f6d9e-cf38-4b25-9a43-ce60cdad0c8d#prop1_cluz|468491cb-df19-485a-97e9-093caa4804f8",
1345
- ":sk1": "$primarycollection#prop2_05"
1346
- },
1347
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1348
- }
1349
- line 1273
1350
-
1351
- {
1352
- "TableName": "electro",
1353
- "ExpressionAttributeNames": {
1354
- "#pk": "gsi1pk",
1355
- "#sk1": "gsi1sk"
1356
- },
1357
- "ExpressionAttributeValues": {
1358
- ":pk": "$f52f6d9e-cf38-4b25-9a43-ce60cdad0c8d#prop4_cluz|28f95395-4cb3-4234-bd5f-6ba92a6bfc26",
1359
- ":sk1": "$secondarycollection#prop5_05"
1360
- },
1361
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1362
- "IndexName": "gsi1pk-gsi1sk-index"
1363
- }
1364
- line 1306
1365
-
1366
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a multi-attribute sort key (91ms)
1367
- {
1368
- "TableName": "electro",
1369
- "ExpressionAttributeNames": {
1370
- "#pk": "pk",
1371
- "#sk1": "sk"
1372
- },
1373
- "ExpressionAttributeValues": {
1374
- ":pk": "$bf2c49f9-2237-421d-85c3-b5d470076245#prop1_cluz|f463f1a0-e804-4f41-9ec3-7971854af4b0",
1375
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_1"
1376
- },
1377
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1378
- }
1379
- line 1360
1380
-
1381
- {
1382
- "TableName": "electro",
1383
- "ExpressionAttributeNames": {
1384
- "#pk": "gsi1pk",
1385
- "#sk1": "gsi1sk"
1386
- },
1387
- "ExpressionAttributeValues": {
1388
- ":pk": "$bf2c49f9-2237-421d-85c3-b5d470076245#prop4_cluz|e4955eee-394c-43aa-a8f6-288e5e52170c",
1389
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_1"
1390
- },
1391
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1392
- "IndexName": "gsi1pk-gsi1sk-index"
1393
- }
1394
- line 1394
1395
-
1396
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a single attribute sort key (93ms)
1397
- {
1398
- "TableName": "electro",
1399
- "ExpressionAttributeNames": {
1400
- "#pk": "pk",
1401
- "#sk1": "sk"
1402
- },
1403
- "ExpressionAttributeValues": {
1404
- ":pk": "$b1525b5b-1e24-4c07-a893-5a17c97098e4#prop1_cluz|b4225ff3-f15c-40cd-a9de-ed3d9cda0fc9",
1405
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_1"
1406
- },
1407
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1"
1408
- }
1409
- line 1452
1410
-
1411
- {
1412
- "TableName": "electro",
1413
- "ExpressionAttributeNames": {
1414
- "#pk": "gsi1pk",
1415
- "#sk1": "gsi1sk"
1416
- },
1417
- "ExpressionAttributeValues": {
1418
- ":pk": "$b1525b5b-1e24-4c07-a893-5a17c97098e4#prop4_cluz|9c3b14bf-550c-44af-aebc-c007b4125f4b",
1419
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_1"
1420
- },
1421
- "KeyConditionExpression": "#pk = :pk and #sk1 >= :sk1",
1422
- "IndexName": "gsi1pk-gsi1sk-index"
1423
- }
1424
- line 1485
1425
-
1426
- ✓ should iterate through only the specified entity regardless of type using a sort key the gte sort key operation on a single attribute sort key (97ms)
1427
- {
1428
- "TableName": "electro",
1429
- "ExpressionAttributeNames": {
1430
- "#pk": "pk",
1431
- "#sk1": "sk"
1432
- },
1433
- "ExpressionAttributeValues": {
1434
- ":pk": "$6599b0db-fc41-4c64-b245-e752558b4f26#prop1_cluz|673716c3-c739-48f4-ae78-1774707b26cd",
1435
- ":sk1": "$primarycollection#prop2_05"
1436
- },
1437
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1438
- }
1439
- line 1180
1440
-
1441
- {
1442
- "TableName": "electro",
1443
- "ExpressionAttributeNames": {
1444
- "#pk": "gsi1pk",
1445
- "#sk1": "gsi1sk"
1446
- },
1447
- "ExpressionAttributeValues": {
1448
- ":pk": "$6599b0db-fc41-4c64-b245-e752558b4f26#prop4_cluz|c984deb0-c716-423a-8cd7-4ed7981aa053",
1449
- ":sk1": "$secondarycollection#prop5_05"
1450
- },
1451
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1452
- "IndexName": "gsi1pk-gsi1sk-index"
1453
- }
1454
- line 1215
1455
-
1456
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a multi-attribute sort key (70ms)
1457
- {
1458
- "TableName": "electro",
1459
- "ExpressionAttributeNames": {
1460
- "#pk": "pk",
1461
- "#sk1": "sk"
1462
- },
1463
- "ExpressionAttributeValues": {
1464
- ":pk": "$5e741673-bf65-4c45-aebb-2d224c5524e7#prop1_iso|5afe1570-193b-4ed9-8ab8-096695e086d4",
1465
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_05"
1466
- },
1467
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1468
- }
1469
- line 1273
1470
-
1471
- {
1472
- "TableName": "electro",
1473
- "ExpressionAttributeNames": {
1474
- "#pk": "gsi1pk",
1475
- "#sk1": "gsi1sk"
1476
- },
1477
- "ExpressionAttributeValues": {
1478
- ":pk": "$5e741673-bf65-4c45-aebb-2d224c5524e7#prop4_iso|77ec2a01-19ad-4a34-86c8-3bde55e967b2",
1479
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_05"
1480
- },
1481
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1482
- "IndexName": "gsi1pk-gsi1sk-index"
1483
- }
1484
- line 1306
1485
-
1486
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a multi-attribute sort key (50ms)
1487
- {
1488
- "TableName": "electro",
1489
- "ExpressionAttributeNames": {
1490
- "#pk": "pk",
1491
- "#sk1": "sk"
1492
- },
1493
- "ExpressionAttributeValues": {
1494
- ":pk": "$de7b1e8f-02c8-45b1-9b41-140895c2ad8d#prop1_cluz|03408b3c-b2fa-4cb0-b134-ba5f585c436f",
1495
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_1"
1496
- },
1497
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1498
- }
1499
- line 1360
1500
-
1501
- {
1502
- "TableName": "electro",
1503
- "ExpressionAttributeNames": {
1504
- "#pk": "gsi1pk",
1505
- "#sk1": "gsi1sk"
1506
- },
1507
- "ExpressionAttributeValues": {
1508
- ":pk": "$de7b1e8f-02c8-45b1-9b41-140895c2ad8d#prop4_cluz|7d5a5bdf-a42d-43f3-a095-90e725565a10",
1509
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_1"
1510
- },
1511
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1512
- "IndexName": "gsi1pk-gsi1sk-index"
1513
- }
1514
- line 1394
1515
-
1516
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a single attribute sort key (56ms)
1517
- {
1518
- "TableName": "electro",
1519
- "ExpressionAttributeNames": {
1520
- "#pk": "pk",
1521
- "#sk1": "sk"
1522
- },
1523
- "ExpressionAttributeValues": {
1524
- ":pk": "$e88132e6-7e0e-496f-ab19-0608bbe0b9fd#prop1_iso|6648616d-7904-42ef-ba55-21382f981ae1",
1525
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_05"
1526
- },
1527
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1528
- }
1529
- line 1452
1530
-
1531
- {
1532
- "TableName": "electro",
1533
- "ExpressionAttributeNames": {
1534
- "#pk": "gsi1pk",
1535
- "#sk1": "gsi1sk"
1536
- },
1537
- "ExpressionAttributeValues": {
1538
- ":pk": "$e88132e6-7e0e-496f-ab19-0608bbe0b9fd#prop4_iso|f558b645-de9e-4597-bd66-e6766f03b8a8",
1539
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_05"
1540
- },
1541
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1542
- "IndexName": "gsi1pk-gsi1sk-index"
1543
- }
1544
- line 1485
1545
-
1546
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a single attribute sort key (48ms)
1547
- {
1548
- "TableName": "electro",
1549
- "ExpressionAttributeNames": {
1550
- "#pk": "pk",
1551
- "#sk1": "sk"
1552
- },
1553
- "ExpressionAttributeValues": {
1554
- ":pk": "$3996a567-68bc-4cb5-ba9b-40151cf03bdc#prop1_cluz|301c2c9e-67bd-43a2-ac20-1030a68707dc",
1555
- ":sk1": "$primarycollection#prop2_05"
1556
- },
1557
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1558
- }
1559
- line 1180
1560
-
1561
- {
1562
- "TableName": "electro",
1563
- "ExpressionAttributeNames": {
1564
- "#pk": "gsi1pk",
1565
- "#sk1": "gsi1sk"
1566
- },
1567
- "ExpressionAttributeValues": {
1568
- ":pk": "$3996a567-68bc-4cb5-ba9b-40151cf03bdc#prop4_cluz|7e86d73c-d59f-49b4-9395-fc8e8d75879f",
1569
- ":sk1": "$secondarycollection#prop5_05"
1570
- },
1571
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1572
- "IndexName": "gsi1pk-gsi1sk-index"
1573
- }
1574
- line 1215
1575
-
1576
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a multi-attribute sort key (47ms)
1577
- {
1578
- "TableName": "electro",
1579
- "ExpressionAttributeNames": {
1580
- "#pk": "pk",
1581
- "#sk1": "sk"
1582
- },
1583
- "ExpressionAttributeValues": {
1584
- ":pk": "$7866425e-da36-4b18-ab34-eeffeafe59f4#prop1_cluz|021f81c5-48e0-427f-b36f-083a146ec946",
1585
- ":sk1": "$primarycollection#prop2_05"
1586
- },
1587
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1588
- }
1589
- line 1273
1590
-
1591
- {
1592
- "TableName": "electro",
1593
- "ExpressionAttributeNames": {
1594
- "#pk": "gsi1pk",
1595
- "#sk1": "gsi1sk"
1596
- },
1597
- "ExpressionAttributeValues": {
1598
- ":pk": "$7866425e-da36-4b18-ab34-eeffeafe59f4#prop4_cluz|cfef7f0f-b219-485f-9b3a-204876b6e90d",
1599
- ":sk1": "$secondarycollection#prop5_05"
1600
- },
1601
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1602
- "IndexName": "gsi1pk-gsi1sk-index"
1603
- }
1604
- line 1306
1605
-
1606
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a multi-attribute sort key (54ms)
1607
- {
1608
- "TableName": "electro",
1609
- "ExpressionAttributeNames": {
1610
- "#pk": "pk",
1611
- "#sk1": "sk"
1612
- },
1613
- "ExpressionAttributeValues": {
1614
- ":pk": "$c88c4f36-a671-4a6b-9456-0e7dd22d803a#prop1_cluz|a4e4bc27-bbd3-4204-8f73-4ad154c96930",
1615
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_1"
1616
- },
1617
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1618
- }
1619
- line 1360
1620
-
1621
- {
1622
- "TableName": "electro",
1623
- "ExpressionAttributeNames": {
1624
- "#pk": "gsi1pk",
1625
- "#sk1": "gsi1sk"
1626
- },
1627
- "ExpressionAttributeValues": {
1628
- ":pk": "$c88c4f36-a671-4a6b-9456-0e7dd22d803a#prop4_cluz|26f06b0a-9c87-44ef-aa56-f1f26bd7cf51",
1629
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_1"
1630
- },
1631
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1632
- "IndexName": "gsi1pk-gsi1sk-index"
1633
- }
1634
- line 1394
1635
-
1636
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a single attribute sort key (53ms)
1637
- {
1638
- "TableName": "electro",
1639
- "ExpressionAttributeNames": {
1640
- "#pk": "pk",
1641
- "#sk1": "sk"
1642
- },
1643
- "ExpressionAttributeValues": {
1644
- ":pk": "$b7c1d64c-df9c-4a83-b6dc-b49a368abbeb#prop1_cluz|153426e4-95c9-40d7-bd9c-366fa9fcb4bd",
1645
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_1"
1646
- },
1647
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1"
1648
- }
1649
- line 1452
1650
-
1651
- {
1652
- "TableName": "electro",
1653
- "ExpressionAttributeNames": {
1654
- "#pk": "gsi1pk",
1655
- "#sk1": "gsi1sk"
1656
- },
1657
- "ExpressionAttributeValues": {
1658
- ":pk": "$b7c1d64c-df9c-4a83-b6dc-b49a368abbeb#prop4_cluz|2b058681-e7bb-447b-9e57-433d0ae1228f",
1659
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_1"
1660
- },
1661
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1662
- "IndexName": "gsi1pk-gsi1sk-index"
1663
- }
1664
- line 1485
1665
-
1666
- ✓ should iterate through only the specified entity regardless of type using a sort key the lt sort key operation on a single attribute sort key (54ms)
1667
- {
1668
- "TableName": "electro",
1669
- "ExpressionAttributeNames": {
1670
- "#prop2": "prop2",
1671
- "#pk": "pk",
1672
- "#sk1": "sk"
1673
- },
1674
- "ExpressionAttributeValues": {
1675
- ":prop20": 5,
1676
- ":pk": "$989a1f7b-4ec0-4a5d-af72-57c90c1cb553#prop1_cluz|ab98095d-4b0c-42e5-8e8c-b8f077c1d81e",
1677
- ":sk1": "$primarycollection#prop2_06"
1678
- },
1679
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1680
- "FilterExpression": "#prop2 <= :prop20"
1681
- }
1682
- line 1180
1683
-
1684
- {
1685
- "TableName": "electro",
1686
- "ExpressionAttributeNames": {
1687
- "#prop5": "prop5",
1688
- "#pk": "gsi1pk",
1689
- "#sk1": "gsi1sk"
1690
- },
1691
- "ExpressionAttributeValues": {
1692
- ":prop50": 5,
1693
- ":pk": "$989a1f7b-4ec0-4a5d-af72-57c90c1cb553#prop4_cluz|39938b0a-fddd-42e9-9736-0794c7d64025",
1694
- ":sk1": "$secondarycollection#prop5_06"
1695
- },
1696
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1697
- "IndexName": "gsi1pk-gsi1sk-index",
1698
- "FilterExpression": "#prop5 <= :prop50"
1699
- }
1700
- line 1215
1701
-
1702
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a multi-attribute sort key (49ms)
1703
- {
1704
- "TableName": "electro",
1705
- "ExpressionAttributeNames": {
1706
- "#prop2": "prop2",
1707
- "#pk": "pk",
1708
- "#sk1": "sk"
1709
- },
1710
- "ExpressionAttributeValues": {
1711
- ":prop20": 5,
1712
- ":pk": "$b2a417a8-017f-462c-af99-663a52a3af81#prop1_iso|57a03c8b-24aa-46bc-acbe-1e34ead9001a",
1713
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_06"
1714
- },
1715
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1716
- "FilterExpression": "#prop2 <= :prop20"
1717
- }
1718
- line 1273
1719
-
1720
- {
1721
- "TableName": "electro",
1722
- "ExpressionAttributeNames": {
1723
- "#prop5": "prop5",
1724
- "#pk": "gsi1pk",
1725
- "#sk1": "gsi1sk"
1726
- },
1727
- "ExpressionAttributeValues": {
1728
- ":prop50": 5,
1729
- ":pk": "$b2a417a8-017f-462c-af99-663a52a3af81#prop4_iso|9ad05190-75a6-41e4-8e10-ff6c3f8e793b",
1730
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_06"
1731
- },
1732
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1733
- "IndexName": "gsi1pk-gsi1sk-index",
1734
- "FilterExpression": "#prop5 <= :prop50"
1735
- }
1736
- line 1306
1737
-
1738
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a multi-attribute sort key (47ms)
1739
- {
1740
- "TableName": "electro",
1741
- "ExpressionAttributeNames": {
1742
- "#prop2": "prop2",
1743
- "#pk": "pk",
1744
- "#sk1": "sk"
1745
- },
1746
- "ExpressionAttributeValues": {
1747
- ":prop20": 5,
1748
- ":pk": "$4badd3c7-a846-4c47-8c3f-6fdaf663fcee#prop1_cluz|02c67cfd-333e-455d-8c52-acb6c2cc6f7f",
1749
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_2"
1750
- },
1751
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1752
- "FilterExpression": "#prop2 <= :prop20"
1753
- }
1754
- line 1360
1755
-
1756
- {
1757
- "TableName": "electro",
1758
- "ExpressionAttributeNames": {
1759
- "#prop5": "prop5",
1760
- "#pk": "gsi1pk",
1761
- "#sk1": "gsi1sk"
1762
- },
1763
- "ExpressionAttributeValues": {
1764
- ":prop50": 5,
1765
- ":pk": "$4badd3c7-a846-4c47-8c3f-6fdaf663fcee#prop4_cluz|b8745c93-c0d1-478b-a3f8-47cd37e05b79",
1766
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_2"
1767
- },
1768
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1769
- "IndexName": "gsi1pk-gsi1sk-index",
1770
- "FilterExpression": "#prop5 <= :prop50"
1771
- }
1772
- line 1394
1773
-
1774
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a single attribute sort key (49ms)
1775
- {
1776
- "TableName": "electro",
1777
- "ExpressionAttributeNames": {
1778
- "#prop2": "prop2",
1779
- "#pk": "pk",
1780
- "#sk1": "sk"
1781
- },
1782
- "ExpressionAttributeValues": {
1783
- ":prop20": 5,
1784
- ":pk": "$ae131c50-4e20-49c9-82b7-6587b9c1dc51#prop1_iso|26d0a785-8e10-49f8-acf0-44955178dac1",
1785
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_06"
1786
- },
1787
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1788
- "FilterExpression": "#prop2 <= :prop20"
1789
- }
1790
- line 1452
1791
-
1792
- {
1793
- "TableName": "electro",
1794
- "ExpressionAttributeNames": {
1795
- "#prop5": "prop5",
1796
- "#pk": "gsi1pk",
1797
- "#sk1": "gsi1sk"
1798
- },
1799
- "ExpressionAttributeValues": {
1800
- ":prop50": 5,
1801
- ":pk": "$ae131c50-4e20-49c9-82b7-6587b9c1dc51#prop4_iso|979c1963-3e84-447e-9331-86f1f5b101cf",
1802
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_06"
1803
- },
1804
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1805
- "IndexName": "gsi1pk-gsi1sk-index",
1806
- "FilterExpression": "#prop5 <= :prop50"
1807
- }
1808
- line 1485
1809
-
1810
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a single attribute sort key (55ms)
1811
- {
1812
- "TableName": "electro",
1813
- "ExpressionAttributeNames": {
1814
- "#prop2": "prop2",
1815
- "#pk": "pk",
1816
- "#sk1": "sk"
1817
- },
1818
- "ExpressionAttributeValues": {
1819
- ":prop20": 5,
1820
- ":pk": "$fa7f8bf2-808c-4491-99a7-63621a44f0bb#prop1_cluz|6286671f-5599-45da-bff9-b356d47bdeba",
1821
- ":sk1": "$primarycollection#prop2_06"
1822
- },
1823
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1824
- "FilterExpression": "#prop2 <= :prop20"
1825
- }
1826
- line 1180
1827
-
1828
- {
1829
- "TableName": "electro",
1830
- "ExpressionAttributeNames": {
1831
- "#prop5": "prop5",
1832
- "#pk": "gsi1pk",
1833
- "#sk1": "gsi1sk"
1834
- },
1835
- "ExpressionAttributeValues": {
1836
- ":prop50": 5,
1837
- ":pk": "$fa7f8bf2-808c-4491-99a7-63621a44f0bb#prop4_cluz|3321fa0f-f3a9-49d8-a9ab-f80b5d85e4e0",
1838
- ":sk1": "$secondarycollection#prop5_06"
1839
- },
1840
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1841
- "IndexName": "gsi1pk-gsi1sk-index",
1842
- "FilterExpression": "#prop5 <= :prop50"
1843
- }
1844
- line 1215
1845
-
1846
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a multi-attribute sort key (69ms)
1847
- {
1848
- "TableName": "electro",
1849
- "ExpressionAttributeNames": {
1850
- "#prop2": "prop2",
1851
- "#pk": "pk",
1852
- "#sk1": "sk"
1853
- },
1854
- "ExpressionAttributeValues": {
1855
- ":prop20": 5,
1856
- ":pk": "$7da95f30-c77b-4b94-aee4-01dae822402e#prop1_cluz|470c32e4-cc1d-496e-9b6a-aacf9c9a8ec9",
1857
- ":sk1": "$primarycollection#prop2_06"
1858
- },
1859
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1860
- "FilterExpression": "#prop2 <= :prop20"
1861
- }
1862
- line 1273
1863
-
1864
- {
1865
- "TableName": "electro",
1866
- "ExpressionAttributeNames": {
1867
- "#prop5": "prop5",
1868
- "#pk": "gsi1pk",
1869
- "#sk1": "gsi1sk"
1870
- },
1871
- "ExpressionAttributeValues": {
1872
- ":prop50": 5,
1873
- ":pk": "$7da95f30-c77b-4b94-aee4-01dae822402e#prop4_cluz|e594c1e0-c163-4dbf-b3b8-0e65b5e4b37c",
1874
- ":sk1": "$secondarycollection#prop5_06"
1875
- },
1876
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1877
- "IndexName": "gsi1pk-gsi1sk-index",
1878
- "FilterExpression": "#prop5 <= :prop50"
1879
- }
1880
- line 1306
1881
-
1882
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a multi-attribute sort key (53ms)
1883
- {
1884
- "TableName": "electro",
1885
- "ExpressionAttributeNames": {
1886
- "#prop2": "prop2",
1887
- "#pk": "pk",
1888
- "#sk1": "sk"
1889
- },
1890
- "ExpressionAttributeValues": {
1891
- ":prop20": 5,
1892
- ":pk": "$689955ae-772a-4e57-8d21-b78be3c044b0#prop1_cluz|51101068-bf36-490f-b1ea-0f4dd444b982",
1893
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_2"
1894
- },
1895
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1896
- "FilterExpression": "#prop2 <= :prop20"
1897
- }
1898
- line 1360
1899
-
1900
- {
1901
- "TableName": "electro",
1902
- "ExpressionAttributeNames": {
1903
- "#prop5": "prop5",
1904
- "#pk": "gsi1pk",
1905
- "#sk1": "gsi1sk"
1906
- },
1907
- "ExpressionAttributeValues": {
1908
- ":prop50": 5,
1909
- ":pk": "$689955ae-772a-4e57-8d21-b78be3c044b0#prop4_cluz|bddd2733-d164-454d-8c07-ad76206555da",
1910
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_2"
1911
- },
1912
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1913
- "IndexName": "gsi1pk-gsi1sk-index",
1914
- "FilterExpression": "#prop5 <= :prop50"
1915
- }
1916
- line 1394
1917
-
1918
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a single attribute sort key (51ms)
1919
- {
1920
- "TableName": "electro",
1921
- "ExpressionAttributeNames": {
1922
- "#prop2": "prop2",
1923
- "#pk": "pk",
1924
- "#sk1": "sk"
1925
- },
1926
- "ExpressionAttributeValues": {
1927
- ":prop20": 5,
1928
- ":pk": "$c1654375-a858-4c3a-889c-b4c3b19a0313#prop1_cluz|aa297975-ea85-4d22-9716-8ad4ebe40f38",
1929
- ":sk1": "$primarycollection#prop2_05#clustered+entity1_2"
1930
- },
1931
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1932
- "FilterExpression": "#prop2 <= :prop20"
1933
- }
1934
- line 1452
1935
-
1936
- {
1937
- "TableName": "electro",
1938
- "ExpressionAttributeNames": {
1939
- "#prop5": "prop5",
1940
- "#pk": "gsi1pk",
1941
- "#sk1": "gsi1sk"
1942
- },
1943
- "ExpressionAttributeValues": {
1944
- ":prop50": 5,
1945
- ":pk": "$c1654375-a858-4c3a-889c-b4c3b19a0313#prop4_cluz|4fe7ccc7-4e17-43f5-a550-c2ac78d07d22",
1946
- ":sk1": "$secondarycollection#prop5_05#clustered+entity1_2"
1947
- },
1948
- "KeyConditionExpression": "#pk = :pk and #sk1 < :sk1",
1949
- "IndexName": "gsi1pk-gsi1sk-index",
1950
- "FilterExpression": "#prop5 <= :prop50"
1951
- }
1952
- line 1485
1953
-
1954
- ✓ should iterate through only the specified entity regardless of type using a sort key the lte sort key operation on a single attribute sort key (51ms)
1955
- {
1956
- "TableName": "electro",
1957
- "ExpressionAttributeNames": {
1958
- "#prop2": "prop2",
1959
- "#pk": "pk",
1960
- "#sk1": "sk"
1961
- },
1962
- "ExpressionAttributeValues": {
1963
- ":prop20": 7,
1964
- ":pk": "$5f7f5c9a-294a-4ecf-8ebc-ac23b7b8a232#prop1_cluz|9d961239-2974-4b2d-b20c-37a738888d04",
1965
- ":sk1": "$primarycollection#prop2_03",
1966
- ":sk2": "$primarycollection#prop2_08"
1967
- },
1968
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
1969
- "FilterExpression": "#prop2 <= :prop20"
1970
- }
1971
- line 1180
1972
-
1973
- {
1974
- "TableName": "electro",
1975
- "ExpressionAttributeNames": {
1976
- "#prop5": "prop5",
1977
- "#pk": "gsi1pk",
1978
- "#sk1": "gsi1sk"
1979
- },
1980
- "ExpressionAttributeValues": {
1981
- ":prop50": 7,
1982
- ":pk": "$5f7f5c9a-294a-4ecf-8ebc-ac23b7b8a232#prop4_cluz|a649c856-3bd6-4791-a28f-e3c49b8e2bb1",
1983
- ":sk1": "$secondarycollection#prop5_03",
1984
- ":sk2": "$secondarycollection#prop5_08"
1985
- },
1986
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
1987
- "IndexName": "gsi1pk-gsi1sk-index",
1988
- "FilterExpression": "#prop5 <= :prop50"
1989
- }
1990
- line 1215
1991
-
1992
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a multi-attribute sort key (54ms)
1993
- {
1994
- "TableName": "electro",
1995
- "ExpressionAttributeNames": {
1996
- "#prop2": "prop2",
1997
- "#pk": "pk",
1998
- "#sk1": "sk"
1999
- },
2000
- "ExpressionAttributeValues": {
2001
- ":prop20": 7,
2002
- ":pk": "$1b6e5a44-bf98-4997-bc0a-1bd32b7ba342#prop1_iso|4ac317e9-04ea-4eb3-b75d-dcaa8611cd19",
2003
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_03",
2004
- ":sk2": "$primarycollection#isolated+entity1_1#prop2_08"
2005
- },
2006
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2007
- "FilterExpression": "#prop2 <= :prop20"
2008
- }
2009
- line 1273
2010
-
2011
- {
2012
- "TableName": "electro",
2013
- "ExpressionAttributeNames": {
2014
- "#prop5": "prop5",
2015
- "#pk": "gsi1pk",
2016
- "#sk1": "gsi1sk"
2017
- },
2018
- "ExpressionAttributeValues": {
2019
- ":prop50": 7,
2020
- ":pk": "$1b6e5a44-bf98-4997-bc0a-1bd32b7ba342#prop4_iso|5eb0aec7-96b1-4fe4-ae3f-ec1b01e9d0d0",
2021
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_03",
2022
- ":sk2": "$secondarycollection#isolated+entity1_1#prop5_08"
2023
- },
2024
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2025
- "IndexName": "gsi1pk-gsi1sk-index",
2026
- "FilterExpression": "#prop5 <= :prop50"
2027
- }
2028
- line 1306
2029
-
2030
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a multi-attribute sort key (46ms)
2031
- {
2032
- "TableName": "electro",
2033
- "ExpressionAttributeNames": {
2034
- "#prop2": "prop2",
2035
- "#pk": "pk",
2036
- "#sk1": "sk"
2037
- },
2038
- "ExpressionAttributeValues": {
2039
- ":prop20": 7,
2040
- ":pk": "$12f4c4c0-5f14-4d74-8ec3-9d36849eab83#prop1_cluz|edb14b01-78d3-4a84-80a1-3768600733f3",
2041
- ":sk1": "$primarycollection#prop2_03#clustered+entity1_1",
2042
- ":sk2": "$primarycollection#prop2_07#clustered+entity1_2"
2043
- },
2044
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2045
- "FilterExpression": "#prop2 <= :prop20"
2046
- }
2047
- line 1360
2048
-
2049
- {
2050
- "TableName": "electro",
2051
- "ExpressionAttributeNames": {
2052
- "#prop5": "prop5",
2053
- "#pk": "gsi1pk",
2054
- "#sk1": "gsi1sk"
2055
- },
2056
- "ExpressionAttributeValues": {
2057
- ":prop50": 7,
2058
- ":pk": "$12f4c4c0-5f14-4d74-8ec3-9d36849eab83#prop4_cluz|db19b1ef-c90f-4e3a-af18-730fd8832e77",
2059
- ":sk1": "$secondarycollection#prop5_03#clustered+entity1_1",
2060
- ":sk2": "$secondarycollection#prop5_07#clustered+entity1_2"
2061
- },
2062
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2063
- "IndexName": "gsi1pk-gsi1sk-index",
2064
- "FilterExpression": "#prop5 <= :prop50"
2065
- }
2066
- line 1394
2067
-
2068
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a single attribute sort key (45ms)
2069
- {
2070
- "TableName": "electro",
2071
- "ExpressionAttributeNames": {
2072
- "#prop2": "prop2",
2073
- "#pk": "pk",
2074
- "#sk1": "sk"
2075
- },
2076
- "ExpressionAttributeValues": {
2077
- ":prop20": 7,
2078
- ":pk": "$cd0f0dd4-375c-448b-a795-c8f11f0a2fcb#prop1_iso|7f74a0f5-54e5-4887-9822-b61e960e21d7",
2079
- ":sk1": "$primarycollection#isolated+entity1_1#prop2_03",
2080
- ":sk2": "$primarycollection#isolated+entity1_1#prop2_08"
2081
- },
2082
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2083
- "FilterExpression": "#prop2 <= :prop20"
2084
- }
2085
- line 1452
2086
-
2087
- {
2088
- "TableName": "electro",
2089
- "ExpressionAttributeNames": {
2090
- "#prop5": "prop5",
2091
- "#pk": "gsi1pk",
2092
- "#sk1": "gsi1sk"
2093
- },
2094
- "ExpressionAttributeValues": {
2095
- ":prop50": 7,
2096
- ":pk": "$cd0f0dd4-375c-448b-a795-c8f11f0a2fcb#prop4_iso|a74fc759-afc4-429f-a88b-66d94b3126eb",
2097
- ":sk1": "$secondarycollection#isolated+entity1_1#prop5_03",
2098
- ":sk2": "$secondarycollection#isolated+entity1_1#prop5_08"
2099
- },
2100
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2101
- "IndexName": "gsi1pk-gsi1sk-index",
2102
- "FilterExpression": "#prop5 <= :prop50"
2103
- }
2104
- line 1485
2105
-
2106
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a single attribute sort key (46ms)
2107
- {
2108
- "TableName": "electro",
2109
- "ExpressionAttributeNames": {
2110
- "#prop2": "prop2",
2111
- "#pk": "pk",
2112
- "#sk1": "sk"
2113
- },
2114
- "ExpressionAttributeValues": {
2115
- ":prop20": 7,
2116
- ":pk": "$bbb739bd-2c30-410d-9694-a9e9f4ee836d#prop1_cluz|be163540-2f3d-42ff-bd70-7706ad8ef585",
2117
- ":sk1": "$primarycollection#prop2_03",
2118
- ":sk2": "$primarycollection#prop2_08"
2119
- },
2120
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2121
- "FilterExpression": "#prop2 <= :prop20"
2122
- }
2123
- line 1180
2124
-
2125
- {
2126
- "TableName": "electro",
2127
- "ExpressionAttributeNames": {
2128
- "#prop5": "prop5",
2129
- "#pk": "gsi1pk",
2130
- "#sk1": "gsi1sk"
2131
- },
2132
- "ExpressionAttributeValues": {
2133
- ":prop50": 7,
2134
- ":pk": "$bbb739bd-2c30-410d-9694-a9e9f4ee836d#prop4_cluz|ec3c4adf-864b-4bd4-9b7d-2c6f5a126f34",
2135
- ":sk1": "$secondarycollection#prop5_03",
2136
- ":sk2": "$secondarycollection#prop5_08"
2137
- },
2138
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2139
- "IndexName": "gsi1pk-gsi1sk-index",
2140
- "FilterExpression": "#prop5 <= :prop50"
2141
- }
2142
- line 1215
2143
-
2144
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a multi-attribute sort key (45ms)
2145
- {
2146
- "TableName": "electro",
2147
- "ExpressionAttributeNames": {
2148
- "#prop2": "prop2",
2149
- "#pk": "pk",
2150
- "#sk1": "sk"
2151
- },
2152
- "ExpressionAttributeValues": {
2153
- ":prop20": 7,
2154
- ":pk": "$c560c217-1f8e-4991-a23f-d30018f7f420#prop1_cluz|62d41c5d-f00f-4d95-9a10-5051db2f7f21",
2155
- ":sk1": "$primarycollection#prop2_03",
2156
- ":sk2": "$primarycollection#prop2_08"
2157
- },
2158
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2159
- "FilterExpression": "#prop2 <= :prop20"
2160
- }
2161
- line 1273
2162
-
2163
- {
2164
- "TableName": "electro",
2165
- "ExpressionAttributeNames": {
2166
- "#prop5": "prop5",
2167
- "#pk": "gsi1pk",
2168
- "#sk1": "gsi1sk"
2169
- },
2170
- "ExpressionAttributeValues": {
2171
- ":prop50": 7,
2172
- ":pk": "$c560c217-1f8e-4991-a23f-d30018f7f420#prop4_cluz|6dcf547e-fb27-415a-9634-7f811e072a99",
2173
- ":sk1": "$secondarycollection#prop5_03",
2174
- ":sk2": "$secondarycollection#prop5_08"
2175
- },
2176
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2177
- "IndexName": "gsi1pk-gsi1sk-index",
2178
- "FilterExpression": "#prop5 <= :prop50"
2179
- }
2180
- line 1306
2181
-
2182
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a multi-attribute sort key (60ms)
2183
- {
2184
- "TableName": "electro",
2185
- "ExpressionAttributeNames": {
2186
- "#prop2": "prop2",
2187
- "#pk": "pk",
2188
- "#sk1": "sk"
2189
- },
2190
- "ExpressionAttributeValues": {
2191
- ":prop20": 7,
2192
- ":pk": "$1d64d713-f5ab-4c69-b029-b65297b59578#prop1_cluz|31dba1f4-15de-49d9-9992-1c689ebce2c1",
2193
- ":sk1": "$primarycollection#prop2_03#clustered+entity1_1",
2194
- ":sk2": "$primarycollection#prop2_07#clustered+entity1_2"
2195
- },
2196
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2197
- "FilterExpression": "#prop2 <= :prop20"
2198
- }
2199
- line 1360
2200
-
2201
- {
2202
- "TableName": "electro",
2203
- "ExpressionAttributeNames": {
2204
- "#prop5": "prop5",
2205
- "#pk": "gsi1pk",
2206
- "#sk1": "gsi1sk"
2207
- },
2208
- "ExpressionAttributeValues": {
2209
- ":prop50": 7,
2210
- ":pk": "$1d64d713-f5ab-4c69-b029-b65297b59578#prop4_cluz|e3c03f36-5bb6-4cd0-8fa5-90e671a56d46",
2211
- ":sk1": "$secondarycollection#prop5_03#clustered+entity1_1",
2212
- ":sk2": "$secondarycollection#prop5_07#clustered+entity1_2"
2213
- },
2214
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2215
- "IndexName": "gsi1pk-gsi1sk-index",
2216
- "FilterExpression": "#prop5 <= :prop50"
2217
- }
2218
- line 1394
2219
-
2220
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a single attribute sort key (44ms)
2221
- {
2222
- "TableName": "electro",
2223
- "ExpressionAttributeNames": {
2224
- "#prop2": "prop2",
2225
- "#pk": "pk",
2226
- "#sk1": "sk"
2227
- },
2228
- "ExpressionAttributeValues": {
2229
- ":prop20": 7,
2230
- ":pk": "$a97a5b54-e0c8-4d68-9257-71bcff047fed#prop1_cluz|8d49c7cd-e437-4502-aac0-771db02c51cc",
2231
- ":sk1": "$primarycollection#prop2_03#clustered+entity1_1",
2232
- ":sk2": "$primarycollection#prop2_07#clustered+entity1_2"
2233
- },
2234
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2235
- "FilterExpression": "#prop2 <= :prop20"
2236
- }
2237
- line 1452
2238
-
2239
- {
2240
- "TableName": "electro",
2241
- "ExpressionAttributeNames": {
2242
- "#prop5": "prop5",
2243
- "#pk": "gsi1pk",
2244
- "#sk1": "gsi1sk"
2245
- },
2246
- "ExpressionAttributeValues": {
2247
- ":prop50": 7,
2248
- ":pk": "$a97a5b54-e0c8-4d68-9257-71bcff047fed#prop4_cluz|6e6e71e6-ea82-4764-abbc-404383662a3a",
2249
- ":sk1": "$secondarycollection#prop5_03#clustered+entity1_1",
2250
- ":sk2": "$secondarycollection#prop5_07#clustered+entity1_2"
2251
- },
2252
- "KeyConditionExpression": "#pk = :pk and #sk1 BETWEEN :sk1 AND :sk2",
2253
- "IndexName": "gsi1pk-gsi1sk-index",
2254
- "FilterExpression": "#prop5 <= :prop50"
2255
- }
2256
- line 1485
2257
-
2258
- ✓ should iterate through only the specified entity regardless of type using a sort key the between sort key operation on a single attribute sort key (49ms)
2259
-
2260
-
2261
- 52 passing (3s)
2262
- 2 failing
2263
-
2264
- 1) index types and operations
2265
- clustered collection sort key operations
2266
- should iterate through only the specified entities regardless of type using a sort key the gte sort key operation on a multi-attribute sortkey:
2267
-
2268
- AssertionError: expected 10 to equal 5
2269
- + expected - actual
2270
-
2271
- -10
2272
- +5
2273
-
2274
- at compareItems (test/ts_connected.service.spec.ts:938:33)
2275
- at /Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:1077:21
2276
- at step (test/ts_connected.service.spec.ts:33:23)
2277
- at Object.next (test/ts_connected.service.spec.ts:14:53)
2278
- at fulfilled (test/ts_connected.service.spec.ts:5:58)
2279
- at processTicksAndRejections (node:internal/process/task_queues:96:5)
2280
-
2281
- 2) index types and operations
2282
- clustered collection sort key operations
2283
- should iterate through only the specified entities regardless of type using a sort key the gte sort key operation on a single attribute sortkey:
2284
-
2285
- AssertionError: expected 10 to equal 5
2286
- + expected - actual
2287
-
2288
- -10
2289
- +5
2290
-
2291
- at compareItems (test/ts_connected.service.spec.ts:938:33)
2292
- at /Users/tylerw.walch/Desktop/media/code/projects/electrodb/test/ts_connected.service.spec.ts:1077:21
2293
- at step (test/ts_connected.service.spec.ts:33:23)
2294
- at Object.next (test/ts_connected.service.spec.ts:14:53)
2295
- at fulfilled (test/ts_connected.service.spec.ts:5:58)
2296
- at processTicksAndRejections (node:internal/process/task_queues:96:5)
2297
-
2298
-
2299
-