diff --git a/tests/e2e/greptimedbcluster_test.go b/tests/e2e/greptimedbcluster_test.go index b6bbab09..22e186ac 100644 --- a/tests/e2e/greptimedbcluster_test.go +++ b/tests/e2e/greptimedbcluster_test.go @@ -48,4 +48,8 @@ var _ = Describe("Test GreptimeDBCluster", func() { It("Test scaling a cluster up and down", func() { greptimedbcluster.TestScaleCluster(ctx, h) }) + + It("Test a cluster with standalone WAL", func() { + greptimedbcluster.TestClusterStandaloneWAL(ctx, h) + }) }) diff --git a/tests/e2e/testdata/resources/cluster/standalone-wal/cluster.yaml b/tests/e2e/testdata/resources/cluster/standalone-wal/cluster.yaml index bdbc167b..4b67ce7a 100644 --- a/tests/e2e/testdata/resources/cluster/standalone-wal/cluster.yaml +++ b/tests/e2e/testdata/resources/cluster/standalone-wal/cluster.yaml @@ -15,6 +15,10 @@ spec: - "etcd.etcd-cluster:2379" datanode: replicas: 1 + httpPort: 4000 + rpcPort: 4001 + mysqlPort: 4002 + postgreSQLPort: 4003 wal: raftEngine: fs: