4 fail in 21m 11s
4 tests 0 ✅ 21m 11s ⏱️
1 suites 0 💤
1 files 4 ❌
Results for commit 90ffa63.
Annotations
Check warning on line 0 in OctoshiftCLI.IntegrationTests.BbsToGithub
github-actions / Integration Test Results - Bbs
MigrateRepo_MultipartUpload (OctoshiftCLI.IntegrationTests.BbsToGithub) failed
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 2s]
Raw output
CliWrap.Exceptions.CommandExecutionException : Command execution failed because the underlying process (gh#2875) returned a non-zero exit code (1).
Command:
gh bbs2gh generate-script --github-org octoshift-e2e-bbs-linux --bbs-server-url https://e2e-bbs-linux-1.westus2.cloudapp.azure.com --bbs-project IN --ssh-user octoshift --ssh-private-key ssh_key.pem --ssh-port 2202 --use-github-storage
You can suppress this validation by calling `WithValidation(CommandResultValidation.None)` on the command.
at CliWrap.Command.ExecuteAsync(ProcessEx process, CancellationToken forcefulCancellationToken, CancellationToken gracefulCancellationToken) in /_/CliWrap/Command.Execution.cs:line 278
at CliWrap.Command.ExecuteAsync(ProcessEx process, CancellationToken forcefulCancellationToken, CancellationToken gracefulCancellationToken) in /_/CliWrap/Command.Execution.cs:line 294
at CliWrap.Command.ExecuteAsync(ProcessEx process, CancellationToken forcefulCancellationToken, CancellationToken gracefulCancellationToken) in /_/CliWrap/Command.Execution.cs:line 294
at CliWrap.Command.ExecuteAsync(ProcessEx process, CancellationToken forcefulCancellationToken, CancellationToken gracefulCancellationToken) in /_/CliWrap/Command.Execution.cs:line 294
at OctoshiftCLI.IntegrationTests.TestHelper.RunShellCommand(String command, String fileName, String workingDirectory, IReadOnlyDictionary`2 environmentVariables) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 554
at OctoshiftCLI.IntegrationTests.TestHelper.RunCliCommand(String command, String cliName, IReadOnlyDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 548
at OctoshiftCLI.IntegrationTests.TestHelper.RunCliMigration(String generateScriptCommand, String cliName, IReadOnlyDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 531
at OctoshiftCLI.IntegrationTests.TestHelper.RunBbsCliMigration(String generateScriptCommand, IReadOnlyDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 572
at OctoshiftCLI.IntegrationTests.BbsToGithub.MigrateRepo_MultipartUpload() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 163
--- End of stack trace from previous location ---
Check warning on line 0 in OctoshiftCLI.IntegrationTests.BbsToGithub
github-actions / Integration Test Results - Bbs
Basic(bbsServer: "https://e2e-bbs-linux-1.westus2.cloudapp.azure.com", useSshForArchiveDownload: True, uploadOption: AzureStorage) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 7m 3s]
Raw output
OctoshiftCLI.OctoshiftCliException : Unauthorized. Please check your token and try again
---- System.Net.Http.HttpRequestException : Response status code does not indicate success: 401.
at OctoshiftCLI.RetryPolicy.<CreateRetryPolicyForException>b__8_1[TException](Exception ex, TimeSpan ts, Context ctx) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/RetryPolicy.cs:line 57
at Polly.AsyncRetrySyntax.<>c__DisplayClass22_0.<<WaitAndRetryAsync>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[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 221
at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 70
at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 75
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__DisplayClass19_0.<<Basic>b__0>d.MoveNext() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 92
--- 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, ArchiveUploadOption uploadOption) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 89
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
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 100
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)
Check warning on line 0 in OctoshiftCLI.IntegrationTests.BbsToGithub
github-actions / Integration Test Results - Bbs
Basic(bbsServer: "https://e2e-bbs-linux-1.westus2.cloudapp.azure.com", useSshForArchiveDownload: True, uploadOption: AwsS3) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 7m 2s]
Raw output
OctoshiftCLI.OctoshiftCliException : Unauthorized. Please check your token and try again
---- System.Net.Http.HttpRequestException : Response status code does not indicate success: 401.
at OctoshiftCLI.RetryPolicy.<CreateRetryPolicyForException>b__8_1[TException](Exception ex, TimeSpan ts, Context ctx) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/RetryPolicy.cs:line 57
at Polly.AsyncRetrySyntax.<>c__DisplayClass22_0.<<WaitAndRetryAsync>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[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 221
at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 70
at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 75
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__DisplayClass19_0.<<Basic>b__0>d.MoveNext() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 92
--- 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, ArchiveUploadOption uploadOption) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 89
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
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 100
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)
Check warning on line 0 in OctoshiftCLI.IntegrationTests.BbsToGithub
github-actions / Integration Test Results - Bbs
Basic(bbsServer: "https://e2e-bbs-linux-1.westus2.cloudapp.azure.com", useSshForArchiveDownload: True, uploadOption: GithubStorage) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 7m 2s]
Raw output
OctoshiftCLI.OctoshiftCliException : Unauthorized. Please check your token and try again
---- System.Net.Http.HttpRequestException : Response status code does not indicate success: 401.
at OctoshiftCLI.RetryPolicy.<CreateRetryPolicyForException>b__8_1[TException](Exception ex, TimeSpan ts, Context ctx) in /home/runner/work/gh-gei/gh-gei/src/Octoshift/RetryPolicy.cs:line 57
at Polly.AsyncRetrySyntax.<>c__DisplayClass22_0.<<WaitAndRetryAsync>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[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 221
at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 70
at System.Linq.AsyncIteratorBase`1.MoveNextAsync() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncIterator.cs:line 75
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__DisplayClass19_0.<<Basic>b__0>d.MoveNext() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 92
--- 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, ArchiveUploadOption uploadOption) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs:line 89
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
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 100
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)
Check notice on line 0 in .github
github-actions / Integration Test Results - Bbs
4 tests found
There are 4 tests, see "Raw output" for the full list of tests.
Raw output
OctoshiftCLI.IntegrationTests.BbsToGithub ‑ Basic(bbsServer: "https://e2e-bbs-linux-1.westus2.cloudapp.azure.com", useSshForArchiveDownload: True, uploadOption: AwsS3)
OctoshiftCLI.IntegrationTests.BbsToGithub ‑ Basic(bbsServer: "https://e2e-bbs-linux-1.westus2.cloudapp.azure.com", useSshForArchiveDownload: True, uploadOption: AzureStorage)
OctoshiftCLI.IntegrationTests.BbsToGithub ‑ Basic(bbsServer: "https://e2e-bbs-linux-1.westus2.cloudapp.azure.com", useSshForArchiveDownload: True, uploadOption: GithubStorage)
OctoshiftCLI.IntegrationTests.BbsToGithub ‑ MigrateRepo_MultipartUpload