Skip to content

build

build #1212

Triggered via schedule November 1, 2025 02:48
Status Failure
Total duration 59s
Artifacts

build.yml

on: schedule
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

19 errors
Build with Node.js latest
Process completed with exit code 1.
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest data via HTTP with auto flush interval: test/sender.integration.test.ts#L549
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -7,8 +7,8 @@ "name": "temperature", "type": "DOUBLE", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:549:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest multi dimensional empty array via HTTP with protocol v2: test/sender.integration.test.ts#L502
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:502:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest empty array via HTTP with protocol v2: test/sender.integration.test.ts#L458
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:458:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest zero vector via HTTP with protocol v2: test/sender.integration.test.ts#L403
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:403:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest NULL array via HTTP with protocol v2: test/sender.integration.test.ts#L356
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:356:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest data via HTTP with protocol v2: test/sender.integration.test.ts#L274
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:274:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest data via HTTP with auto flush rows: test/sender.integration.test.ts#L205
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -7,8 +7,8 @@ "name": "temperature", "type": "DOUBLE", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:205:35
Build with Node.js 20
The strategy configuration was canceled because "test.latest" failed
Build with Node.js 20
The operation was canceled.
Build with Node.js 22
The strategy configuration was canceled because "test.latest" failed
Build with Node.js 22
The operation was canceled.
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest data via HTTP with auto flush interval: test/sender.integration.test.ts#L549
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -7,8 +7,8 @@ "name": "temperature", "type": "DOUBLE", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:549:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest multi dimensional empty array via HTTP with protocol v2: test/sender.integration.test.ts#L502
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:502:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest empty array via HTTP with protocol v2: test/sender.integration.test.ts#L458
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:458:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest zero vector via HTTP with protocol v2: test/sender.integration.test.ts#L403
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:403:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest NULL array via HTTP with protocol v2: test/sender.integration.test.ts#L356
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:356:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest data via HTTP with protocol v2: test/sender.integration.test.ts#L274
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -9,8 +9,8 @@ "name": "temperatures", "type": "ARRAY", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:274:35
test/sender.integration.test.ts > Sender tests with containerized QuestDB instance > can ingest data via HTTP with auto flush rows: test/sender.integration.test.ts#L205
AssertionError: expected [ { name: 'location', …(1) }, …(2) ] to strictly equal [ { name: 'location', …(1) }, …(2) ] - Expected + Received @@ -7,8 +7,8 @@ "name": "temperature", "type": "DOUBLE", }, { "name": "timestamp", - "type": "TIMESTAMP", + "type": "TIMESTAMP_NS", }, ] ❯ test/sender.integration.test.ts:205:35