Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Dec 30, 2024
1 parent 848b7f3 commit 8c3276f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/unittest/pipeline/PipelineUpdateUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
#include "unittest/pipeline/HttpSinkMock.h"
#include "unittest/pipeline/LogtailPluginMock.h"
#include "unittest/plugin/PluginMock.h"
#ifdef __ENTERPRISE__
#include "config/provider/EnterpriseConfigProvider.h"
#endif

using namespace std;

Expand Down Expand Up @@ -372,10 +375,12 @@ class PipelineUpdateUnittest : public testing::Test {
"Type": "flusher_stdout2"
})";

size_t builtinPipelineCnt = 0;
static size_t builtinPipelineCnt;
bool isFileServerStart = false;
};

size_t PipelineUpdateUnittest::builtinPipelineCnt = 0;

void PipelineUpdateUnittest::TestFileServerStart() {
isFileServerStart = true;
Json::Value nativePipelineConfigJson
Expand Down

0 comments on commit 8c3276f

Please sign in to comment.