build #1218
Annotations
25 errors
|
Build with Node.js 20
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 22
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 latest
The strategy configuration was canceled because "test._20" failed
|
|
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
|