add test_setTimeout
authorRyan <ry@tinyclouds.org>
Wed, 4 Mar 2009 10:54:20 +0000 (11:54 +0100)
committerRyan <ry@tinyclouds.org>
Wed, 4 Mar 2009 10:54:20 +0000 (11:54 +0100)
commit8b71ba5e68347e5227823dff62eb7760d51f9d5b
tree09b00bbbacee18d9842a696cdee2eaa0bb495aaa
parent9e5eff3b273ec51b2c17bf2c0727e9a375b62e1c
add test_setTimeout

Had to disable Init_tcp because it starts an oi_async thread pool and
prevents the node loop from exiting when no watchers remain. Not sure how
to deal with this problem in general because eventually we'll need the
thread pool.
node.cc
test/common.rb
test/test_setTimeout.rb [new file with mode: 0755]