소스 검색

bug(test): remove initConf to be able to run in github action

ngjaying 5 년 전
부모
커밋
5084709a91
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      xsql/processors/xsql_processor_test.go

+ 0 - 2
xsql/processors/xsql_processor_test.go

@@ -1871,7 +1871,6 @@ func TestWindowError(t *testing.T) {
 	fmt.Printf("The test bucket size is %d.\n\n", len(tests))
 	createSchemalessStreams(t)
 	defer dropSchemalessStreams(t)
-	common.InitConf()
 	for i, tt := range tests {
 		test.ResetClock(1541152486000)
 		p := NewRuleProcessor(DbDir)
@@ -2730,7 +2729,6 @@ func TestEventWindow(t *testing.T) {
 	fmt.Printf("The test bucket size is %d.\n\n", len(tests))
 	createEventStreams(t)
 	defer dropEventStreams(t)
-	common.InitConf()
 	for i, tt := range tests {
 		test.ResetClock(1541152486000)
 		p := NewRuleProcessor(DbDir)