Login  Register

Re: fuelized test failures

Posted by Pavel Krivanek-3 on Jul 23, 2012; 8:26am
URL: https://forum.world.st/fuelized-test-failures-tp4640954p4641119.html

in the Workspace of the job

-- Pavel

On Mon, Jul 23, 2012 at 10:22 AM, Mariano Martinez Peck
<[hidden email]> wrote:

>
>
> On Fri, Jul 20, 2012 at 6:09 PM, Camillo Bruni <[hidden email]>
> wrote:
>>
>> From now on all the test-failures are serialized on the build server.
>>
>> This allows us to quickly find the cause of a failing test:
>> - download the .fuel file for the failing test
>
>
>
> Where can I find these .fuel of the tests?
>
>
>>
>> - materialize the .fuel in the image and debug the code
>>         | aContext |
>>         aContext := FLMaterializer materializeFromFileNamed:
>> 'PharoDebug.fuel'.
>>         Debugger openContext: aContext label:  'This is the new debugger!'
>> contents: nil
>>
>> The serialized stack trace is very limited (generally only 2 contexts) but
>> they
>> are enough to get a decent view on what the variables are
>
>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>