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

Correctly propagate orchestration results of a failed orchestration #2748

Merged

Merge branch 'dev' into sebastian/fix-isolated-orchestration-error-pr…

aea11f1
Select commit
Loading
Failed to load commit list.
Merged

Correctly propagate orchestration results of a failed orchestration #2748

Merge branch 'dev' into sebastian/fix-isolated-orchestration-error-pr…
aea11f1
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Azure.azure-functions-durable-extension succeeded Mar 5, 2024 in 5m 15s

Build #20240305.21 had test failures

Details

Tests

  • Failed: 1 (0.19%)
  • Passed: 520 (99.81%)
  • Other: 0 (0.00%)
  • Total: 521

Annotations

Check failure on line 1 in Microsoft.Azure.WebJobs.Extensions.DurableTask.Tests.DurableTaskEndToEndTests.ActorOrchestration(extendedSessions: False, storageProvider: "azure_storage")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.azure-functions-durable-extension

Microsoft.Azure.WebJobs.Extensions.DurableTask.Tests.DurableTaskEndToEndTests.ActorOrchestration(extendedSessions: False, storageProvider: "azure_storage")

Microsoft.Azure.WebJobs.Host.Listeners.FunctionListenerException : The listener for function 'TestOrchestrations.SayHelloInline' was unable to start.
---- System.AggregateException : An error occurred while writing to logger(s).
-------- System.IndexOutOfRangeException : Index was outside the bounds of the array.
Raw output
   at Microsoft.Azure.WebJobs.Host.RecoverableException.TryRecover(TraceWriter trace, ILogger logger)
   at Microsoft.Azure.WebJobs.Host.Listeners.FunctionListener.<StartAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.WebJobs.Host.Listeners.FunctionListener.<StartAsync>d__13.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.WebJobs.Host.Listeners.CompositeListener.<StartAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryListener.<StartAsyncCore>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.WebJobs.Host.Listeners.ShutdownListener.<StartAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.WebJobs.JobHost.<StartAsyncCore>d__25.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.WebJobs.Extensions.DurableTask.Tests.DurableTaskEndToEndTests.<ActorOrchestration>d__26.MoveNext() in \test\Common\DurableTaskEndToEndTests.cs:line 1193
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
----- Inner Stack Trace -----
   at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter)
   at DurableTask.Core.Logging.LoggingExtensions.LogDurableEvent(ILogger logger, ILogEvent logEvent, Exception exception) in /_/src/DurableTask.Core/Logging/LoggingExtensions.cs:line 44
   at DurableTask.AzureStorage.Logging.LogHelper.GeneralError(String account, String taskHub, String details) in /_/src/DurableTask.AzureStorage/Logging/LogHelper.cs:line 202
   at DurableTask.AzureStorage.AzureStorageOrchestrationService.<EnsureTaskHubAsync>d__57.MoveNext() in /_/src/DurableTask.AzureStorage/AzureStorageOrchestrationService.cs:line 359
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuc