Commit f2e00539 authored by Marc Gravell's avatar Marc Gravell

what's a baby yak called? I must look this up

parent e9e23102
...@@ -934,7 +934,7 @@ public async Task ParallelTransactionsWithConditions() ...@@ -934,7 +934,7 @@ public async Task ParallelTransactionsWithConditions()
{ {
await Assert.ThrowsAsync<TaskCanceledException>(() => x); await Assert.ThrowsAsync<TaskCanceledException>(() => x);
await Assert.ThrowsAsync<TaskCanceledException>(() => y); await Assert.ThrowsAsync<TaskCanceledException>(() => y);
} }
} }
}); });
} }
...@@ -944,7 +944,7 @@ public async Task ParallelTransactionsWithConditions() ...@@ -944,7 +944,7 @@ public async Task ParallelTransactionsWithConditions()
} }
var actual = (int) await muxers[0].GetDatabase().StringGetAsync(hits); var actual = (int) await muxers[0].GetDatabase().StringGetAsync(hits);
Assert.Equal(expectedSuccess, actual); Assert.Equal(expectedSuccess, actual);
Writer.WriteLine($"success: {actual} out of {(Workers * PerThread)} attempts"); Writer.WriteLine($"success: {actual} out of {Workers * PerThread} attempts");
} }
finally finally
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment