Skip to content

Commit

Permalink
incorporate feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Jul 9, 2024
1 parent b6c17b8 commit 9166608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Common/DurableTaskEndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5109,8 +5109,8 @@ public async Task DurableEntity_CleanEntityStorage(string storageProvider)
// remove release orphaned lock to unblock orchestration B
// Note: do NOT remove empty entities yet: we want to keep the empty entity so it can unblock orchestration B
response = await client.InnerClient.CleanEntityStorageAsync(removeEmptyEntities: false, releaseOrphanedLocks: true, CancellationToken.None);
Assert.Equal(0, response.NumberOfEmptyEntitiesRemoved);
Assert.Equal(1, response.NumberOfOrphanedLocksRemoved);
Assert.Equal(0, response.NumberOfEmptyEntitiesRemoved);

// wait for orchestration B to complete, now that the lock has been released
status = await clientB.WaitForCompletionAsync(this.output);
Expand Down

0 comments on commit 9166608

Please sign in to comment.