Re: [Pharo-project] Increasing bots traffic
On Feb 23, 2012, at 10:46 PM, Nicolas Cellier wrote:
Just curious, what is the goal of Jenkins build reports - focus developers attention on failing tests
The reports will stop as soon as the build is green. But in general, the *only* person who has *ever* added a bug report because a test started to fail was me. Nobody looks at the failing tests! Nobody realises that when a test starts to fail. "It might have been that change last week". Great. I want to know *immediatly* when as change breaks a test. Marcus -- Marcus Denker -- http://marcusdenker.de
On Feb 24, 2012, at 7:15 AM, Marcus Denker wrote:
On Feb 23, 2012, at 10:46 PM, Nicolas Cellier wrote:
Just curious, what is the goal of Jenkins build reports - focus developers attention on failing tests
The reports will stop as soon as the build is green.
But in general, the *only* person who has *ever* added a bug report because a test started to fail was me.
Nobody looks at the failing tests!
For 1.4 I changed the config to -> not send to the list on broken builds -> send to the list when *more* tests ar failing then before. For 1.3 full I for now let it like it is, as the failing tests in Full really need to be fixed (and 1.3 build is only triggered on update, which happens very seldomly). Marcus -- Marcus Denker -- http://marcusdenker.de
On Fri, Feb 24, 2012 at 7:15 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Feb 23, 2012, at 10:46 PM, Nicolas Cellier wrote:
Just curious, what is the goal of Jenkins build reports - focus developers attention on failing tests
The reports will stop as soon as the build is green.
But in general, the *only* person who has *ever* added a bug report because a test started to fail was me.
Nobody looks at the failing tests!
I understand your indignation but last week I tried to look at failing tests of 1.4 and make it green (however without full success because some are VM related) :-) Cheers, -- Pavel
Nobody realises that when a test starts to fail. "It might have been that change last week". Great. I want to know *immediatly* when as change breaks a test.
    Marcus
-- Marcus Denker -- http://marcusdenker.de
participants (2)
-
Marcus Denker -
Pavel Krivanek