From 3f9b51dc18358f9f8c9850f18614cb26f5bbc197 Mon Sep 17 00:00:00 2001 From: chronolaw Date: Thu, 17 Oct 2024 07:12:54 +0800 Subject: [PATCH] keep obtain_dp_node_id --- spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua b/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua index cb45f7eab2fa..626193e35b49 100644 --- a/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua +++ b/spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua @@ -2,6 +2,8 @@ local helpers = require "spec.helpers" local cjson = require("cjson.safe") +--[[ +-- keep it for future usage local function obtain_dp_node_id() local dp_node_id @@ -25,6 +27,7 @@ local function obtain_dp_node_id() return dp_node_id end +--]] for _, inc_sync in ipairs { "on", "off" } do