avatar Jeff Forcier

  • Registered on: 07/20/2009
  • Last connection: 07/24/2010

Projects

  • Fabric (Manager, 07/20/2009)

Activity

Reported issues: 118

07/29/2010

09:43 PM Fabric Bug #198: Test server does not shut down cleanly
Latest revision in the #7 feature branch no longer exhibits the hanging problem on 10.04 (though the revisions leading up to it do). Pretty sure this means the additional `threading.Event` I added to help ensure the `finally` clause fires, is what...
04:38 PM Fabric Bug #198: Test server does not shut down cleanly
Decided to go for broke and make sure this isn't normal SSH behavior, or at least normal Fabric behavior, and ran a Fab connection to the real SSH daemon on localhost. Sure enough, I'm left with a `TIME_WAIT`. So much of this mucking about with th...
04:25 PM Fabric Bug #198: Test server does not shut down cleanly
Realized I was never calling `disconnect_all()` to force the clients to disconnect. Got very excited that maybe it was just that dumb mistake; but no, adding it in still doesn't get rid of our `TIME_WAIT` friend. Thinking I need to get a better ha...
04:19 PM Fabric Bug #198: Test server does not shut down cleanly
OK, looks like `TCPServer.server_close()` is never called, and that's what would close the server socket -- hopefully this is it. Looking to see how that is supposed to be called, or if I'm supposed to be calling it (the SocketServer docs/API/sour...
03:58 PM Fabric Bug #198: Test server does not shut down cleanly
Stale socket appears to be server related, given that the Local Address in netstat is the 2200 port and the Foreign is the random high numbered port. Confirmed that all handle() calls in my server clean themselves up, so it may be something where ...

07/24/2010

01:23 PM Fabric Support #199: Investigate newer Sphinx features
e.g.: * See if the [Viewcode extension](http://sphinx.pocoo.org/ext/viewcode.html#module-sphinx.ext.viewcode) might be useful * Replace my homerolled `issues` directive with [extlinks](http://sphinx.pocoo.org/ext/extlinks.html#module-sphinx.ex...

07/23/2010

05:46 PM Fabric Revision 4cf0c0be2e7147cf4b9785577091f6907bf3b25c (7-prompt-detection): Save of in-progress work ...
Save of in-progress work re: test server

07/22/2010

05:41 PM Fabric Bug #198: Test server does not shut down cleanly
I think a possibly good approach is to try and override more of the SocketServer methods plus additional Event objects, such that all threads get registered and waited upon before terminating. This should ensure that we clean up 100% correctly. (I...
01:50 PM Fabric Bug #192: Per-user/host password memory (was: Possible issue in password memory)
Moving the test server bug about shutdowns into #198.
01:10 PM Fabric Revision cc75171acc434742efb8517be937c783da21b01c (7-prompt-detection): Tweak to test re #192
Tweak to test re #192

Also available in: Atom