Comment 4 for bug 1248757

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: test_snapshot_pattern fails with paramiko ssh EOFError

"timeout=self.timeout, pkey=self.pkey" isn't good, because this fails here:

http://logs.openstack.org/63/72263/3/gate/gate-tempest-dsvm-neutron/aec8265/console.html

And the line is different:

"timeout=self.channel_timeout, pkey=self.pkey)"

Also, "EOF in transport thread" and 'Dropping user packet because connection is dead' both show up in that log, so either would probably work in a query.

Comparing queries, message:"Dropping user packet because connection is dead" AND filename:"console.html" yields 376 hits in the last 7 days while message:"EOF in transport thread" AND filename:"console.html" yields 931 hits in the last 7 days.

Need to make sure that one or both of those don't overlap when bug 1253896 happens.