Description
This test is failing, suggesting that the retries are not picking up the new collection Id.
Couchbase.Core.Exceptions.UnambiguousTimeoutException : The operation /100 timed out after 00:00:02.5000000. It was retried 9 times using Couchbase.Core.Retry.BestEffortRetryStrategy.
|
Stack trace:
|
at Couchbase.Utils.ThrowHelper.ThrowTimeoutException(IOperation operation, IErrorContext context) in /Users/willbroadbelt/Documents/repos/couchbase/couchbase-net-client/src/Couchbase/Utils/ThrowHelper.cs:line 74
|
at Couchbase.Core.Retry.RetryOrchestrator.RetryAsync(BucketBase bucket, IOperation operation, CancellationTokenPair tokenPair) in /Users/willbroadbelt/Documents/repos/couchbase/couchbase-net-client/src/Couchbase/Core/Retry/RetryOrchestrator.cs:line 242
|
at Couchbase.KeyValue.CouchbaseCollection.UpsertAsync[T](String id, T content, UpsertOptions options) in /Users/willbroadbelt/Documents/repos/couchbase/couchbase-net-client/src/Couchbase/KeyValue/CouchbaseCollection.cs:line 551
|
at Couchbase.IntegrationTests.CollectionTests.CollectionIdChanged_RetriesAutomatically() in /Users/willbroadbelt/Documents/repos/couchbase/couchbase-net-client/tests/Couchbase.IntegrationTests/CollectionTests.cs:line 107
|
at Couchbase.IntegrationTests.CollectionTests.CollectionIdChanged_RetriesAutomatically() in /Users/willbroadbelt/Documents/repos/couchbase/couchbase-net-client/tests/Couchbase.IntegrationTests/CollectionTests.cs:line 112
|
--- End of stack trace from previous location where exception was thrown ---
|