Skip to content

Add test for orchestrator termination #322

Add test for orchestrator termination

Add test for orchestrator termination #322

Triggered via pull request January 31, 2025 21:31
Status Failure
Total duration 6m 48s
Artifacts

codeQL.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
Analyze (csharp): test/e2e/Tests/Tests/HelloCitiesTest.cs#L45
Cannot implicitly convert type 'System.Threading.Tasks.Task<string>' to 'string'
Analyze (csharp): test/e2e/Tests/Tests/HelloCitiesTest.cs#L48
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): test/e2e/Tests/Tests/HelloCitiesTest.cs#L49
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'Output' and no accessible extension method 'Output' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): test/e2e/Tests/Tests/HelloCitiesTest.cs#L45
Cannot implicitly convert type 'System.Threading.Tasks.Task<string>' to 'string'
Analyze (csharp): test/e2e/Tests/Tests/HelloCitiesTest.cs#L48
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): test/e2e/Tests/Tests/HelloCitiesTest.cs#L49
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'Output' and no accessible extension method 'Output' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp)
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\azure-functions-durable-extension\azure-functions-durable-extension\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/Example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
Analyze (csharp): src/DurableFunctions.TypedInterfaces/Example/SimpleOrchestration.cs#L21
DurableClient attribute is applied to a 'ITypedDurableClient' but must be used with either an IDurableClient, IDurableEntityClient, or an IDurableOrchestrationClient.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/Example/Calculator.cs#L106
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/Example/SimpleOrchestration.cs#L31
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
Analyze (csharp): src/DurableFunctions.TypedInterfaces/Example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
Analyze (csharp): src/DurableFunctions.TypedInterfaces/Example/SimpleOrchestration.cs#L21
DurableClient attribute is applied to a 'ITypedDurableClient' but must be used with either an IDurableClient, IDurableEntityClient, or an IDurableOrchestrationClient.