Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Aug 9, 2019
1 parent 26be7f6 commit 733e4de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cs/test/SimpleRecoveryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public void SimpleRecoveryTest3()
s0.Dispose();
fht1.Dispose();


/*
fht2.Recover(token);
// var guid = s1.ID;
Expand All @@ -226,10 +226,11 @@ public void SimpleRecoveryTest3()
}
}
s3.Dispose();
fht2.Dispose();
*/


log.Close();
fht2.Dispose();
new DirectoryInfo(TestContext.CurrentContext.TestDirectory + "\\checkpoints4").Delete(true);
}
}
Expand Down Expand Up @@ -297,4 +298,5 @@ public void CopyUpdater(ref AdId key, ref Input input, ref NumClicks oldValue, r
newValue.numClicks += oldValue.numClicks + input.numClicks.numClicks;
}
}
}
}

0 comments on commit 733e4de

Please sign in to comment.