EVEREST-1788 Adjust namespaces remove
CLI command
#3456
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
|
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
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Run integration tests
1 flaky
[api] › pg-clusters.spec.ts:192:5 › expose pg cluster on EKS to the public internet and scale up
53 passed (4.2m)
|
Loading