Giter VIP home page Giter VIP logo

Comments (9)

lrbridge avatar lrbridge commented on August 21, 2024

+1
Our builds all starting failing today when our gulp build started silently stopping during our gulp-jasmine tasks... npm-shrinkwrapping to jasmine 2.4.1 fixed the issue

from gulp-jasmine.

jbblanchet avatar jbblanchet commented on August 21, 2024

Thanks for reporting this. I'll try to have a look tomorrow morning.

from gulp-jasmine.

thoean avatar thoean commented on August 21, 2024

We are facing the same problem. It looks like the problem is related to https://github.com/jasmine/jasmine-npm/blob/master/lib/jasmine.js#L163, which passes by default and exits the whole nodejs process. Probably gulp-jasmine needs to configure it's own onComplete method to not get into this if-condition?

Unfortunately I'm not familiar enough with the exact internals and how it worked before, so I don't feel confident to work towards a pull request myself.

from gulp-jasmine.

jbblanchet avatar jbblanchet commented on August 21, 2024

If that's the case, #83 should fix this issue. It's merged, but wasn't released yet. If anyone could test that it fixes the problem, that would be a huge help.

Thanks.

from gulp-jasmine.

thoean avatar thoean commented on August 21, 2024

I've copied your changes into my local package, and it fixes the problem that the nodejs process gets exited. From that perspective, it should be good.

However, I have a follow up error of the jasmineDone reporter called too often, which results in an Error: task completion callback called too many times error.

from gulp-jasmine.

jbblanchet avatar jbblanchet commented on August 21, 2024

I can confirm that #83 fixed this issue (that's pretty lucky, right?). I'll prepare a release.

@thoean I didn't have that issue with my very simple expect(1).toBe(1), so it might be a different issue. If you're still seeing the problem after the release, I suggest opening another issue so we can look at it.

from gulp-jasmine.

jbblanchet avatar jbblanchet commented on August 21, 2024

Fixed in 2.4.1.

from gulp-jasmine.

thoean avatar thoean commented on August 21, 2024

2.4.1 fixed the issue originally mentioned. So I believe this issue can be closed. Thanks a lot for the quick turn around.

I continue seeing the other problem. I see that a bit later after my next gulp-task starts. I use run-sequence to run multiple tasks, and after a few milliseconds after the next task starts, I get that error. Seems like the next task is already started before gulp-jasmine fully completed (or potentially before jasmine itself fully completed).

I will debug this at some point later and file a new ticket, potentially even towards another library.

from gulp-jasmine.

thoean avatar thoean commented on August 21, 2024

Update from my side: That was just a silly follow up error of trying to debug things. In addition to returning the "gulp jasmine pipe" I was also calling the callback of the gulp task in the jamineDone event.

Overall, thanks again for your quick turnaround on the main issue. That was really helpful.

from gulp-jasmine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.