diff --git a/tests/zmq_state_ut.cpp b/tests/zmq_state_ut.cpp index 038ea0c0b..bd056f48e 100644 --- a/tests/zmq_state_ut.cpp +++ b/tests/zmq_state_ut.cpp @@ -555,9 +555,9 @@ static void ZmqWithResponse(bool producerPersistence) cout << "DIV:: Function ZmqWithResponse ut 1 537" << endl; std::vector kcos; kcos.push_back(KeyOpFieldsValuesTuple{"k", SET_COMMAND, std::vector{FieldValueTuple{"f", "v"}}}); - std::vector> kcos_p; + //std::vector> kcos_p; cout << "DIV:: Function ZmqWithResponse ut 1 541" << endl; - std::string dbName, tableName; + //std::string dbName, tableName; for (int i = 0; i < 5; ++i) { cout << "DIV:: Function ZmqWithResponse ut 1 545" << endl; @@ -574,7 +574,7 @@ static void ZmqWithResponse(bool producerPersistence) TEST(ZmqWithResponse, test) { // test with persist by consumer - ZmqWithResponse(true); + ZmqWithResponse(false); } TEST(ZmqWithResponseClientError, test)