Re: [PATCH 1/2] test: add command to 'Lab failure' timeout message

2024-11-30 Thread Tom Rini
On Sat, 23 Nov 2024 22:29:21 +0100, Heinrich Schuchardt wrote: > When a timeout occurs while executing a command a 'Lab failure' message is > written and testing is stopped. The user is left in the dark about the > failure cause. > > ! _pytest.outcomes.Exit: Lab failure: Marking connection ba

Re: [PATCH 1/2] test: add command to 'Lab failure' timeout message

2024-11-26 Thread Simon Glass
On Sat, 23 Nov 2024 at 14:29, Heinrich Schuchardt wrote: > > When a timeout occurs while executing a command a 'Lab failure' message is > written and testing is stopped. The user is left in the dark about the > failure cause. > > ! _pytest.outcomes.Exit: Lab failure: Marking connection bad - n

[PATCH 1/2] test: add command to 'Lab failure' timeout message

2024-11-23 Thread Heinrich Schuchardt
When a timeout occurs while executing a command a 'Lab failure' message is written and testing is stopped. The user is left in the dark about the failure cause. ! _pytest.outcomes.Exit: Lab failure: Marking connection bad - no other tests will run ! Add the word 'Timeout' and the executed co