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

cy.fixture timeout error with large xlsx file (100MB) #8253

Closed
sgomezcnvdev opened this issue Aug 11, 2020 · 5 comments
Closed

cy.fixture timeout error with large xlsx file (100MB) #8253

sgomezcnvdev opened this issue Aug 11, 2020 · 5 comments
Labels
type: duplicate This issue or pull request already exists

Comments

@sgomezcnvdev
Copy link

sgomezcnvdev commented Aug 11, 2020

Current behavior:

Cypress is throwing a timeout error when it tries to execute the command cy.fixture('import280k.xlsx', 'binary', { timeout: 120000} ).as('import')

image

It happens using large files. I tried with a smaller file and it worked ok. Both files are in cypress/fixture folder.

image

Desired behavior:

I want to use fixture command with large files without timeout errors.

Test code to reproduce

cy.fixture('import280k.xlsx', 'binary', { timeout: 120000} ).as('import')

Versions

I tried with
Cypress 4.12.0, 4.11.0 and 4.10.0
Window Server 2008 R2

┆Issue is synchronized with this Jira Bug by Unito

@sgomezcnvdev sgomezcnvdev changed the title fixture timeout error with large xlsx file (100MB) cy.fixture timeout error with large xlsx file (100MB) Aug 11, 2020
@jennifer-shehane
Copy link
Member

Duplicate of #8181 - this will be fixed in our next release. You can roll back to 4.11.0 in the meantime to avoid this error.

@jennifer-shehane jennifer-shehane added the type: duplicate This issue or pull request already exists label Aug 12, 2020
@sgomezcnvdev
Copy link
Author

@jennifer-shehane I saw the same behavior on 4.11.0 and 4.10.0. Is it really the same error?

@jennifer-shehane
Copy link
Member

Sorry, no, I didn't look closely enough. This is a different issue.

@jennifer-shehane jennifer-shehane added internal-priority and removed type: duplicate This issue or pull request already exists labels Aug 14, 2020
@cypress-bot cypress-bot bot added the stage: ready for work The issue is reproducible and in scope label Aug 14, 2020
@jennifer-shehane jennifer-shehane added type: unexpected behavior User expected result, but got another type: bug and removed type: unexpected behavior User expected result, but got another labels Aug 14, 2020
@xumepadismal
Copy link
Contributor

Hmm seems to be duplicate of #7365 isn't it?

@jennifer-shehane
Copy link
Member

Sorry, yes. There are a few issues with large fixture files that I've gotten confused.

Duplicate of #7365

@jennifer-shehane jennifer-shehane added type: duplicate This issue or pull request already exists and removed internal-priority stage: ready for work The issue is reproducible and in scope type: bug labels Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants