hpk
f2b0bd10e6
[svn r51034] merging in fijal's reporter-merge branch into the trunk,
...
still needs refactoring as far as i am concernced.
--HG--
branch : trunk
2008-01-25 16:54:04 +01:00
cfbolz
d61ed8c014
[svn r46772] add a custom pdb.Pdb subclass that has the ability to properly list the lines
...
generated by py.code.Source. Very useful in PyPy debugging.
--HG--
branch : trunk
2007-09-20 17:26:09 +02:00
fijal
28c5aae67d
[svn r46011] Branch merge of session cleanups.
...
* killed _tryiter usage in rsession
* moved reporter one level up, so it can be reused later for normal session
* a lot of small simplifications
--HG--
branch : trunk
2007-08-27 11:02:50 +02:00
fijal
5318f7b145
[svn r45646] Rewrite it a bit not to rely on exact formatting (rather checking whether
...
information is there)
--HG--
branch : trunk
2007-08-14 11:45:04 +02:00
fijal
8cbb41521c
[svn r45295] Fix rsession tests
...
--HG--
branch : trunk
2007-07-24 11:32:44 +02:00
fijal
3943673739
[svn r40737] A fix that allows (for command line reporter) to report failure in case
...
when FAILED TO LOAD MODULE
--HG--
branch : trunk
2007-03-18 23:38:57 +01:00
fijal
2cd886f442
[svn r39340] A fix and a test. Thanks Marian Shubert for reporting problem
...
--HG--
branch : trunk
2007-02-23 15:22:50 +01:00
hpk
f12b95ff5a
[svn r38760] fix ehem syntax ehem error
...
--HG--
branch : trunk
2007-02-13 21:40:29 +01:00
hpk
a3dd6dfd7c
[svn r38755] fix reporting of duplicate remote host rsyncs
...
and adding an XXX test (not easy to test ssh hosts
because it modifies remote state)
--HG--
branch : trunk
2007-02-13 21:09:25 +01:00
hpk
3ab95e5672
[svn r38747] hum, a last-minute namespace change: i missed
...
that fijal didn't move py.test.Item|Function to the py.test.collect namespace
at the time. a pypy fix will follow shortly after i merged the dist.
--HG--
branch : trunk
2007-02-13 20:21:53 +01:00
fijal
97a82f2df2
[svn r38713] Use self.source wherever applicable
...
--HG--
branch : trunk
2007-02-13 16:34:16 +01:00
fijal
de57df5134
[svn r38712] Avoid py.test.config._reparse([])
...
--HG--
branch : trunk
2007-02-13 16:32:49 +01:00
fijal
a38f606825
[svn r38711] Avoid infinte recursion when rsyncing (well finite - OSError file too long)
...
--HG--
branch : trunk
2007-02-13 16:31:31 +01:00
fijal
44337db211
[svn r38710] Invoke the skip rather than have it
...
--HG--
branch : trunk
2007-02-13 16:24:33 +01:00
fijal
f149de635c
[svn r38709] kill dead code
...
--HG--
branch : trunk
2007-02-13 16:24:08 +01:00
fijal
db6df474fe
[svn r38708] document.location is not in DOM. We need to implemented some stuff in
...
js backend to be able to test this
--HG--
branch : trunk
2007-02-13 16:15:26 +01:00
fijal
53c204962a
[svn r38577] Test for explicit Failed
...
--HG--
branch : trunk
2007-02-12 16:40:04 +01:00
fijal
6210030d27
[svn r38573] This tests was completely broken when pypy is there
...
--HG--
branch : trunk
2007-02-12 16:28:09 +01:00
hpk
00c7ccfaa0
[svn r38508] skip signal detection tests for python < 2.4
...
(2.4 and 2.5 work apparently)
--HG--
branch : trunk
2007-02-11 19:56:08 +01:00
hpk
bda58e9862
[svn r38484] make config.option override any conftest provided value.
...
--HG--
branch : trunk
2007-02-11 18:08:13 +01:00
hpk
22d98ac3a1
[svn r38460] removing a very-likely-obsolete test
...
and otherwise fixing files and tests
to do py.test.skip()s only during setup.
--HG--
branch : trunk
2007-02-11 14:46:46 +01:00
fijal
1739ba4f55
[svn r38397] Kill PidInfo and make boxing optional for distributed testing.
...
This should make dist testing on windows possible.
--HG--
branch : trunk
2007-02-10 17:50:47 +01:00
hpk
e280dfe1f0
[svn r38392] looponfailing tricked me into committing too early
...
(syntax error, bah)
--HG--
branch : trunk
2007-02-10 16:07:30 +01:00
hpk
bc009c4aef
[svn r38391] check more exactly if we are working
...
from a default rsync_root (checking
for rsync_root == topdir is not safe
as the topdir may be explicitely contained
in the rsync_root list)
--HG--
branch : trunk
2007-02-10 16:05:32 +01:00
hpk
d3e2c68e03
[svn r38390] refining the logic: for inplace-localhosts ("optimized localhost")
...
we do not add any relative path.
--HG--
branch : trunk
2007-02-10 15:51:25 +01:00
hpk
fa94900836
[svn r38389] completing the picture: now if you don't have rsync_roots
...
specified, the config.topdir is transfered but it is
transferred to the "remotepath.join(topdir.basename)"
(not actual code) to avoid random such rsyncs to
destroy/affect remote filesystem state.
--HG--
branch : trunk
2007-02-10 15:45:41 +01:00
hpk
e11e7472bc
[svn r38378] snapshot commit for: each rsync root is now copied to
...
remote-topdir.join(root.basename)
--HG--
branch : trunk
2007-02-10 14:21:26 +01:00
hpk
e04e08718f
[svn r38352] made localhost inplace handling safer (and more
...
redundant, there is an additional flag now,
and host.gw_remotepath is None for localhost-inplace
hosts)
--HG--
branch : trunk
2007-02-10 09:52:22 +01:00
fijal
0d6d17dc96
[svn r38302] Kill _dist_import_pypy
...
--HG--
branch : trunk
2007-02-09 19:33:00 +01:00
hpk
4976889c53
[svn r38196] reducing the callback-indirections for rsyncing
...
and improving the reporting for localhosts non-rsyncs
--HG--
branch : trunk
2007-02-08 20:02:28 +01:00
hpk
6e293f593a
[svn r38192] streamlining localhost optimization handling,
...
and simplifying the test a bit.
--HG--
branch : trunk
2007-02-08 19:35:18 +01:00
fijal
27cf3997e3
[svn r38173] * Minor semantics change, now host and host: are the same (we don't
...
want to rsync to home dir usually)
* Make a flag rsync_flag in hostinfo which tells whether to rsync
or no, semantics are that in case of localhost we do not rsync
and in case of localhost: we do.
--HG--
branch : trunk
2007-02-08 16:56:33 +01:00
fijal
0e8510648f
[svn r38164] Move source as an rsync initialisation argument rather than
...
as a send parameter
--HG--
branch : trunk
2007-02-08 16:31:38 +01:00
hpk
f07e482ddb
[svn r38109] bailing out the optimize_localhost approach
...
to consider it differently
--HG--
branch : trunk
2007-02-07 20:36:41 +01:00
fijal
1d6a72d936
[svn r38107] * Have optimise_localhost flag and a test for it (but not turning it on
...
by default, this will be done later)
* two other occurences of possibly-failing channel.send
--HG--
branch : trunk
2007-02-07 20:24:38 +01:00
fijal
ecd605e3b2
[svn r38098] A test and typo discovered by that test.
...
--HG--
branch : trunk
2007-02-07 19:44:49 +01:00
fijal
40eb468c71
[svn r38082] Fix reporting (and a test for that)
...
--HG--
branch : trunk
2007-02-07 17:49:14 +01:00
hpk
0b7854d722
[svn r38078] some fixes and test skips for win32 (otherwise all tests
...
pass for me on win32)
--HG--
branch : trunk
2007-02-07 16:54:50 +01:00
fijal
3fa9cbe98d
[svn r38039] Fix a test
...
--HG--
branch : trunk
2007-02-07 00:00:24 +01:00
hpk
563ed75651
[svn r38035] be more precise when reporting about hosts
...
(enumerate them)
--HG--
branch : trunk
2007-02-06 22:12:36 +01:00
fijal
ce498a1504
[svn r38033] Fix tests once again
...
--HG--
branch : trunk
2007-02-06 21:36:03 +01:00
hpk
50c6e97e1c
[svn r38032] simplified testing machinery a bit
...
(you know just have to add an example
and can immediately use it from tests
without adding boilerplate anywhere)
--HG--
branch : trunk
2007-02-06 21:28:07 +01:00
fijal
b7b83bf007
[svn r38031] refactor rest of tests
...
--HG--
branch : trunk
2007-02-06 21:21:09 +01:00
fijal
439b0c2378
[svn r38030] Refactor this test to use new testing service
...
--HG--
branch : trunk
2007-02-06 21:13:57 +01:00
fijal
8fd09aac24
[svn r38029] Move funcxxxspec out of pylib itself.
...
--HG--
branch : trunk
2007-02-06 21:05:55 +01:00
hpk
1945487f4a
[svn r38024] avoid that hostmanage.py tests interfere
...
with the real world (through writing or creating
pytestcache-XXX files), semantic change: upon
gateway initialization the remote path is not
automatically created (this will be done later
by rsync anyway)
--HG--
branch : trunk
2007-02-06 20:06:57 +01:00
fijal
540736b493
[svn r38022] be a bit more verbose before rsync.
...
--HG--
branch : trunk
2007-02-06 19:57:14 +01:00
fijal
f69c77a7ab
[svn r38021] Simple refactoring to be a bit more verbose when starting.
...
--HG--
branch : trunk
2007-02-06 19:44:16 +01:00
fijal
410e00320d
[svn r38000] Fix web reporter
...
--HG--
branch : trunk
2007-02-06 12:15:06 +01:00
fijal
fef23c34cd
[svn r37994] Imrpovement of host rsync reporting. Additionally it increased stability for no particular reason
...
--HG--
branch : trunk
2007-02-06 11:31:08 +01:00