We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cc512 commit 72022cbCopy full SHA for 72022cb
collector/pg_stat_walreceiver_test.go
@@ -64,13 +64,13 @@ func TestPGStatWalReceiverCollectorWithFlushedLSN(t *testing.T) {
64
"foo",
65
"bar",
66
"stopping",
67
- 1200668684563608,
+ int64(1200668684563608),
68
1687321285,
69
- 1200668684563609,
+ int64(1200668684563609),
70
1687321280,
71
1687321275,
72
1687321276,
73
- 1200668684563610,
+ int64(1200668684563610),
74
1687321277,
75
5,
76
)
@@ -143,12 +143,12 @@ func TestPGStatWalReceiverCollectorWithNoFlushedLSN(t *testing.T) {
143
144
145
"starting",
146
147
148
149
150
151
152
153
154
0 commit comments