Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Search] test failing in nightly runs #23039

Closed
Tianyun-G opened this issue Aug 2, 2021 · 0 comments
Closed

[Search] test failing in nightly runs #23039

Tianyun-G opened this issue Aug 2, 2021 · 0 comments
Assignees
Labels
Search test-reliability Issue that causes tests to be unreliable

Comments

@Tianyun-G
Copy link
Contributor

Tianyun-G commented Aug 2, 2021

Search nightly test runs are failing with:

Error message
System.AggregateException : Retry failed after 4 tries. Retry settings can be adjusted in ClientOptions.Retry. (An error occurred while sending the request.) (nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)) (nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)) (nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443))
----> Azure.RequestFailedException : An error occurred while sending the request.
----> Azure.RequestFailedException : nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)
----> Azure.RequestFailedException : nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)
----> Azure.RequestFailedException : nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)
----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
----> System.IO.IOException : Unable to read data from the transport connection: Operation timed out.
----> System.Net.Sockets.SocketException : Operation timed out
----> System.Net.Http.HttpRequestException : nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)
----> System.Net.Sockets.SocketException : nodename nor servname provided, or not known
----> System.Net.Http.HttpRequestException : nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)
----> System.Net.Sockets.SocketException : nodename nor servname provided, or not known
----> System.Net.Http.HttpRequestException : nodename nor servname provided, or not known (azs-net-t16aa0de2b6204458.search.windows.net:443)
----> System.Net.Sockets.SocketException : nodename nor servname provided, or not known

Stack trace
at Azure.Core.Pipeline.RetryPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in /_/sdk/core/Azure.Core/src/Pipeline/Internal/RetryPolicy.cs:line 99 at Azure.Search.Documents.IndexesRestClient.CreateAsync(SearchIndex index, CancellationToken cancellationToken) in /_/sdk/search/Azure.Search.Documents/src/Generated/IndexesRestClient.cs:line 73 at Azure.Search.Documents.Indexes.SearchIndexClient.CreateIndexAsync(SearchIndex index, CancellationToken cancellationToken) in /_/sdk/search/Azure.Search.Documents/src/Indexes/SearchIndexClient.cs:line 423 at Azure.Search.Documents.Tests.SearchResources.CreateSearchServiceAndIndexAsync(Func2 getIndex) in /Users/runner/work/1/s/sdk/search/Azure.Search.Documents/tests/Utilities/SearchResources.cs:line 397
at Azure.Search.Documents.Tests.SearchResources.CreateWithEmptyIndexAsync[T](SearchTestBase fixture) in /Users/runner/work/1/s/sdk/search/Azure.Search.Documents/tests/Utilities/SearchResources.cs:line 177
at Azure.Search.Documents.Tests.BatchingTests.Behavior_MaxRetryDelay() in /Users/runner/work/1/s/sdk/search/Azure.Search.Documents/tests/Batching/BatchingTests.cs:line 1317
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.b__0()
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
--RequestFailedException
at Azure.Core.Pipeline.HttpClientTransport.ProcessAsync(HttpMessage message, Boolean async) in //sdk/core/Azure.Core/src/Pipeline/HttpClientTransport.cs:line 129
at Azure.Core.Pipeline.ResponseBodyPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in /_/sdk/core/Azure.Core/src/Pipeline/Internal/ResponseBodyPolicy.cs:line 52 at Azure.Core.Pipeline.LoggingPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in /
/sdk/core/Azure.Core/src/Pipeline/Internal/LoggingPolicy.cs:line 79
at Azure.Core.Pipeline.RedirectPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in /_/sdk/core/Azure.Core/src/Pipeline/Internal/RedirectPolicy.cs:line 25 at Azure.Core.Pipeline.RetryPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in //sdk/core/Azure.Core/src/Pipeline/Internal/RetryPolicy.cs:line 57
--RequestFailedException
at Azure.Core.Pipeline.HttpClientTransport.ProcessAsync(HttpMessage message, Boolean async) in /
/sdk/core/Azure.Core/src/Pipeline/HttpClientTransport.cs:line 129
at Azure.Core.Pipeline.ResponseBodyPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in /_/sdk/core/Azure.Core/src/Pipeline/Internal/ResponseBodyPolicy.cs:line 52 at Azure.Core.Pipeline.LoggingPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in //sdk/core/Azure.Core/src/Pipeline/Internal/LoggingPolicy.cs:line 79
at Azure.Core.Pipeline.RedirectPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in /_/sdk/core/Azure.Core/src/Pipeline/Internal/RedirectPolicy.cs:line 25 at Azure.Core.Pipeline.RetryPolicy.ProcessAsync(HttpMessage message, ReadOnlyMemory1 pipeline, Boolean async) in /
/sdk/core/Azure.Core/src/Pipeline/Internal/RetryPolicy.cs:line 57
--RequestFailedException
at Azure.Core.Pipeline.HttpClientTransport.ProcessAsync(HttpMessage message, Boolean async) in /_/sdk/core/Azure.Core/src/Pipeline/HttpClientTransport.cs:line 129

For more details check here:

@jsquire for notification.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 2, 2021
@v-xuto v-xuto added Client This issue points to a problem in the data-plane of the library. Search test-reliability Issue that causes tests to be unreliable labels Aug 2, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 2, 2021
@AlexGhiondea AlexGhiondea removed the Client This issue points to a problem in the data-plane of the library. label Apr 19, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Search test-reliability Issue that causes tests to be unreliable
Projects
None yet
Development

No branches or pull requests

5 participants