You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill out the issue checklist below and provide ALL the requested information.
I reviewed open and closed github issues that may be related to my problem.
I tried updating to the latest version of the CF CLI to see if it fixed my problem.
I attempted to run the command with CF_TRACE=1 to help debug the issue.
I am reporting a bug that others will be able to reproduce.
Describe the bug and the command you saw an issue with
Provide details on what you were trying to do (and why).
Using cf v7 to push an app with tons of files, the /v3/resource_matches returns 504, then the cf cmd aborts, but cf v6 continues to upload all files, instead of exit. here is cf v6 behaviour: #1042 (comment)
What happened
cf v7 aborts when /v3/resource_matches returned 504 , as below:
The issue is that while Cloud Foundry CLI v6 continues to upload all files when encountering a 504 response, Cloud Foundry CLI v7 aborts the process. You expect Cloud Foundry CLI v7 to behave like v6 and continue uploading files.
As of my last update in September 2021, I don't have access to information about the latest developments and fixes in the Cloud Foundry CLI. However, here's what you might want to consider:
Check for Updates: Make sure you are using the latest version of the Cloud Foundry CLI (v7) available at the time. There might have been updates that address this issue.
Report the Issue: If you are experiencing this issue and believe it's a bug, you should consider reporting it on the Cloud Foundry CLI's GitHub repository. Provide all the information you've shared here, including steps to reproduce, context, and the expected behavior.
Check Changelogs and Issues: Browse the GitHub repository's issues and changelogs to see if there have been any discussions or changes related to this particular behavior.
Since this issue involves specific behavior and interaction with the Cloud Foundry CLI v7, it's recommended to engage with the community directly through the GitHub repository for the most accurate and up-to-date information.
Thank you for your submission. If you still run into this issue with the latest CLI v8, please open a new ticket with the necessary information mentioned in our issue template.
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1
to help debug the issue.Describe the bug and the command you saw an issue with
Provide details on what you were trying to do (and why).
Using cf v7 to push an app with tons of files, the
/v3/resource_matches
returns 504, then the cf cmd aborts, but cf v6 continues to upload all files, instead of exit. here is cf v6 behaviour: #1042 (comment)What happened
cf v7 aborts when
/v3/resource_matches
returned 504 , as below:Expected behavior
cf v7 should continue to upload all local files when
/v3/resource_matches
returns 504, just as cf v6.Exact Steps To Reproduce
Steps to reproduce the behavior; include the exact CLI commands and verbose output:
run
cf push
in a folder with tons of files.Provide more context
The text was updated successfully, but these errors were encountered: