Problem in travis CI
See original GitHub issueWhen executing my tests (mocha+zombiejs) in travis, the following error appears:
Uncaught TypeError: Cannot read property 'replace' of undefined
at findTargetPort (node_modules/zombie/lib/reroute.js:51:28)
at Socket.Net.Socket.connect (node_modules/zombie/lib/reroute.js:69:18)
at Socket.connect (net.js:862:37)
at Socket.Net.Socket.connect (node_modules/zombie/lib/reroute.js:75:20)
at ReqSocket.Socket.connect (node_modules/pm2-axon/lib/sockets/sock.js:295:8)
at Object.launchRPC (node_modules/pm2/lib/Satan.js:456:26)
at node_modules/pm2/lib/Satan.js:61:22
at node_modules/pm2/lib/Satan.js:378:19
at node_modules/pm2/lib/Interactor/InteractorDaemonizer.js:452:19
at Object.InteractorDaemonizer.getSetKeys (node_modules/pm2/lib/Interactor/InteractorDaemonizer.js:359:19)
at Object.InteractorDaemonizer.launchAndInteract (node_modules/pm2/lib/Interactor/InteractorDaemonizer.js:450:24)
at ChildProcess.<anonymous> (node_modules/pm2/lib/Satan.js:375:26)
at handleMessage (internal/child_process.js:718:10)
This error appears before the navigation tests, so it probably have something to do with browser configuration
var Browser = require('zombie');
Browser.localhost("127.0.0.1",3000);
All the navigation tests are passing (even in travis, after the error).
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Common Build Problems - Travis CI Docs
One possible cause for builds failing unexpectedly can be calling set -e (also known as set errexit ), either directly in your .travis.yml...
Read more >Travis CI flaw exposed secrets of thousands of open source ...
Travis CI is a software-testing solution used by over 900,000 open source projects and 600,000 users. A vulnerability in the tool made it ......
Read more >Issues · travis-ci/travis-ci - GitHub
Issues list ; Detect temporary download errors and retry later · #9941 opened ; Power and LinuxOne Support · #9936 opened ; Allow...
Read more >Is Travis CI Down? Check Travis CI status and current outages
Check if Travis CI is down. Monitor Travis CI status changes, problems, outages, and user reports. Get instant notifications.
Read more >Travis CI Status
We will be monitoring the situation over next hours, looking for any remaining issues caused by the incident. You may need to reinstall...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Feel free to check it @fishcharlie https://github.com/angrykoala/wendigo
you’ll find that the assertions api is pretty similar
@angrykoala If it is open source and you have a link I’d love to check it out.
Very frustrating that this project is no longer maintained, and there is nothing in the README or notice that it’s no longer being maintained. I fully understand that priorities change, and due to open source mainly being free work it’s sometimes hard to continue to do it forever, but if it’s no longer being maintained, I don’t think it’s asking too much to put a notice in the README alerting people that it is no longer being maintained… @assaf