postgres: updated snapshot test with better floating point values (#82168)
This commit is contained in:
+8
-8
@@ -14,9 +14,9 @@
|
||||
// | Labels: | Labels: | Labels: | Labels: |
|
||||
// | Type: []*time.Time | Type: []*time.Time | Type: []*float64 | Type: []*time.Time |
|
||||
// +--------------------------------------+-------------------------------+------------------+-----------------------------------+
|
||||
// | 2023-12-21 12:21:27 +0000 UTC | 2023-12-21 12:21:40 +0000 UTC | 1.7031613e+09 | 2023-12-21 12:21:52 +0000 UTC |
|
||||
// | 2023-12-21 12:21:27.724 +0000 UTC | 2023-12-21 12:20:00 +0000 UTC | 1.7031612e+12 | 2023-12-21 12:21:52.522 +0000 UTC |
|
||||
// | 2023-12-21 12:21:27.724919 +0000 UTC | 2023-12-21 12:20:00 +0000 UTC | 1.7031612e+18 | 2023-12-21 12:21:52.522 +0000 UTC |
|
||||
// | 2023-12-21 12:22:24 +0000 UTC | 2023-12-21 12:21:40 +0000 UTC | 1.7031613e+09 | 2023-12-21 12:22:52 +0000 UTC |
|
||||
// | 2023-12-21 12:20:33.408 +0000 UTC | 2023-12-21 12:20:00 +0000 UTC | 1.7031612e+12 | 2023-12-21 12:21:52.522 +0000 UTC |
|
||||
// | 2023-12-21 12:20:41.050022 +0000 UTC | 2023-12-21 12:20:00 +0000 UTC | 1.7031612e+18 | 2023-12-21 12:21:52.522 +0000 UTC |
|
||||
// | null | null | null | null |
|
||||
// +--------------------------------------+-------------------------------+------------------+-----------------------------------+
|
||||
//
|
||||
@@ -72,9 +72,9 @@
|
||||
"data": {
|
||||
"values": [
|
||||
[
|
||||
1703161287000,
|
||||
1703161287724,
|
||||
1703161287724,
|
||||
1703161344000,
|
||||
1703161233408,
|
||||
1703161241050,
|
||||
null
|
||||
],
|
||||
[
|
||||
@@ -90,7 +90,7 @@
|
||||
null
|
||||
],
|
||||
[
|
||||
1703161312000,
|
||||
1703161372000,
|
||||
1703161312522,
|
||||
1703161312522,
|
||||
null
|
||||
@@ -100,7 +100,7 @@
|
||||
[
|
||||
0,
|
||||
0,
|
||||
919000,
|
||||
22000,
|
||||
0
|
||||
],
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user