You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cubejs-testing/test/__snapshots__/birdbox-postgresql-cubestore.test.ts.snap
+203Lines changed: 203 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -369,3 +369,206 @@ Array [
369
369
},
370
370
]
371
371
`;
372
+
373
+
exports[`postgresql-cubestore HTTP Transport #3 Events.count with Events.type order by Events.type DESC, Events.count: #3 Events.count with Events.type order by Events.type DESC, Events.count 1`] =`
374
+
Array [
375
+
Object {
376
+
"Events.count": "92",
377
+
"Events.type": "WatchEvent",
378
+
},
379
+
Object {
380
+
"Events.count": "2",
381
+
"Events.type": "ReleaseEvent",
382
+
},
383
+
Object {
384
+
"Events.count": "513",
385
+
"Events.type": "PushEvent",
386
+
},
387
+
Object {
388
+
"Events.count": "21",
389
+
"Events.type": "PullRequestReviewCommentEvent",
390
+
},
391
+
Object {
392
+
"Events.count": "32",
393
+
"Events.type": "PullRequestEvent",
394
+
},
395
+
Object {
396
+
"Events.count": "1",
397
+
"Events.type": "MemberEvent",
398
+
},
399
+
Object {
400
+
"Events.count": "57",
401
+
"Events.type": "IssuesEvent",
402
+
},
403
+
Object {
404
+
"Events.count": "104",
405
+
"Events.type": "IssueCommentEvent",
406
+
},
407
+
Object {
408
+
"Events.count": "21",
409
+
"Events.type": "GollumEvent",
410
+
},
411
+
Object {
412
+
"Events.count": "21",
413
+
"Events.type": "ForkEvent",
414
+
},
415
+
Object {
416
+
"Events.count": "14",
417
+
"Events.type": "DeleteEvent",
418
+
},
419
+
Object {
420
+
"Events.count": "120",
421
+
"Events.type": "CreateEvent",
422
+
},
423
+
Object {
424
+
"Events.count": "1",
425
+
"Events.type": "CommitCommentEvent",
426
+
},
427
+
]
428
+
`;
429
+
430
+
exports[`postgresql-cubestore HTTP Transport Different column data types: Different column data types 1`] =`
"unusualDataTypes.text_column": "PostgreSQL is awesome!",
514
+
"unusualDataTypes.xml_column": "<root><child>even more data</child></root>",
515
+
},
516
+
]
517
+
`;
518
+
519
+
exports[`postgresql-cubestore WS Transport #3 Events.count with Events.type order by Events.type DESC, Events.count: #3 Events.count with Events.type order by Events.type DESC, Events.count 1`] =`
0 commit comments