Skip to content

Commit

Permalink
Update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Aug 8, 2019
1 parent 1754b68 commit a486834
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cs/test/SimpleRecoveryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,8 @@ public void SimpleRecoveryTest3()

fht2.Recover(token);

var s3 = fht2.StartClientSession();
// var guid = s1.ID;
// var s2 = fht2.ContinueClientSession(guid, out long lsn);
var guid = s1.ID;
var s3 = fht2.ContinueClientSession(guid, out long lsn);
s3.ResumeThread();

for (int key = 0; key < numOps; key++)
Expand Down

0 comments on commit a486834

Please sign in to comment.