Changes between Initial Version and Version 1 of Ticket #1700


Ignore:
Timestamp:
2012-03-31T00:56:13Z (13 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1700 – Description

    initial v1  
    1111
    1212warner wrote:
    13 > there's a function-scoped variable in the test named "introducer", and a function that closes over it called _wait_until_idle(), which polls it's "outstanding message" count waiting for it to drop to zero
     13> there's a function-scoped variable in the test named "{{{introducer}}}", and a function that closes over it called {{{_wait_until_idle()}}}, which polls its "outstanding message" count waiting for it to drop to zero
     14>
    1415> then later, the introducer gets replaced with a new one
    15 > _wait_until_idle is still watching the old introducer, and doesn't notice the outstanding messages on the new one
     16>
     17> {{{_wait_until_idle}}} is still watching the old introducer, and doesn't notice the outstanding messages on the new one