• Marko Mäkelä's avatar
    Clean up a test · 1b335a74
    Marko Mäkelä authored
    At the end of a test, 'connection default' should be in a usable state.
    This was not the case, because there was a preceding 'send' without a
    'reap'. If 'reap' was added, an error would be reported because the
    server was restarted after the 'send'. It is easiest to 'send' from a
    separate connection and do the restart from 'connection default'.
    1b335a74
cte_recursive.test 51.8 KB