Skip to content

Commit

Permalink
Merge e2f5255 into b1c5908
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Aug 1, 2024
2 parents b1c5908 + e2f5255 commit af1801a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/core/mind/bscontroller/group_mapper_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ class TTestContext {
Y_UNIT_TEST_SUITE(TGroupMapperTest) {

Y_UNIT_TEST(MapperSequentialCalls) {
TTestContext globalContext(3, 4, 20, 5, 4);
TTestContext localContext(3, 4, 20, 5, 4);
TTestContext globalContext(3, 3, 4, 3, 4);
TTestContext localContext(3, 3, 4, 3, 4);

TGroupMapper globalMapper(TTestContext::CreateGroupGeometry(TBlobStorageGroupType::Erasure4Plus2Block, 1, 8, 2));
globalContext.PopulateGroupMapper(globalMapper, 16);
Expand Down

0 comments on commit af1801a

Please sign in to comment.