Skip to content

Commit 87f635a

Browse files
committed
Fix tests for multiple domains
1 parent 91ee130 commit 87f635a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ydb/core/mind/node_broker_ut.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,11 @@ Y_UNIT_TEST_SUITE(TNodeBrokerTest) {
14191419
sharedScopeId);
14201420
}
14211421

1422+
static constexpr ui32 NODE1 = 1024;
1423+
static constexpr ui32 NODE2 = 1056;
1424+
static constexpr ui32 NODE3 = 1088;
1425+
static constexpr ui32 NODE4 = 1120;
1426+
14221427
Y_UNIT_TEST(NodeNameExpiration)
14231428
{
14241429
TTestBasicRuntime runtime(8, false);

0 commit comments

Comments
 (0)