Skip to content

Fix param name in releasenotes

21f0264
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add support for --ghes-api-url into add-team-to-repo action to support migration to GHE.com #1400

Fix param name in releasenotes
21f0264
Select commit
Loading
Failed to load commit list.
GitHub Actions / Integration Test Results - AdoCsv failed Jul 29, 2025 in 0s

1 fail in 2h 18m 42s

1 tests   0 ✅  2h 18m 42s ⏱️
1 suites  0 💤
1 files    1 ❌

Results for commit 21f0264.

Annotations

Check warning on line 0 in OctoshiftCLI.IntegrationTests.AdoCsvToGithub

See this annotation in the file changed.

@github-actions github-actions / Integration Test Results - AdoCsv

With_Inventory_Report_Csv (OctoshiftCLI.IntegrationTests.AdoCsvToGithub) failed

src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 2h 18m 42s]
Raw output
System.Net.Http.HttpRequestException : An error occurred while sending the request.
---- System.IO.IOException : Unable to read data from the transport connection: Connection reset by peer.
-------- System.Net.Sockets.SocketException : Connection reset by peer
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at OctoshiftCLI.Services.AdoClient.<>c__DisplayClass13_0.<<GetWithPagingAsync>b__0>d.MoveNext() in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/AdoClient.cs:line 121
--- End of stack trace from previous location ---
   at Polly.Retry.AsyncRetryEngine.ImplementationAsync[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Func`5 onRetryAsync, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider, Boolean continueOnCapturedContext)
   at Polly.AsyncPolicy.ExecuteAsync[TResult](Func`3 action, Context context, CancellationToken cancellationToken, Boolean continueOnCapturedContext)
   at OctoshiftCLI.RetryPolicy.HttpRetry[T](Func`1 func, Func`2 filter) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/RetryPolicy.cs:line 29
   at OctoshiftCLI.Services.AdoClient.GetWithPagingAsync(String url, String continuationToken) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/AdoClient.cs:line 119
   at OctoshiftCLI.Services.AdoClient.GetWithPagingAsync(String url) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/AdoClient.cs:line 93
   at OctoshiftCLI.Services.AdoApi.GetIdentityDescriptor(String org, String teamProjectId, String groupName) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/AdoApi.cs:line 718
   at OctoshiftCLI.IntegrationTests.TestHelper.AssertAdoRepoLocked(String adoOrg, String teamProject, String repo, String adoServerUrl) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 623
   at OctoshiftCLI.IntegrationTests.AdoCsvToGithub.With_Inventory_Report_Csv() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/AdoCsvToGithub.cs:line 54
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory`1 buffer, CancellationToken cancellationToken)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Http.HttpConnection.<EnsureReadAheadTaskHasStarted>g__ReadAheadWithZeroByteReadAsync|40_0()
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
----- Inner Stack Trace -----
   at System.Net.Sockets.NetworkStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken)
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Net.Sockets.SocketAsyncEventArgs.TransferCompletionCallbackCore(Int32 bytesTransferred, Memory`1 socketAddress, SocketFlags receivedFlags, SocketError socketError)
   at System.Net.Sockets.SocketAsyncEngine.System.Threading.IThreadPoolWorkItem.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
--- End of stack trace from previous location ---

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Integration Test Results - AdoCsv

1 test found

There is 1 test, see "Raw output" for the name of the test.
Raw output
OctoshiftCLI.IntegrationTests.AdoCsvToGithub ‑ With_Inventory_Report_Csv