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

If video failed uploading, do not send video.url #3715

Closed
jennifer-shehane opened this issue Mar 15, 2019 · 6 comments
Closed

If video failed uploading, do not send video.url #3715

jennifer-shehane opened this issue Mar 15, 2019 · 6 comments
Labels
pkg/server This is due to an issue in the packages/server directory stale no activity on this issue for a long period type: bug

Comments

@jennifer-shehane
Copy link
Member

@jennifer-shehane commented on Thu Jun 14 2018

Within run:

  (Uploading Results)

  - Failed Uploading (1/1) /root/app/cypress/videos/common/select-spec.js.mp4

Yet, the video url is sent with an aws link still.

https://dashboard.cypress.io/#/projects/m7bnkc/runs/4/specs


@brian-mann commented on Thu Jun 14 2018

The API doesn't actually know whether or not the uploading failed. It just assumes it was all successful.

For us to capture this state we would either need to send it along from the desktop client - or we'd need a lambda function to spawn in response to files being uploaded to buckets - which would then update the DB state.

Although it would be initially easier to do this out of the clients, its unnecessary and much less flexible (it wouldnt work on older versions) and I think we'd rather opt to go the lambda route because we will have to do that anyway when we do things like log processing.

@hari49951
Copy link

hari49951 commented Oct 16, 2020

Hi @jennifer-shehane, I am running my tests on GitHub actions and tests are running fine but the video is not uploading to dashboard. I see this in the output "

(Uploading Results)
Failed Uploading (1/1) C:\actions-runner_work\omv-cypress-neal\omv-cypress-neal\cypress\videos\cucumber-tests\Offices\OfficeList\OfficeList.feature.mp4".

Is this issue resolved? Thanks!

@mshivasaketh
Copy link

Surfacing the same issue in our setup. After the spec, failed testcases videos are uploading. At the end got this failure.

  • Failed Uploading (11/11) /cypress/videos/encryption/encryption_mssql.spec.js.mp4
    As soon as this occurs the whole suite is timed out.

@Jeffintel
Copy link

I also had the exact same issue with the screenshot in Cypress Dashboard. is the fix coming soon?


  - Failed Uploading (1/1) /var/jenkins_home/cypress-artifacts/imageName(failed).png

@robrich7
Copy link

robrich7 commented Feb 8, 2022

I also had the same issue with a video upload. if it fails then the whole suite is timed out. thats really bad!

@cypress-bot cypress-bot bot added stage: backlog and removed stage: ready for work The issue is reproducible and in scope labels Apr 29, 2022
@cypress-app-bot
Copy link
Collaborator

This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.

@cypress-app-bot cypress-app-bot added the stale no activity on this issue for a long period label May 18, 2023
@cypress-app-bot
Copy link
Collaborator

This issue has been closed due to inactivity.

@cypress-app-bot cypress-app-bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/server This is due to an issue in the packages/server directory stale no activity on this issue for a long period type: bug
Projects
None yet
Development

No branches or pull requests

6 participants