Skip to content

Commit

Permalink
Merge 54f373d into 25ffb03
Browse files Browse the repository at this point in the history
  • Loading branch information
niksaveliev authored Nov 8, 2024
2 parents 25ffb03 + 54f373d commit d3f59da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ydb/public/sdk/cpp/client/ydb_topic/ut/basic_usage_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ Y_UNIT_TEST_SUITE(BasicUsage) {
bool res = session->Write(message);
UNIT_ASSERT(res);
}
bool res = session->Close(TDuration::Seconds(10));
bool res = session->Close(TDuration::Seconds(30));
UNIT_ASSERT(res);

std::shared_ptr<NYdb::NTopic::IReadSession> ReadSession;
Expand Down Expand Up @@ -657,8 +657,6 @@ Y_UNIT_TEST_SUITE(BasicUsage) {
Cerr << ">>> TEST: Session gracefully closed" << Endl;

Sleep(TDuration::Seconds(5));

// UNIT_ASSERT(false);
}

Y_UNIT_TEST(ConflictingWrites) {
Expand Down

0 comments on commit d3f59da

Please sign in to comment.