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

avoid comparison error in dictdb hub history #2829

Merged
merged 1 commit into from
Jan 23, 2013
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Jan 22, 2013

in rare situations, display data can arrive at the Hub before the execution
request, in which case submitted is undefined.

should address #2821, but I need to see Jenkins succeed, since that is the
only place this comes up.

in rare situations, display data can arrive at the Hub before the execution request, in which case `submitted` is undefined.

should address ipython#2821, but I need to see Jenkins succeed,
since that is the only place this comes up.
@takluyver
Copy link
Member

The error has disappeared today, even though this hasn't been merged yet. If you think that this ought to fix it, shall we merge this and give it a few days to see if the error reappears?

@minrk
Copy link
Member Author

minrk commented Jan 22, 2013

That sounds like the right thing to do. It takes a pretty weird sequence of events to cause this to happen,
I am surprised that it has come up more than once, and I can't do it on purpose (I can't make zmq slow enough on my systems).

minrk added a commit that referenced this pull request Jan 23, 2013
avoid comparison error in dictdb hub history

in rare situations, display data can arrive at the Hub before the execution
request, in which case `submitted` is undefined.

should address #2821, but I need to see Jenkins succeed, since that is the
only place this comes up.
@minrk minrk merged commit 939887f into ipython:master Jan 23, 2013
@minrk minrk deleted the nodate branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
avoid comparison error in dictdb hub history

in rare situations, display data can arrive at the Hub before the execution
request, in which case `submitted` is undefined.

should address ipython#2821, but I need to see Jenkins succeed, since that is the
only place this comes up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants