[Pharo-project] Author = TestRunner

2009-10-31 Thread Stéphane Ducasse
apparently there is a bad interaction between the test runner and the author because from time to time I get author = TestRunner Probably the runner code is not robust enough in case of failure capture or something like that. runCase Author useAuthor: 'TestRunner'

Re: [Pharo-project] Author = TestRunner

2009-10-31 Thread Adrian Lienhard
If I understand you correctly, the author is permanently set to 'TestRunner' after running tests? Do you know which tests cause the problem? Reverting to the original author is done in an ensure block, so I don't see how that can go wrong right now. Adrian On Oct 29, 2009, at 20:57 ,

Re: [Pharo-project] Author = TestRunner

2009-10-31 Thread Stéphane Ducasse
On Oct 31, 2009, at 6:31 PM, Adrian Lienhard wrote: If I understand you correctly, the author is permanently set to 'TestRunner' after running tests? yes :) Do you know which tests cause the problem? Reverting to the original author is done in an ensure block, so I don't see how that can

Re: [Pharo-project] Author = TestRunner

2009-10-31 Thread Henrik Sperre Johansen
It happens for instance if you click one of the failing tests after intially running tests, then fix the bug in the debugger that pops up. (i.e., you're comitting changes while the test is being run). Cheers, Henry On 31.10.2009 18:31, Adrian Lienhard wrote: If I understand you correctly, the