Suppress scary-looking log messages from async-notify isolation test.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Mar 2016 00:29:19 +0000 (19:29 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Mar 2016 00:29:19 +0000 (19:29 -0500)
commit3d523564c53ab8f35edf4d20627f0a375a17624d
tree611e04874b128a50154ed5388fe34d49ee9eb047
parent8d8ff5f7db7d58240fac7d5f620308c91485b253
Suppress scary-looking log messages from async-notify isolation test.

I noticed that the async-notify test results in log messages like these:

LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost

This is because it unceremoniously disconnects a client session that is
about to have some NOTIFY messages delivered to it.  Such log messages
during a regression test might well cause people to go looking for a
problem that doesn't really exist (it did cause me to waste some time that
way).  We can shut it up by adding an UNLISTEN command to session teardown.

Patch HEAD only; this doesn't seem significant enough to back-patch.
src/test/isolation/specs/async-notify.spec