Re: [Pharo-dev] Monkey timeout

2016-11-21 Thread Marcus Denker
Ok, I restarted (with killing some jobs, as it was really very slow with load >8) Marcus > On 21 Nov 2016, at 16:20, Marcus Denker wrote: > > I did not do the reboot, I will do it as soon as the current jobs are done. > >> On 21 Nov 2016, at 15:15, Max Leske >

Re: [Pharo-dev] Monkey timeout

2016-11-21 Thread Marcus Denker
I did not do the reboot, I will do it as soon as the current jobs are done. > On 21 Nov 2016, at 15:15, Max Leske wrote: > > Thanks. No luck unfortunately. I may be able to take a look tonight, but > don’t hold me to it. > > Max > >> On 21 Nov 2016, at 14:12, Marcus Denker >

Re: [Pharo-dev] Monkey timeout

2016-11-21 Thread Max Leske
Thanks. No luck unfortunately. I may be able to take a look tonight, but don’t hold me to it. Max > On 21 Nov 2016, at 14:12, Marcus Denker wrote: > > >> On 20 Nov 2016, at 23:59, Nicolai Hess > > wrote: >> >> >> >> 2016-11-18 19:41 GMT+01:00 Nicolai Hess >

Re: [Pharo-dev] Monkey timeout

2016-11-21 Thread Marcus Denker
> On 20 Nov 2016, at 23:59, Nicolai Hess wrote: > > > > 2016-11-18 19:41 GMT+01:00 Nicolai Hess >: > Anything we can do about the monkey timeout > a CIChangeCaseValidationRule: Timeout (after 0:01:40:00) > > This occurs even shortly after the validation starts.

Re: [Pharo-dev] Monkey timeout

2016-11-20 Thread Max Leske
> On 18 Nov 2016, at 19:41, Nicolai Hess wrote: > > Anything we can do about the monkey timeout > a CIChangeCaseValidationRule: Timeout (after 0:01:40:00) > +1 This time it’s persistent... > This occurs even shortly after the validation starts. > >

Re: [Pharo-dev] Monkey timeout

2016-11-20 Thread Nicolai Hess
2016-11-18 19:41 GMT+01:00 Nicolai Hess : > Anything we can do about the monkey timeout > a CIChangeCaseValidationRule: Timeout (after 0:01:40:00) > > This occurs even shortly after the validation starts. > > reboot ?

[Pharo-dev] Monkey timeout

2016-11-18 Thread Nicolai Hess
Anything we can do about the monkey timeout a CIChangeCaseValidationRule: Timeout (after 0:01:40:00) This occurs even shortly after the validation starts.

Re: [Pharo-dev] monkey timeout

2014-10-20 Thread Marcus Denker
I have added a workaround (temporary) to the the RBSentNotImplementedRule to actually not check, this fixed the timeout (but of course the rule needs to be fixed, there is an issue from that already and Yuriy already commented how it will be fixed. On Sat, Oct 18, 2014 at 3:35 PM, Nicolai Hess

[Pharo-dev] monkey timeout

2014-10-18 Thread Nicolai Hess
I think we have to review and revert some changes for SmallLint (RB-Classes). issue 14096 and 14098 for instance, rules on package X are executed on all methods in class Y if package X extends "one" methode in class Y. -> issue 14228