question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A parcoords test is failing when running the full jasmine suite

See original GitHub issue

Running npm run test-jasmine locally currently yields;

image

pointing to this parcoods test.

Note that the parcoords suite runs successfully in isolation - with npm run test-jasmine -- parcoords.

I wonder if this failure is due to a gl3d or gl2d shader program not getting cleaned up correctly.

Low priority, but cc’ing @monfera @dfcreative in case they have ideas.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
etpinardcommented, Jan 18, 2018

I haven’t seen this test fail recently either. Probably fixed by upgrading from Chrome 60.

1reaction
etpinardcommented, Aug 15, 2017

We could, but they should just work whatever the order.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why would a full suite of Jasmine tests fail when running ...
Specifically, the first line of the onPrepare throws an error. runs npm run protractor --suite=ui , the tests run fine; runs npm run...
Read more >
Stop entire test suite execution on beforeAll failure ... - GitHub
So Jasmine has to run them all no matter what. Given that the afterEach functions all have to run, the next question is...
Read more >
Frequently Asked Questions - Jasmine Documentation
How can I stop Jasmine from running my specs in parallel? ... But I really have to test code that signals success and...
Read more >
Inexplicably failing tests when run in a full suite: what can I do?
I currently have 40 tests with approximately 200 assertions running. When all of them are run, the same two are almost always failing....
Read more >
Issue in running from Test Suite - Ranorex Forum
I mean, they fail from time to time, but if there is a failure due to an xpath, in 99.9% the expected xpath/repo...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found