Changes between Initial Version and Version 1 of Ticket #1700
- Timestamp:
- 2012-03-31T00:56:13Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1700 – Description
initial v1 11 11 12 12 warner 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 > 14 15 > 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