Skip to content
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

Sporadic failure in JS tests #6790

Closed
takluyver opened this issue Oct 24, 2014 · 3 comments
Closed

Sporadic failure in JS tests #6790

takluyver opened this issue Oct 24, 2014 · 3 comments

Comments

@takluyver
Copy link
Member

I see this periodically in the JS tests on Travis:

FAIL ws_closed_ok: kernel_busy.Kernel was triggered
# type: assertEquals
# subject: "kernel_idle.Kernel"
# expected: "kernel_busy.Kernel"
FAIL ws_closed_ok: kernel_idle.Kernel was triggered
# type: assertEquals
# subject: "kernel_busy.Kernel"
# expected: "kernel_idle.Kernel"

It looks like it's a simple race condition, where the messages aren't always being processed in the order it expects. Rerunning the tests usually makes it pass, but it fails often enough to be annoying.

@takluyver takluyver added this to the 3.0 milestone Oct 24, 2014
@ellisonbg
Copy link
Member

Have we been seeing race conditions in the JS tests recently? Is this still relevant?

@minrk
Copy link
Member

minrk commented Jan 11, 2015

It seems to come and go. I haven't seen it in a bit, though.

@minrk minrk modified the milestones: wishlist, 3.0, 4.0 Jan 18, 2015
@Carreau Carreau modified the milestones: 4.0, wishlist Jun 16, 2015
@krassowski
Copy link
Member

Closing as it appears that this test is no longer in IPython repository. Please reopen if I misunderstood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants