EVEREST-1294: fix error message #834
Merged
Annotations
1 error, 2 warnings, and 1 notice
Run integration tests:
api-tests/tests/pg-clusters.spec.ts#L242
1) [api] › pg-clusters.spec.ts:192:5 › expose pg cluster on EKS to the public internet and scale up
Error: expect(received).toBe(expected) // Object.is equality
Expected: 6
Received: 3
240 | expect(result.metadata.name).toBe(clusterName)
241 | expect(result.spec).toMatchObject(pgPayload.spec)
> 242 | expect(result.status.size).toBe(6)
| ^
243 |
244 | pgPayload.spec = result.spec
245 | pgPayload.metadata = result.metadata
at /home/runner/work/everest/everest/api-tests/tests/pg-clusters.spec.ts:242:32
|
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Set up Go release
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Run integration tests
1 flaky
[api] › pg-clusters.spec.ts:192:5 › expose pg cluster on EKS to the public internet and scale up
52 passed (2.1m)
|
Loading