Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
divyagayathri-hcl committed Dec 18, 2024
1 parent 8ba8ec3 commit ab617d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/zmq_state_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,9 @@ static void ZmqWithResponse(bool producerPersistence)
cout << "DIV:: Function ZmqWithResponse ut 1 537" << endl;
std::vector<KeyOpFieldsValuesTuple> kcos;
kcos.push_back(KeyOpFieldsValuesTuple{"k", SET_COMMAND, std::vector<FieldValueTuple>{FieldValueTuple{"f", "v"}}});
std::vector<std::shared_ptr<KeyOpFieldsValuesTuple>> kcos_p;
//std::vector<std::shared_ptr<KeyOpFieldsValuesTuple>> 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;
Expand All @@ -574,7 +574,7 @@ static void ZmqWithResponse(bool producerPersistence)
TEST(ZmqWithResponse, test)
{
// test with persist by consumer
ZmqWithResponse(true);
ZmqWithResponse(false);
}

TEST(ZmqWithResponseClientError, test)
Expand Down

0 comments on commit ab617d3

Please sign in to comment.