Skip to content

Commit

Permalink
ci: add TestClusterStandaloneWAL (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Sep 20, 2024
1 parent 6a205f1 commit 087ed33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/greptimedbcluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
})
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ spec:
- "etcd.etcd-cluster:2379"
datanode:
replicas: 1
httpPort: 4000
rpcPort: 4001
mysqlPort: 4002
postgreSQLPort: 4003
wal:
raftEngine:
fs:
Expand Down

0 comments on commit 087ed33

Please sign in to comment.