Skip to content

[main]: Merge pull request #1254 from github/remove-bbs-5-14-int-test #263

[main]: Merge pull request #1254 from github/remove-bbs-5-14-int-test

[main]: Merge pull request #1254 from github/remove-bbs-5-14-int-test #263

GitHub Actions / Integration Test Results - Bbs failed Aug 11, 2024 in 0s

3 fail in 4h 22m 15s

3 tests   0 ✅  4h 22m 15s ⏱️
1 suites  0 💤
1 files    3 ❌

Results for commit e0281c4.

Annotations

Check warning on line 0 in OctoshiftCLI.IntegrationTests.BbsToGithub

See this annotation in the file changed.

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

Basic(bbsServer: "http://e2e-bbs-8-5-0-linux-2204.eastus.cloudapp.az"···, useSshForArchiveDownload: True, useAzureForArchiveUpload: True) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed

src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 9s]
Raw output
Expected p.ExitCode to be 0 because pwsh should return an exit code of 0., but found 1 (difference of 1).
at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Numeric.NumericAssertions`2.Be(T expected, String because, Object[] becauseArgs)
   at OctoshiftCLI.IntegrationTests.TestHelper.RunShellCommand(String command, String fileName, String workingDirectory, IDictionary`2 environmentVariables) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 577
   at OctoshiftCLI.IntegrationTests.TestHelper.RunPowershellScript(String script, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 543
   at OctoshiftCLI.IntegrationTests.TestHelper.RunCliMigration(String generateScriptCommand, String cliName, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 531
   at OctoshiftCLI.IntegrationTests.TestHelper.RunBbsCliMigration(String generateScriptCommand, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 587
   at OctoshiftCLI.IntegrationTests.BbsToGithub.Basic(String bbsServer, Boolean useSshForArchiveDownload, Boolean useAzureForArchiveUpload) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 121
--- End of stack trace from previous location ---

Check warning on line 0 in OctoshiftCLI.IntegrationTests.BbsToGithub

See this annotation in the file changed.

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

Basic(bbsServer: "http://e2e-bbs-7-21-9-win-2019.eastus.cloudapp.azu"···, useSshForArchiveDownload: False, useAzureForArchiveUpload: True) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed

src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 4h 21m 56s]
Raw output
System.Net.Http.HttpRequestException : Connection timed out (e2e-bbs-7-21-9-win-2019.eastus.cloudapp.azure.com:7990)
---- System.Net.Sockets.SocketException : Connection timed out
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(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.BbsClient.SendAsync(HttpMethod httpMethod, String url, Object body) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/BbsClient.cs:line 88
   at OctoshiftCLI.Services.BbsClient.<>c__DisplayClass6_0.<<GetAsync>b__0>d.MoveNext() in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/BbsClient.cs:line 50
--- 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.Retry[T](Func`1 func) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/RetryPolicy.cs:line 45
   at OctoshiftCLI.Services.BbsClient.GetAsync(String url) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/BbsClient.cs:line 50
   at OctoshiftCLI.Services.BbsClient.GetWithPagination(String url, Int32 start, Int32 limit) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/BbsClient.cs:line 76
   at OctoshiftCLI.Services.BbsClient.GetAllAsync(String url)+MoveNext() in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/BbsClient.cs:line 59
   at OctoshiftCLI.Services.BbsClient.GetAllAsync(String url)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
   at System.Linq.AsyncEnumerable.SelectEnumerableAsyncIterator`2.MoveNextCore() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Select.cs:line 232
   at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 77
   at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 77
   at System.Linq.AsyncEnumerable.<ToListAsync>g__Core|424_0[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/ToList.cs:line 36
   at System.Linq.AsyncEnumerable.<ToListAsync>g__Core|424_0[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/ToList.cs:line 36
   at OctoshiftCLI.Services.BbsApi.GetProjects() in /home/runner/work/gh-gei/gh-gei/src/Octoshift/Services/BbsApi.cs:line 74
   at OctoshiftCLI.IntegrationTests.TestHelper.DoesBbsProjectExist(String bbsProjectKey) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 118
   at OctoshiftCLI.IntegrationTests.TestHelper.<>c__DisplayClass18_0.<<ResetBbsTestEnvironment>b__0>d.MoveNext() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 101
--- End of stack trace from previous location ---
   at Polly.AsyncPolicy.<>c__DisplayClass40_0.<<ImplementationAsync>b__0>d.MoveNext()
--- 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(Func`3 action, Context context, CancellationToken cancellationToken, Boolean continueOnCapturedContext)
   at OctoshiftCLI.RetryPolicy.Retry(Func`1 func) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/RetryPolicy.cs:line 43
   at OctoshiftCLI.IntegrationTests.TestHelper.ResetBbsTestEnvironment(String bbsProjectKey) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 99
   at OctoshiftCLI.IntegrationTests.BbsToGithub.<>c__DisplayClass17_0.<<Basic>b__0>d.MoveNext() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 87
--- End of stack trace from previous location ---
   at Polly.AsyncPolicy.<>c__DisplayClass40_0.<<ImplementationAsync>b__0>d.MoveNext()
--- 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(Func`3 action, Context context, CancellationToken cancellationToken, Boolean continueOnCapturedContext)
   at OctoshiftCLI.RetryPolicy.Retry(Func`1 func) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/RetryPolicy.cs:line 43
   at OctoshiftCLI.IntegrationTests.BbsToGithub.Basic(String bbsServer, Boolean useSshForArchiveDownload, Boolean useAzureForArchiveUpload) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 84
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)

Check warning on line 0 in OctoshiftCLI.IntegrationTests.BbsToGithub

See this annotation in the file changed.

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

Basic(bbsServer: "http://e2e-bbs-8-5-0-linux-2204.eastus.cloudapp.az"···, useSshForArchiveDownload: True, useAzureForArchiveUpload: False) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed

src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 10s]
Raw output
Expected p.ExitCode to be 0 because pwsh should return an exit code of 0., but found 1 (difference of 1).
at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Numeric.NumericAssertions`2.Be(T expected, String because, Object[] becauseArgs)
   at OctoshiftCLI.IntegrationTests.TestHelper.RunShellCommand(String command, String fileName, String workingDirectory, IDictionary`2 environmentVariables) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 577
   at OctoshiftCLI.IntegrationTests.TestHelper.RunPowershellScript(String script, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 543
   at OctoshiftCLI.IntegrationTests.TestHelper.RunCliMigration(String generateScriptCommand, String cliName, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 531
   at OctoshiftCLI.IntegrationTests.TestHelper.RunBbsCliMigration(String generateScriptCommand, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 587
   at OctoshiftCLI.IntegrationTests.BbsToGithub.Basic(String bbsServer, Boolean useSshForArchiveDownload, Boolean useAzureForArchiveUpload) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 121
--- 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 - Bbs

3 tests found

There are 3 tests, see "Raw output" for the full list of tests.
Raw output
OctoshiftCLI.IntegrationTests.BbsToGithub ‑ Basic(bbsServer: "http://e2e-bbs-7-21-9-win-2019.eastus.cloudapp.azu"···, useSshForArchiveDownload: False, useAzureForArchiveUpload: True)
OctoshiftCLI.IntegrationTests.BbsToGithub ‑ Basic(bbsServer: "http://e2e-bbs-8-5-0-linux-2204.eastus.cloudapp.az"···, useSshForArchiveDownload: True, useAzureForArchiveUpload: False)
OctoshiftCLI.IntegrationTests.BbsToGithub ‑ Basic(bbsServer: "http://e2e-bbs-8-5-0-linux-2204.eastus.cloudapp.az"···, useSshForArchiveDownload: True, useAzureForArchiveUpload: True)