Skip to content

Commit f654a6e

Browse files
committed
chore(tests): Fix flaky birdbox:postgresql-cubestore tests (due to order by same numbers)
1 parent 78a557d commit f654a6e

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

packages/cubejs-testing/test/__snapshots__/birdbox-postgresql-cubestore.test.ts.snap

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,53 @@ Array [
1818

1919
exports[`postgresql-cubestore HTTP Transport #3 Events.count with Events.type order by Events.count DESC: #3 Events.count with Events.type order by Events.count DESC 1`] = `
2020
Array [
21+
Object {
22+
"Events.count": "92",
23+
"Events.type": "WatchEvent",
24+
},
25+
Object {
26+
"Events.count": "2",
27+
"Events.type": "ReleaseEvent",
28+
},
2129
Object {
2230
"Events.count": "513",
2331
"Events.type": "PushEvent",
2432
},
2533
Object {
26-
"Events.count": "120",
27-
"Events.type": "CreateEvent",
34+
"Events.count": "21",
35+
"Events.type": "PullRequestReviewCommentEvent",
2836
},
2937
Object {
30-
"Events.count": "104",
31-
"Events.type": "IssueCommentEvent",
38+
"Events.count": "32",
39+
"Events.type": "PullRequestEvent",
3240
},
3341
Object {
34-
"Events.count": "92",
35-
"Events.type": "WatchEvent",
42+
"Events.count": "1",
43+
"Events.type": "MemberEvent",
3644
},
3745
Object {
3846
"Events.count": "57",
3947
"Events.type": "IssuesEvent",
4048
},
4149
Object {
42-
"Events.count": "32",
43-
"Events.type": "PullRequestEvent",
44-
},
45-
Object {
46-
"Events.count": "21",
47-
"Events.type": "ForkEvent",
50+
"Events.count": "104",
51+
"Events.type": "IssueCommentEvent",
4852
},
4953
Object {
5054
"Events.count": "21",
5155
"Events.type": "GollumEvent",
5256
},
5357
Object {
5458
"Events.count": "21",
55-
"Events.type": "PullRequestReviewCommentEvent",
59+
"Events.type": "ForkEvent",
5660
},
5761
Object {
5862
"Events.count": "14",
5963
"Events.type": "DeleteEvent",
6064
},
6165
Object {
62-
"Events.count": "2",
63-
"Events.type": "ReleaseEvent",
64-
},
65-
Object {
66-
"Events.count": "1",
67-
"Events.type": "MemberEvent",
66+
"Events.count": "120",
67+
"Events.type": "CreateEvent",
6868
},
6969
Object {
7070
"Events.count": "1",
@@ -99,53 +99,53 @@ Array [
9999

100100
exports[`postgresql-cubestore WS Transport #3 Events.count with Events.type order by Events.count DESC: #3 Events.count with Events.type order by Events.count DESC 1`] = `
101101
Array [
102+
Object {
103+
"Events.count": "92",
104+
"Events.type": "WatchEvent",
105+
},
106+
Object {
107+
"Events.count": "2",
108+
"Events.type": "ReleaseEvent",
109+
},
102110
Object {
103111
"Events.count": "513",
104112
"Events.type": "PushEvent",
105113
},
106114
Object {
107-
"Events.count": "120",
108-
"Events.type": "CreateEvent",
115+
"Events.count": "21",
116+
"Events.type": "PullRequestReviewCommentEvent",
109117
},
110118
Object {
111-
"Events.count": "104",
112-
"Events.type": "IssueCommentEvent",
119+
"Events.count": "32",
120+
"Events.type": "PullRequestEvent",
113121
},
114122
Object {
115-
"Events.count": "92",
116-
"Events.type": "WatchEvent",
123+
"Events.count": "1",
124+
"Events.type": "MemberEvent",
117125
},
118126
Object {
119127
"Events.count": "57",
120128
"Events.type": "IssuesEvent",
121129
},
122130
Object {
123-
"Events.count": "32",
124-
"Events.type": "PullRequestEvent",
125-
},
126-
Object {
127-
"Events.count": "21",
128-
"Events.type": "ForkEvent",
131+
"Events.count": "104",
132+
"Events.type": "IssueCommentEvent",
129133
},
130134
Object {
131135
"Events.count": "21",
132136
"Events.type": "GollumEvent",
133137
},
134138
Object {
135139
"Events.count": "21",
136-
"Events.type": "PullRequestReviewCommentEvent",
140+
"Events.type": "ForkEvent",
137141
},
138142
Object {
139143
"Events.count": "14",
140144
"Events.type": "DeleteEvent",
141145
},
142146
Object {
143-
"Events.count": "2",
144-
"Events.type": "ReleaseEvent",
145-
},
146-
Object {
147-
"Events.count": "1",
148-
"Events.type": "MemberEvent",
147+
"Events.count": "120",
148+
"Events.type": "CreateEvent",
149149
},
150150
Object {
151151
"Events.count": "1",

0 commit comments

Comments
 (0)