Skip to content

Commit 3087d76

Browse files
committed
fix
Signed-off-by: Song Gao <disxiaofei@163.com>
1 parent 4ccaaec commit 3087d76

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

internal/topo/node/node_test/window_inc_agg_event_op_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
"github.com/lf-edge/ekuiper/v2/internal/conf"
2525
"github.com/lf-edge/ekuiper/v2/internal/pkg/def"
2626
"github.com/lf-edge/ekuiper/v2/internal/pkg/store"
27-
"github.com/lf-edge/ekuiper/v2/internal/testx"
2827
"github.com/lf-edge/ekuiper/v2/internal/topo/node"
2928
"github.com/lf-edge/ekuiper/v2/internal/topo/planner"
3029
"github.com/lf-edge/ekuiper/v2/internal/xsql"
@@ -33,9 +32,6 @@ import (
3332
)
3433

3534
func TestIncEventHoppingWindowState(t *testing.T) {
36-
if testx.Race {
37-
t.Skip("skip race test")
38-
}
3935
conf.IsTesting = true
4036
o := &def.RuleOption{
4137
PlanOptimizeStrategy: &def.PlanOptimizeStrategy{

internal/topo/node/node_test/window_inc_agg_op_test.go

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ func TestWindowState(t *testing.T) {
106106
}
107107

108108
func TestIncAggCountWindowState(t *testing.T) {
109-
if testx.Race {
110-
t.Skip("skip race test")
111-
}
112109
o := &def.RuleOption{
113110
BufferLength: 10,
114111
}
@@ -174,9 +171,6 @@ func TestIncAggCountWindowState(t *testing.T) {
174171
}
175172

176173
func TestIncAggWindow(t *testing.T) {
177-
if testx.Race {
178-
t.Skip("skip race test")
179-
}
180174
o := &def.RuleOption{
181175
BufferLength: 10,
182176
}
@@ -228,9 +222,6 @@ func TestIncAggWindow(t *testing.T) {
228222
}
229223

230224
func TestIncAggAlignTumblingWindow(t *testing.T) {
231-
if testx.Race {
232-
t.Skip("skip race test")
233-
}
234225
conf.IsTesting = true
235226
node.EnableAlignWindow = true
236227
o := &def.RuleOption{
@@ -331,9 +322,6 @@ func TestIncAggTumblingWindow(t *testing.T) {
331322
}
332323

333324
func TestIncAggSlidingWindow(t *testing.T) {
334-
if testx.Race {
335-
t.Skip("skip race test")
336-
}
337325
conf.IsTesting = true
338326
o := &def.RuleOption{
339327
BufferLength: 10,
@@ -397,9 +385,6 @@ func TestIncAggSlidingWindow(t *testing.T) {
397385
}
398386

399387
func TestIncAggSlidingWindowOver(t *testing.T) {
400-
if testx.Race {
401-
t.Skip("skip race test")
402-
}
403388
conf.IsTesting = true
404389
o := &def.RuleOption{
405390
BufferLength: 10,
@@ -453,9 +438,6 @@ func TestIncAggSlidingWindowOver(t *testing.T) {
453438
}
454439

455440
func TestIncAggSlidingWindowDelay(t *testing.T) {
456-
if testx.Race {
457-
t.Skip("skip race test")
458-
}
459441
conf.IsTesting = true
460442
o := &def.RuleOption{
461443
BufferLength: 10,
@@ -545,9 +527,6 @@ func waitExecute() {
545527
}
546528

547529
func TestIncHoppingWindow(t *testing.T) {
548-
if testx.Race {
549-
t.Skip("skip race test")
550-
}
551530
conf.IsTesting = true
552531
node.EnableAlignWindow = false
553532
o := &def.RuleOption{
@@ -605,9 +584,6 @@ func TestIncHoppingWindow(t *testing.T) {
605584
}
606585

607586
func TestIncAggAlignHoppingWindow(t *testing.T) {
608-
if testx.Race {
609-
t.Skip("skip race test")
610-
}
611587
conf.IsTesting = true
612588
node.EnableAlignWindow = true
613589
o := &def.RuleOption{

0 commit comments

Comments
 (0)