Skip to content

Commit

Permalink
Fixing test change
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Sep 18, 2019
1 parent 6315a14 commit 19d5d82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cs/test/SimpleRecoveryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,10 @@ public void SimpleRecoveryTest1()
}
fht1.TakeFullCheckpoint(out Guid token);
fht1.CompleteCheckpoint(true);

fht2.StartSession();

fht1.StopSession();

fht2.Recover(token);

fht2.StartSession();
for (int key = 0; key < numOps; key++)
{
var status = fht2.Read(ref inputArray[key], ref inputArg, ref output, Empty.Default, 0);
Expand Down

0 comments on commit 19d5d82

Please sign in to comment.