-
Notifications
You must be signed in to change notification settings - Fork 303
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
SQL Based_SQL Action: Before adding long running scenario query, the workflow is succeeded. #802
Comments
@v-prakumar - Please share your workflow definition so we know what inputs or settings you have provided. |
@preetriti1 @ccastrotrejo VSIX(2.15.15) , Given workflow.json Note: The issue may be intermittent sometime it is as per expected as Failed or sometimes it is passing in all 3 Artifacts. { |
@ccastrotrejo Issue is same in the VSIX - 2.18.0, and also it is succeeded with this error.PFA. |
Looks like backend issue. |
@ccastrotrejo Issue is repro in VSIX : 2.24.3 |
@ccastrotrejo Issue is repro in vsix 2.28.3 |
@ccastrotrejo Issue is repro in the vsix 2.55.1 |
Issue repro in the latest request. 1.VS Code extension - vscode-azurelogicapps-2.58.0.vsix |
Issue not repro in the latest request but there is an error in the terminal. Is the error expected? 1. VS Code extension - vscode-azurelogicapps-2.69.0.vsix Workflow.Json: Error message in terminal: [2023-09-26T05:54:47.636Z] Error message: correlationId='4a3772c3-478c-4b72-9eea-8bb718199a5d', operationName='sql.SqlServiceOperationsProvider.ExecuteQueryAsync', message='A severe error occurred on the current command. The results, if any, should be discarded. |
Issue not repro in the latest request but there is an error in the terminal. Is the error expected? Similar error logs repro in SQL and nuget artifact 1.VS Code extension - vsix icon vscode-azurelogicapps-2.72.1.vsix 3.Extension Bundle (CDN URL): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting 4.Extension Bundle (Direct Download): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/1.44.1/Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.44.1_any-any.zip Error message in terminal: [2023-10-18T13:41:43.354Z] Error message: correlationId='ae091658-ad43-4f2f-b9fe-64931d26b338', operationName='sql.SqlServiceOperationsProvider.ExecuteQueryAsync', message='A severe error occurred on the current command. The results, if any, should be discarded. |
Describe the Bug with repro steps
1.Create a project and add Stateful workflow in VS code.
2.Convert your workflow in SQL Based.
3.Open Designer and add http trigger and sql_Execute query_EXEC wait2;
4.Save and Debug the workflow.
Expected: The workflow should be failed after 2 minutes.
Actual: The workflow is succeeded after 2 minutes.
What type of Logic App Is this happening in?
Standard (VSCode)
Are you using Preview Designer or GA Designer
Preview
Workflow JSON
No response
Screenshots or Videos
No response
Browser
VS Code
Additional context
Vendor Testing
VS Code extension - vscode-azurelogicapps-2.15.10.vsix
NuGet package: https://artprodeussu2.artifacts.visualstudio.com/A41bf5486-7392-4b7a-a7e3-a735c767e3b3/b32aa71e-8ed2-41b2-9d77-5bc261222004/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL21zYXp1cmUvcHJvamVjdElkL2IzMmFhNzFlLThlZDItNDFiMi05ZDc3LTViYzI2MTIyMjAwNC9idWlsZElkLzcyNDMyOTY3L2FydGlmYWN0TmFtZS9kcm9wX2J1aWxkX0J1aWxkQXJ0aWZhY3RzX1dpbmRvd3M1/content?format=file&subPath=%2FMicrosoft.Azure.Workflows.WebJobs.Extension.1.19.4.nupkg
Extension Bundle (CDN URL): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting
Extension Bundle (Direct Download): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/1.19.4/Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.19.4_any-any.zip
AB#24182121
The text was updated successfully, but these errors were encountered: