Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Mar 21, 2024
1 parent 640a0b4 commit ca65225
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,12 @@ Y_UNIT_TEST_SUITE(TSequenceReboots) {
NKikimrScheme::StatusMultipleModifications});
t.TestEnv->TestWaitNotification(runtime, t.TxId);

TestLs(runtime, "/MyRoot/copy/myseq", TDescribeOptionsBuilder().SetShowPrivateTable(true), NLs::PathExist);

{
TInactiveZone inactive(activeZone);

TestLs(
runtime, "/MyRoot/copy/myseq", TDescribeOptionsBuilder().SetShowPrivateTable(true), NLs::PathExist);

i64 value = DoNextVal(runtime, "/MyRoot/copy/myseq");
UNIT_ASSERT_VALUES_EQUAL(value, 2);
}
Expand Down

0 comments on commit ca65225

Please sign in to comment.