Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <disxiaofei@163.com>
  • Loading branch information
Yisaer committed Dec 25, 2024
1 parent b4abe53 commit 160c328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/topo/topotest/rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1864,12 +1864,18 @@ func TestAliasSQL(t *testing.T) {
SendError: true,
Qos: def.AtLeastOnce,
CheckpointInterval: cast.DurationConf(5 * time.Second),
PlanOptimizeStrategy: &def.PlanOptimizeStrategy{
EnableAliasRefCal: true,
},
},
{
BufferLength: 100,
SendError: true,
Qos: def.ExactlyOnce,
CheckpointInterval: cast.DurationConf(5 * time.Second),
PlanOptimizeStrategy: &def.PlanOptimizeStrategy{
EnableAliasRefCal: true,
},
},
}
for _, opt := range options {
Expand Down

0 comments on commit 160c328

Please sign in to comment.