Skip to content

Commit

Permalink
fix cdc e2e test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dingfeng committed Mar 30, 2023
1 parent a79ee70 commit a72ad55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/polardbxcluster/lifecycle/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ var _ = ginkgo.Describe("[PolarDBXCluster] [Lifecycle:Upgrade]", func() {
obj.Spec.Topology.Nodes.CDC = &polardbxv1polardbx.TopologyNodeCDC{
Replicas: 1,
}
obj.Spec.Topology.Nodes.CDC.Template.Resources = resources
err := f.Client.Update(f.Ctx, obj)
framework.ExpectNoError(err)

Expand Down

0 comments on commit a72ad55

Please sign in to comment.