-
Notifications
You must be signed in to change notification settings - Fork 673
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
TestCafe v1.7.0 specific issue - 'Error: ESPIPE: invalid seek, read' error thrown #4528
Comments
Hi @sijosyn, I reproduced the problem. Thank you for bringing this issue to our attention. We will look into it. |
Thanks @alexey-lin for accepting the issue, #4530 looks same? |
@jiteshsojitra These issues seem to be different because they are reproducible under different OS's and in different node.js versions. Still, they might have a common cause, of course. |
This issue is caused by a bug in Node.js: nodejs/node#19240. You can update your Node.js to the latest 8.x version (8.16.1) or downgrade to a version that doesn't contain this bug (8.9.4). Please note that we will discontinue supporting Node.js 8.x in January 2020 due to the Node.js end-of-life schedule: https://nodejs.org/en/about/releases/ |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
What is your Test Scenario?
With Node v8.11.1, I get 'Error: ESPIPE: invalid seek, read' error when running TestCafe example test.
With Node v10.16.3 test runs fine. Seems like a regression in TestCafe v1.7.0. See screenshot.
What is the Current behavior?
With Node v8.11.1, I get 'Error: ESPIPE: invalid seek, read' error when running TestCafe example test.
What is the Expected behavior?
With Node v10.16.3 test runs fine.
What is your web application and your TestCafe test code?
Your website URL (or attach your complete example):
Your complete test code (or attach your test files):
Your complete configuration file (if any):
Your complete test report:
see screenshot
Screenshots:
Steps to Reproduce:
Your Environment details:
The text was updated successfully, but these errors were encountered: