You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CFP/AllVersionsAndDeletes/BuilderTests.cs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ public async Task WhenADocumentIsCreatedWithTtlSetThenTheDocumentIsDeletedTestsA
awaitmonitoredContainer.CreateItemAsync<ToDoActivity>(newToDoActivity{id="1",pk="1",description="Testing TTL on CFP.",ttl=ttlInSeconds},partitionKey:newPartitionKey("1"));
126
126
127
127
// NOTE(philipthomas-MSFT): Please allow these Logger.LogLine because TTL on items will purge at random times so I am using this to test when ran locally using emulator.
@@ -239,7 +239,7 @@ public async Task WhenADocumentIsCreatedThenUpdatedThenDeletedTestsAsync()
239
239
// 1 second delay between operations to get different timestamps.
Copy file name to clipboardExpand all lines: Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CFP/AllVersionsAndDeletes/BuilderWithCustomSerializerTests.cs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -453,7 +453,7 @@ public async Task WhenADocumentIsCreatedWithTtlSetThenTheDocumentIsDeletedTestsA
awaitmonitoredContainer.CreateItemAsync<ToDoActivity>(newToDoActivity{id="1",pk="1",description="Testing TTL on CFP.",ttl=ttlInSeconds},partitionKey:newPartitionKey("1"));
458
458
459
459
// NOTE(philipthomas-MSFT): Please allow these Logger.LogLine because TTL on items will purge at random times so I am using this to test when ran locally using emulator.
@@ -571,7 +571,7 @@ public async Task WhenADocumentIsCreatedThenUpdatedThenDeletedTestsAsync()
571
571
// 1 second delay between operations to get different timestamps.
0 commit comments