Merge lp://staging/~diogobaeder/storm/cleanup-timeline into lp://staging/storm
Proposed by
Sidnei da Silva
Status: | Merged |
---|---|
Merged at revision: | 456 |
Proposed branch: | lp://staging/~diogobaeder/storm/cleanup-timeline |
Merge into: | lp://staging/storm |
Diff against target: |
80 lines (+38/-5) 2 files modified
storm/database.py (+24/-5) tests/database.py (+14/-0) |
To merge this branch: | bzr merge lp://staging/~diogobaeder/storm/cleanup-timeline |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Free Ekanayaka (community) | Approve | ||
Review via email: mp+146980@code.staging.launchpad.net |
Description of the change
Make sure connection_
To post a comment you must log in.
I've just been discussing this changes with Diogo and Sidnei, and now understand something
I missed first time. This change is most important when using two tracers:
A -> connection_ raw_execute -> success raw_execute -> exception
B -> connection_
A is then left in a state where it doesn't know that the execution was halted, which
this patch corrects.
Thanks,
James