-
Notifications
You must be signed in to change notification settings - Fork 33
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
18 Tests didn't pass! #727
Comments
Today I got the idea it is possible the 18 failed tests causes from the 0.12 version of nodejs is istalled on Ubuntu. Today I will not have much time to setup a clean Ubuntu 14.04 with node 0.10.13 or what tessel is running. But this should give more information. |
EDIT: Updated on 4th of Jun 2015
I will get the following results (see table) OK I found the time to analyze the reasons and here are my results: Different numbers of failing tests causes from different versions of Node.js!
⚡ stack smashing detected I will do a pull request for updating the Readme.md to warn other contributing nice people to warn about this. Of cause you can rework the wording but please accept that pull request. I think it doesn't help much to know the change log of Node.js. Conclusion:It looks like there wasn't any early sensible mind about Node.js will change fast and much. For that reason you didn't decide early enough to organize the architecture to be forward compatible. For that you later run into the trap of being forced to fix from issue to issue. Also I would expect to see no clean version dependency based on break.feature.bug for Colony what also forced you to write and change additional tests. But this is only an assumption. |
Maybe it is a good idea to use https://travis-ci.org/ because you can test against different Node.js versions |
Colony is intended to match a specific Node version, currently 0.10.32. Since as you've discovered, the node versions are mutually incompatible, we had to choose one and match it. Our test infrastructure runs the tests on every pull request before merging it to master, and these tests are passing there. That server has Node Now, it's very possible that the tests depend too tightly on certain aspects of the system environment, and that would be considered a bug in the test suite. |
@kevinmehall: thanks for clarification, thought it is 0.10.32 - I try to run
Does this cause from collisions with a tmp path while building tap-colony.sh? (same happens to 0.10.25) I will update the above table for the log results. Is it enough to change |
@tcr Any ideas about that crash? The test suite runs the tests with both your local node installation (to verify the tests against a known-good JS interpreter) and the compiled copy of Colony. Colony uses some libraries from node, which are included in the repository in deps/node-libs. The |
@kevinmehall ... and what about to use a different version for downloading node-libs and remove or ignore those what are incompatible. Based on this it could become a more compatible framework. Maybe a blacklist would be a better solution here ? |
updated links |
Anybody out there can reproduce this ?
Maybe it is a problem by a fresh installed Upuntu 14.04 within a virutal machine (for some unknown reason).
After I got Tessel 1 CLI running on Ubuntu 10.04:
https://forums.tessel.io/t/npm-install-g-tessel-failed-in-ubuntu-14-0-4/1548/12
I did:
what finally gives me
make: *** [test-node] Fehler 18
here you can find the hole compiler output:
Test.log: https://tessel-discourse.s3.amazonaws.com/943a5e783c5ec425f3de456cfea418c639d40cfeeaf.log
The text was updated successfully, but these errors were encountered: