Skip to content

Commit ea3edcf

Browse files
authored
[C++ SDK] Fixed topic tests build on darwin (#20613)
1 parent 2f218e1 commit ea3edcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/public/sdk/cpp/src/client/topic/ut/local_partition_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ namespace NYdb::inline Dev::NTopic::NTests {
305305

306306
UNIT_ASSERT(writeSession->Write(NPQ::NTest::Msg("message_1.1", 2)));
307307

308-
std::uint64_t txId = 1006;
308+
ui64 txId = 1006;
309309
NPQ::NTest::SplitPartition(setup, ++txId, 0, "a");
310310

311311
UNIT_ASSERT(writeSession->Write(NPQ::NTest::Msg("message_1.2", 3)));

ydb/public/sdk/cpp/src/client/topic/ut/topic_to_table_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ class TFixture : public NUnitTest::TBaseFixture {
396396
std::unordered_map<std::pair<std::string, std::string>, TTopicWriteSessionContext> TopicWriteSessions;
397397
std::unordered_map<std::string, TTopicReadSessionPtr> TopicReadSessions;
398398

399-
std::uint64_t SchemaTxId = 1000;
399+
ui64 SchemaTxId = 1000;
400400
};
401401

402402
class TFixtureTable : public TFixture {

0 commit comments

Comments
 (0)