-
Notifications
You must be signed in to change notification settings - Fork 106
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
testRunner_v7.js - test failures - test_getFile.testHttpAccessAllowed #1474
Comments
It fails when using node v8.11.1. See pxscene#1474 for more details.
Internal reference: XRE2-1751 |
please share the repo,which I can download and repro the issue |
Please just use the master branch from https://github.com/pxscene/pxCore. Steps to reproduce:
To clean from any previous build, compile using node 6 and execute test please run the following:
To clean from any previous build, compile using node 8 and execute test please run the following:
Please ignore known Spark crash on exit while executing tests/pxScene2d/testRunner/testsExit.json. |
It fails when using node v8.11.1. See pxscene#1474 for more details.
It fails when using node v8.11.1. See pxscene#1474 for more details.
Thanks Damien, will try it. Could you please try once more , I have added logs in test_getFile to print the error code during failure. Also, is it not possible to directly download node8 code as part of spark repo and try as replacement instead of ci build steps?. |
Here is the build: https://semaphoreci.com/dwrobel/pxcore/branches/master-next/builds/8. I see it failed. To get a logs please open the above link and then click on the |
Thanks Damien,I got the logs as you suggested and got the problem and looks some api inconsistency. Please let me know how to get the node v8 code you are using without ci builds steps, in the same way we are using with 6.9.0. |
You can download sources within docker using the following steps: Source code repository + patches can be found here. I hope you can build it on your machine. In case you have some problems please refer to the .spec used to build it or to the complete build log. |
It fails when using node v8.11.1. See pxscene#1474 for more details.
|
Recently added test_getFile fails when run using node
v8.11.1
:./dw.sh ./0400-wayland-node8-gcc-tsan.sh
./dw.sh ./0410-test-testrunner.sh
while it still run fine when using node
v6.13.0
:./dw.sh ./0300-wayland-node6-gcc-tsan.sh
./dw.sh ./0310-test-testrunner.sh
The text was updated successfully, but these errors were encountered: