--
You received this message because you are subscribed to the Google Groups "vcr-maintainers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vcr-maintaine...@googlegroups.com.
To post to this group, send email to vcr-mai...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vcr-maintainers/d3781acc-286b-45f5-ae84-9e1ed8459ae0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
So you've hit upon the main thing that needs work right now -- getting the travis builds to pass consistently. Locally, I can't reproduce the timeouts (which means it's very hard for me to troubleshoot and solve the issue!) but they seem to happen consistently on Travis (at least for ruby 2.0 and 2.1 -- for 1.9.2 and 1.9.3 the build seems to pass consistently). I've tried locally on multiple ruby versions (in fact I did just now) and they are all green for me.I'd say it's actually lucky that you're getting those failures; that gives you a chance to troubleshoot the travis failures locally and hopefully solve one of the biggest issues VCR has right now! It's hard to move VCR forward with confidence w/o having passing builds and so it's important to VCR's future to get to the bottom of this.Anyhow, as to why these failures are happening -- I believe that it is environmental. There's something in the travis build environment and in your environment that causes this to happen, but not in my environment.Looking at the travis build logs, this is the last passing build:It's from two months ago. No build has passed since then. FWIW, here's the code diff from that passing build until now:There are some gem upgrades in there, which could be at fault (although again, locally I can't reproduce even with those newer versions).
On Mon, Dec 1, 2014 at 11:59 AM, Anuj Dutta <> wrote:
Hello all,Has anyone had any issues running the tests in vcr source from github master? I get this error message:process still alive after 30 seconds (ChildProcess::TimeoutError)I looked up aruba's docs and 30 seconds seems like a generous timeout. I also checked vcr's travis builds and there seems to a recent build failure due to the exact same reason.Any ideas or pointers?Thanks.Kind regards,Anuj
--
You received this message because you are subscribed to the Google Groups "vcr-maintainers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vcr-maintainers+unsubscribe@googlegroups.com.
To post to this group, send email to vcr-maintainers@googlegroups.com.
BTW, Anuj, which cucumber scenarios do you get that error for? Or is it for all of them (hopefully not...)?
On Monday, December 1, 2014 12:49:39 PM UTC-8, Myron Marston wrote:
So you've hit upon the main thing that needs work right now -- getting the travis builds to pass consistently. Locally, I can't reproduce the timeouts (which means it's very hard for me to troubleshoot and solve the issue!) but they seem to happen consistently on Travis (at least for ruby 2.0 and 2.1 -- for 1.9.2 and 1.9.3 the build seems to pass consistently). I've tried locally on multiple ruby versions (in fact I did just now) and they are all green for me.I'd say it's actually lucky that you're getting those failures; that gives you a chance to troubleshoot the travis failures locally and hopefully solve one of the biggest issues VCR has right now! It's hard to move VCR forward with confidence w/o having passing builds and so it's important to VCR's future to get to the bottom of this.Anyhow, as to why these failures are happening -- I believe that it is environmental. There's something in the travis build environment and in your environment that causes this to happen, but not in my environment.Looking at the travis build logs, this is the last passing build:It's from two months ago. No build has passed since then. FWIW, here's the code diff from that passing build until now:There are some gem upgrades in there, which could be at fault (although again, locally I can't reproduce even with those newer versions).
On Mon, Dec 1, 2014 at 11:59 AM, Anuj Dutta <> wrote:
Hello all,Has anyone had any issues running the tests in vcr source from github master? I get this error message:process still alive after 30 seconds (ChildProcess::TimeoutError)I looked up aruba's docs and 30 seconds seems like a generous timeout. I also checked vcr's travis builds and there seems to a recent build failure due to the exact same reason.Any ideas or pointers?Thanks.Kind regards,Anuj
--
You received this message because you are subscribed to the Google Groups "vcr-maintainers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vcr-maintaine...@googlegroups.com.
To post to this group, send email to vcr-mai...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vcr-maintainers/1b68e2b0-46ca-461b-a47d-48f3cb967b7c%40googlegroups.com.
Hello,
So, I tried running the test suite on a Ubuntu vm since my Mac has some issues. On Ubuntu vm, it worked just fine with one test failure (to do with redis not running, which is what Myron said in an earlier email).
I will have to investigate further to see the reason for failures on my mac book pro.
Will keep you guys posted.
Thanks.
Anuj