Skip to content

D1 Buffer mapping fix, tests fix #4044

D1 Buffer mapping fix, tests fix

D1 Buffer mapping fix, tests fix #4044

Triggered via push March 20, 2025 13:24
Status Failure
Total duration 29m 55s
Artifacts
Matrix: attw
Matrix: test
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test (neon-http)
Process completed with exit code 1.
test (neon-http): integration-tests/tests/pg/pg-common.ts#L6058
AssertionError: expected [ { serial: 1, …(69) } ] to strictly equal [ { serial: 1, …(69) } ] - Expected + Received Array [ Object { "arrbigint53": Array [ 9007199254740991, ], "arrbigint64": Array [ 5044565289845416380n, ], "arrbool": Array [ true, ], "arrchar": Array [ "c", ], "arrcidr": Array [ "2001:4f8:3:ba:2e0:81ff:fe22:d1f1/128", ], "arrdate": Array [ 2025-03-12T00:00:00.000Z, ], "arrdateStr": Array [ - "2025-03-12", + 2025-03-12T00:00:00.000Z, ], "arrdouble": Array [ 15.35325689124218, ], "arrenum": Array [ "enVal1", ], "arrinet": Array [ "192.168.0.1/24", ], "arrint": Array [ 621, ], "arrinterval": Array [ - "-2 mons", + PostgresInterval { + "months": -2, + }, ], "arrjson": Array [ Object { "arr": Array [ "str", 10, ], "str": "strval", }, ], "arrjsonb": Array [ Object { "arr": Array [ "strb", 11, ], "str": "strvalb", }, ], "arrline": Array [ Object { "a": 1, "b": 2, "c": 3, }, ], "arrlineTuple": Array [ Array [ 1, 2, 3, ], ], "arrmacaddr": Array [ "08:00:2b:01:02:03", ], "arrmacaddr8": Array [ "08:00:2b:01:02:03:04:05", ], "arrnumeric": Array [ "475452353476", ], "arrnumericBig": Array [ - 5044565289845416380n, + 5044565289845415936n, ], "arrnumericNum": Array [ 9007199254740991, ], "arrpoint": Array [ Object { "x": 24.5, "y": 49.6, }, ], "arrpointTuple": Array [ Array [ 57.2, 94.3, ], ], "arrreal": Array [ 1.048596, ], "arrsmallint": Array [ 10, ], "arrtext": Array [ "TEXT STRING", ], "arrtime": Array [ "13:59:28", ], "arrtimestamp": Array [ - 2025-03-12T01:32:41.623Z, + 2025-03-12T01:32:41.000Z, ], "arrtimestampStr": Array [ - "2025-03-12 01:32:41.623", + 2025-03-12T01:32:41.623Z, ], "arrtimestampTz": Array [ 2025-03-12T01:32:41.623Z, ], "arrtimestampTzStr": Array [ - "2025-03-12 01:32:41.623+00", + 2025-03-12T01:32:41.623Z, ], "arruuid": Array [ "b77c9eef-8e28-4654-88a1-7221b46d2a1c", ], "arrvarchar": Array [ "C4-", ], "bigint53": 9007199254740991, "bigint64": 5044565289845416380n, "bigserial53": 9007199254740991, "bigserial64": 5044565289845416380n, "bool": true, "char": "c", "cidr": "2001:4f8:3:ba:2e0:81ff:fe22:d1f1/128", "date": 2025-03-12T00:00:00.000Z, "dateStr": "2025-03-12", "double": 15.35325689124218, "enum": "enVal1", "inet": "192.168.0.1/24", "int": 621, "interval": "-2 mons", "json": Object { "arr": Array [ "str", 10, ], "str": "strval", }, "jsonb": Object { "arr": Array [ "strb", 11, ], "str": "strvalb", }, "line": Object { "a": 1, "b": 2, "c": 3, }, "lineTuple": Array [ 1, 2, 3, ], "macaddr": "08:00:2b:01:02:03", "macaddr8": "08:00:2b:01:02:03:04:05", "numeric": "475452353476", "numericBig": 5044565289845416380n, "numericNum": 9007199254740991, "point": Object { "x": 24.5, "y": 49.6, }, "pointTuple": Array [ 57.2, 94.3, ], "real": 1.048596, "serial": 1, "smallint": 10, "smallserial"