@@ -313,7 +313,6 @@ func TestFlowGraphDeleteNode_Operate(t *testing.T) {
313313 testPath := "/test/datanode/root/meta"
314314 assert .NoError (t , clearEtcd (testPath ))
315315 Params .EtcdCfg .MetaRootPath = testPath
316- Params .DataNodeCfg .DeleteBinlogRootPath = testPath
317316
318317 c := & nodeConfig {
319318 replica : replica ,
@@ -337,7 +336,6 @@ func TestFlowGraphDeleteNode_Operate(t *testing.T) {
337336 testPath := "/test/datanode/root/meta"
338337 assert .NoError (t , clearEtcd (testPath ))
339338 Params .EtcdCfg .MetaRootPath = testPath
340- Params .DataNodeCfg .DeleteBinlogRootPath = testPath
341339
342340 c := & nodeConfig {
343341 replica : replica ,
@@ -367,7 +365,6 @@ func TestFlowGraphDeleteNode_Operate(t *testing.T) {
367365 testPath := "/test/datanode/root/meta"
368366 assert .NoError (t , clearEtcd (testPath ))
369367 Params .EtcdCfg .MetaRootPath = testPath
370- Params .DataNodeCfg .DeleteBinlogRootPath = testPath
371368
372369 c := & nodeConfig {
373370 replica : replica ,
@@ -403,7 +400,6 @@ func TestFlowGraphDeleteNode_Operate(t *testing.T) {
403400 testPath := "/test/datanode/root/meta"
404401 assert .NoError (t , clearEtcd (testPath ))
405402 Params .EtcdCfg .MetaRootPath = testPath
406- Params .DataNodeCfg .DeleteBinlogRootPath = testPath
407403
408404 c := & nodeConfig {
409405 replica : & mockReplica {},
@@ -436,7 +432,6 @@ func TestFlowGraphDeleteNode_Operate(t *testing.T) {
436432 testPath := "/test/datanode/root/meta"
437433 assert .NoError (t , clearEtcd (testPath ))
438434 Params .EtcdCfg .MetaRootPath = testPath
439- Params .DataNodeCfg .DeleteBinlogRootPath = testPath
440435
441436 replica := & SegmentReplica {
442437 newSegments : make (map [UniqueID ]* Segment ),
@@ -492,7 +487,6 @@ func TestFlowGraphDeleteNode_showDelBuf(t *testing.T) {
492487 testPath := "/test/datanode/root/meta"
493488 assert .NoError (t , clearEtcd (testPath ))
494489 Params .EtcdCfg .MetaRootPath = testPath
495- Params .DataNodeCfg .DeleteBinlogRootPath = testPath
496490
497491 c := & nodeConfig {
498492 replica : & mockReplica {},
@@ -533,7 +527,6 @@ func TestFlowGraphDeleteNode_updateCompactedSegments(t *testing.T) {
533527 testPath := "/test/datanode/root/meta"
534528 assert .NoError (t , clearEtcd (testPath ))
535529 Params .EtcdCfg .MetaRootPath = testPath
536- Params .DataNodeCfg .DeleteBinlogRootPath = testPath
537530
538531 replica := SegmentReplica {
539532 newSegments : make (map [UniqueID ]* Segment ),
0 commit comments