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 1d16aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/zmq_state_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ static void ZmqWithResponse(bool producerPersistence)
kcos.push_back(KeyOpFieldsValuesTuple{"k", SET_COMMAND, std::vector<FieldValueTuple>{FieldValueTuple{"f", "v"}}});
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 1d16aab

Please sign in to comment.