Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D13172
Change Details
Change Details
Old
New
Diff
wait_for_debug_log is not called using a with statement so the yield returns the rest of the function as a generator that is never run. Also fix broken check for message in the log. It now more closely matches the implementation in assert_debug_log.
wait_for_debug_log is not called using a with statement so the yield returns the rest of the function as a generator that is never run.
wait_for_debug_log is not called using a with statement so the yield returns the rest of the function as a generator that is never run.
Also fix broken check for message in the log. It now more closely matches the implementation in assert_debug_log.
Continue