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

Export CLI is not returning a non-zero code for timeouts #72

Closed
pskrbasu opened this issue Jun 6, 2024 · 0 comments · Fixed by #79
Closed

Export CLI is not returning a non-zero code for timeouts #72

pskrbasu opened this issue Jun 6, 2024 · 0 comments · Fixed by #79
Assignees
Labels
bug Something isn't working

Comments

@pskrbasu
Copy link
Collaborator

pskrbasu commented Jun 6, 2024

I'm seeing this in stderr:

[ERROR] 171765147897: listStorageAccounts: api error="storage.AccountsClient#List: Failure sending request: StatusCode=0 -- Original Error: Get \"https://management.azure.com/subscriptions/cc0022a0-721e-4cb2-93dc-d0105cf5a985/providers/Microsoft.Storage/storageAccounts?api-version=2022-05-01\": dial tcp 4.150.240.10:443: i/o timeout"
[WARN]  171765147897: doList callHydrateWithRetries (azure-171765147897) returned err storage.AccountsClient#List: Failure sending request: StatusCode=0 -- Original Error: Get "https://management.azure.com/subscriptions/cc0022a0-721e-4cb2-93dc-d0105cf5a985/providers/Microsoft.Storage/storageAccounts?api-version=2022-05-01": dial tcp 4.150.240.10:443: i/o timeout
[WARN]  171765147897: QueryData StreamError storage.AccountsClient#List: Failure sending request: StatusCode=0 -- Original Error: Get "https://management.azure.com/subscriptions/cc0022a0-721e-4cb2-93dc-d0105cf5a985/providers/Microsoft.Storage/storageAccounts?api-version=2022-05-01": dial tcp 4.150.240.10:443: i/o timeout (azure-171765147897)
[WARN]  171765147897: streamRows execution has failed: azure-171765147897 - calling queryCache.AbortSet (azure: exceeded allowed timeout)
[WARN]  171765147897: queryData.streamRows returned error: azure: exceeded allowed timeout
[WARN]  171765147897: executeForConnection azure returned error azure: exceeded allowed timeout, writing to CHAN
[WARN]  171765147897: error channel received azure: exceeded allowed timeout

but the export cli is returning a 0 exit code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant