chore: typescript v6 #11435
Annotations
3 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
next/packages/api-elasticsearch/__tests__/utils/waitUntilHealthy.test.ts#L130
AssertionError: expected "vi.fn()" to be called 3 times, but got 2 times
❯ packages/api-elasticsearch/__tests__/utils/waitUntilHealthy.test.ts:130:29
|
|
Run tests:
next/packages/api-elasticsearch/__tests__/operations/catNodes.test.ts#L25
AssertionError: expected [ { ip: 'x.x.x.x', …(10) }, …(1) ] to match object [ { …(7) } ]
- Expected
+ Received
[
{
+ "cluster_manager": "-",
"cpu": "42",
"heap.percent": "62",
"ip": "x.x.x.x",
+ "load_15m": "1.00",
"load_1m": "3.17",
+ "load_5m": "1.65",
"name": "9430ec986b11e035b86a09db89d4494f",
"node.role": "dimr",
+ "node.roles": "data,ingest,master,remote_cluster_client",
"ram.percent": "98",
+ },
+ {
+ "cluster_manager": "*",
+ "cpu": "61",
+ "heap.percent": "37",
+ "ip": "x.x.x.x",
+ "load_15m": "1.31",
+ "load_1m": "4.54",
+ "load_5m": "2.48",
+ "name": "07de052a0bbfb9e4cb08d678a7fd917c",
+ "node.role": "dimr",
+ "node.roles": "data,ingest,master,remote_cluster_client",
+ "ram.percent": "99",
},
]
❯ packages/api-elasticsearch/__tests__/operations/catNodes.test.ts:25:24
|
Loading