Skip to content

Commit 5ec8d00

Browse files
committed
[C++ SDK] Fixed topic tests build on darwin (#20613)
1 parent 90ba9e9 commit 5ec8d00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9c4a824b4d0d5d3627b64c6c37673133bb1b3350
1+
ea3edcf7b55f47d30c2241bac0aaec0c5681bf29

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 V3::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)));

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)