Re: [edk2] [PATCH v1 1/1] BaseTools: loop to retry remove when it fails.

2018-05-10 Thread Carsey, Jaben
8 4:47 PM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org; > Kinney, Michael D <michael.d.kin...@intel.com> > Cc: Gao, Liming <liming....@intel.com> > Subject: RE: [edk2] [PATCH v1 1/1] BaseTools: loop to retry remove when it > fails. > Impor

Re: [edk2] [PATCH v1 1/1] BaseTools: loop to retry remove when it fails.

2018-05-09 Thread Kinney, Michael D
> Cc: Gao, Liming <liming@intel.com> > Subject: [edk2] [PATCH v1 1/1] BaseTools: loop to retry > remove when it fails. > > There is a common race condition when the OS fails to > release a file > fast enough. this adds a retry loop. > > Cc: Liming Gao

[edk2] [PATCH v1 1/1] BaseTools: loop to retry remove when it fails.

2018-05-09 Thread Jaben Carsey
There is a common race condition when the OS fails to release a file fast enough. this adds a retry loop. Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey