Re: [PATCH 1/1] pytest: Use --lazy with umount

2023-04-26 Thread Tom Rini
On Wed, Apr 05, 2023 at 10:19:39PM -0400, Tom Rini wrote: > Sometimes when doing tests on real hardware we sometimes run in to the > case where some of these mounts haven't been fully flushed. Using the > --lazy option with umount will allow us to continue while letting the OS > handle flushing t

Re: [PATCH 1/1] pytest: Use --lazy with umount

2023-04-07 Thread Simon Glass
Hi Tom, On Sat, 8 Apr 2023 at 07:46, Tom Rini wrote: > > On Sat, Apr 08, 2023 at 06:55:14AM +1200, Simon Glass wrote: > > Hi Tom, > > > > On Sat, 8 Apr 2023 at 02:36, Tom Rini wrote: > > > > > > On Fri, Apr 07, 2023 at 05:31:17PM +1200, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Thu,

Re: [PATCH 1/1] pytest: Use --lazy with umount

2023-04-07 Thread Tom Rini
On Sat, Apr 08, 2023 at 06:55:14AM +1200, Simon Glass wrote: > Hi Tom, > > On Sat, 8 Apr 2023 at 02:36, Tom Rini wrote: > > > > On Fri, Apr 07, 2023 at 05:31:17PM +1200, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 6 Apr 2023 at 14:19, Tom Rini wrote: > > > > > > > > Sometimes when doing

Re: [PATCH 1/1] pytest: Use --lazy with umount

2023-04-07 Thread Simon Glass
Hi Tom, On Sat, 8 Apr 2023 at 02:36, Tom Rini wrote: > > On Fri, Apr 07, 2023 at 05:31:17PM +1200, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 6 Apr 2023 at 14:19, Tom Rini wrote: > > > > > > Sometimes when doing tests on real hardware we sometimes run in to the > > > case where some of these

Re: [PATCH 1/1] pytest: Use --lazy with umount

2023-04-07 Thread Tom Rini
On Fri, Apr 07, 2023 at 05:31:17PM +1200, Simon Glass wrote: > Hi Tom, > > On Thu, 6 Apr 2023 at 14:19, Tom Rini wrote: > > > > Sometimes when doing tests on real hardware we sometimes run in to the > > case where some of these mounts haven't been fully flushed. Using the > > --lazy option with

Re: [PATCH 1/1] pytest: Use --lazy with umount

2023-04-06 Thread Simon Glass
Hi Tom, On Thu, 6 Apr 2023 at 14:19, Tom Rini wrote: > > Sometimes when doing tests on real hardware we sometimes run in to the > case where some of these mounts haven't been fully flushed. Using the > --lazy option with umount will allow us to continue while letting the OS > handle flushing the

[PATCH 1/1] pytest: Use --lazy with umount

2023-04-05 Thread Tom Rini
Sometimes when doing tests on real hardware we sometimes run in to the case where some of these mounts haven't been fully flushed. Using the --lazy option with umount will allow us to continue while letting the OS handle flushing the data out still. Signed-off-by: Tom Rini --- test/py/tests/tes