Commit Graph

863 Commits

Author SHA1 Message Date
hpk afca655202 [svn r63153] refactoring almost complete, apart from testnodeready info
--HG--
branch : trunk
2009-03-20 20:04:36 +01:00
hpk 10fb32ad37 [svn r63151] fix various bits, many tests pass modulo dsession host/node handling
--HG--
branch : trunk
2009-03-20 18:58:36 +01:00
hpk 5740cfebd6 [svn r63150] fix hostmanager to work with new xspecs
--HG--
branch : trunk
2009-03-20 18:29:08 +01:00
hpk c8da61a7d3 [svn r63149] always have a default chdir
--HG--
branch : trunk
2009-03-20 18:14:45 +01:00
hpk 78d1836d80 [svn r63148] add a __repr__ for xspecs
--HG--
branch : trunk
2009-03-20 17:58:32 +01:00
hpk a4c14e83f0 [svn r63147] get rid of old method for specifying remote execution places.
--HG--
branch : trunk
2009-03-20 17:28:14 +01:00
hpk 9cd41c91bd [svn r63145] add support for "chdir"
--HG--
branch : trunk
2009-03-20 16:52:39 +01:00
hpk e383082b5b [svn r63144] have socket and ssh gateways
--HG--
branch : trunk
2009-03-20 16:36:45 +01:00
hpk 5f3fac94b6 [svn r63141] makegateway works for plain popen and popen+python-version
--HG--
branch : trunk
2009-03-20 15:20:40 +01:00
hpk 265e7c5dc2 [svn r63139] make _rinfo() cache results by default
--HG--
branch : trunk
2009-03-20 15:04:15 +01:00
hpk 8d8a73784c [svn r63137] a helper some basic remote info
--HG--
branch : trunk
2009-03-20 14:41:43 +01:00
hpk 764b85f23e [svn r63136] better grouping of gateway public API
--HG--
branch : trunk
2009-03-20 14:31:02 +01:00
hpk 250f17b609 [svn r63135] adding a new gateway specification method
--HG--
branch : trunk
2009-03-20 14:22:07 +01:00
afa cfd28db4a6 [svn r63110] Typo in a (unused) constant
--HG--
branch : trunk
2009-03-20 09:09:56 +01:00
hpk 78495272aa [svn r63107] cleanup event handling of dsession
--HG--
branch : trunk
2009-03-20 03:13:31 +01:00
hpk c44764dc51 [svn r63106] rename host -> gateway in a couple of places
--HG--
branch : trunk
2009-03-20 02:09:28 +01:00
hpk bb3ac13917 [svn r63105] remove non-existing event
--HG--
branch : trunk
2009-03-20 01:40:04 +01:00
hpk 22b4ff7f06 [svn r63104] * introduce rsync events
* only rsync once if a gateway is specified multiply

--HG--
branch : trunk
2009-03-20 01:34:59 +01:00
hpk 877a7a32d8 [svn r63103] samefile is only available on posix
--HG--
branch : trunk
2009-03-20 01:30:32 +01:00
hpk f7a23716b5 [svn r63102] add a "samefile" method to local path objects.
--HG--
branch : trunk
2009-03-20 00:57:10 +01:00
hpk a94359c791 [svn r63091] report some more info on dist-setup
shift comments

--HG--
branch : trunk
2009-03-19 19:25:13 +01:00
hpk 6f2cca80ae [svn r63089] factor out MultiChannel and MultiGateway helpers
--HG--
branch : trunk
2009-03-19 18:05:41 +01:00
hpk 92b2d4786d [svn r63073] make sure that generated test names are always unique
--HG--
branch : trunk
2009-03-19 15:34:33 +01:00
hpk 6b9bf26536 [svn r63061] dont print too much info on non-debug
--HG--
branch : trunk
2009-03-19 10:57:19 +01:00
hpk a57836f1eb [svn r63060] execnet really needs to improve its bootstrapping
--HG--
branch : trunk
2009-03-19 10:56:40 +01:00
hpk cfa0cf4cfe [svn r63056] try to ignore build directory (which shouldn't be there at all) for rsyncing
--HG--
branch : trunk
2009-03-18 22:24:42 +01:00
hpk d9242d2a75 [svn r63054] several windows fixes, test suite passes now remotely.
--HG--
branch : trunk
2009-03-18 21:49:38 +01:00
hpk 5cd05c565c [svn r63053] forbid too small windows width for now
--HG--
branch : trunk
2009-03-18 20:39:33 +01:00
hpk eb68ec75aa [svn r63052] some fixes for win32
--HG--
branch : trunk
2009-03-18 20:23:52 +01:00
hpk 5f25395cdd [svn r63051] be very careful when we cannot unpickle an
colitem because its parent can't collect
the same way as on the sending side.
(due to platform skips etc.)

--HG--
branch : trunk
2009-03-18 20:23:38 +01:00
hpk f013f0a54b [svn r63050] * disabled classes or modules will now lead to a skip during setup of the colitem
* more graceful handling when "ssh" is not present

--HG--
branch : trunk
2009-03-18 18:54:45 +01:00
hpk 6ba07a82ba [svn r63048] fix windows issues
--HG--
branch : trunk
2009-03-18 18:05:37 +01:00
hpk b7e47d0e3c [svn r63046] change a few comments
--HG--
branch : trunk
2009-03-18 17:25:58 +01:00
hpk 941d06e509 [svn r63040] try harder to record and auto-exit gateways after test runs
--HG--
branch : trunk
2009-03-18 16:51:55 +01:00
hpk ee52739b17 [svn r63034] fixing some tests to work across python revisions
--HG--
branch : trunk
2009-03-18 15:35:51 +01:00
hpk 772658d616 [svn r63028] allow py.test --exec=python2.4 -n 3 to work
and fix some bugs from doing so.

--HG--
branch : trunk
2009-03-18 13:05:18 +01:00
hpk 87cd94a197 [svn r63027] new API:
py.execnet.MultiGateway
   py.execnet.MultiChannel
   py.execnet.GatewaySpec

with some docs and streamlined tests.

--HG--
branch : trunk
2009-03-18 12:18:39 +01:00
hpk 5803072b96 [svn r63024] don't close_fds by default
--HG--
branch : trunk
2009-03-18 09:10:06 +01:00
hpk 6f93561002 [svn r63020] allow to specify python executable in gatewayspecs, fix a few tests
--HG--
branch : trunk
2009-03-18 02:13:07 +01:00
hpk fcaefb841b [svn r63019] some simple ssh tests, always transfer py lib as rsyncroot
--HG--
branch : trunk
2009-03-18 01:38:02 +01:00
hpk b5b7f9b3a9 [svn r63018] rename "--hosts" to "--gateways" to make naming more consistent with py.execnet
--HG--
branch : trunk
2009-03-18 00:58:06 +01:00
hpk d626a63934 [svn r63017] rename colitem._config to colitem.config - it's an official attribute
--HG--
branch : trunk
2009-03-18 00:48:07 +01:00
hpk 9a47f06a59 [svn r63016] * fix setattr on apimodules
* higher timeout

--HG--
branch : trunk
2009-03-18 00:34:59 +01:00
hpk c3e5ca560a [svn r63014] streamlining multichannel interface, fixing test work with -n 3
--HG--
branch : trunk
2009-03-17 23:41:56 +01:00
hpk 9db14e19e8 [svn r63013] adding a failing test for --dist-each
--HG--
branch : trunk
2009-03-17 22:11:23 +01:00
hpk 4aac96fa13 [svn r63000] * do an as lightweight config.mktemp() as possible
* avoid writing lock files if lock_timeout is 0 or None

--HG--
branch : trunk
2009-03-17 15:12:10 +01:00
hpk 47a91d2aa9 [svn r62999] this test can easily pass.
--HG--
branch : trunk
2009-03-17 14:58:13 +01:00
hpk 0def6737ac [svn r62998] tweak another place to not create random subdirs
--HG--
branch : trunk
2009-03-17 14:10:17 +01:00
hpk fc7abf0efe [svn r62997] some more tests, seems like temp test dirs are now more contained when doing distributed testing
--HG--
branch : trunk
2009-03-17 13:42:40 +01:00
hpk c8d679ac95 [svn r62995] try to contain session test tempdirs in one parent
--HG--
branch : trunk
2009-03-17 13:22:14 +01:00