Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
dbc namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 12, 2024
1 parent 6bed86e commit a474d23
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api-tests/tests/database-cluster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ test('create db cluster with monitoring config', async ({ request }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
monitoring: {
Expand Down Expand Up @@ -113,6 +114,7 @@ test('update db cluster with a new monitoring config', async ({ request }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
monitoring: {
Expand Down Expand Up @@ -181,6 +183,7 @@ test('update db cluster without monitoring config with a new monitoring config',
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down Expand Up @@ -246,6 +249,7 @@ test('update db cluster monitoring config with an empty monitoring config', asyn
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
monitoring: {
Expand Down
3 changes: 3 additions & 0 deletions api-tests/tests/pg-clusters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test('create/edit/delete single node pg cluster', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down Expand Up @@ -118,6 +119,7 @@ test('expose pg cluster after creation', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down Expand Up @@ -196,6 +198,7 @@ test('expose pg cluster on EKS to the public internet and scale up', async ({ re
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down
3 changes: 3 additions & 0 deletions api-tests/tests/psmdb-clusters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test('create/edit/delete single node psmdb cluster', async ({ request, page }) =
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down Expand Up @@ -109,6 +110,7 @@ test('expose psmdb cluster after creation', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down Expand Up @@ -193,6 +195,7 @@ test('expose psmdb cluster on EKS to the public internet and scale up', async ({
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down
3 changes: 3 additions & 0 deletions api-tests/tests/pxc-clusters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test('create/edit/delete pxc single node cluster', async ({ request, page }) =>
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down Expand Up @@ -130,6 +131,7 @@ test('expose pxc cluster after creation', async ({ request, page }) => {
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down Expand Up @@ -209,6 +211,7 @@ test('expose pxc cluster on EKS to the public internet and scale up', async ({ r
kind: 'DatabaseCluster',
metadata: {
name: clusterName,
namespace: 'ns',
},
spec: {
engine: {
Expand Down

0 comments on commit a474d23

Please sign in to comment.