Commit Graph

3 Commits

Author SHA1 Message Date
Hanqing Wu a1755152f9 fix compile/unittests errors and add unittests branch coverage scripts
Signed-off-by: Hanqing Wu <wuhanqing@hotmail.com>
2022-01-13 10:14:13 +08:00
wuhanqing 53353710fd client: explicit stop LeaseExecutor in FileInstance::UnInitialize
When uninit FileClient and some files are not closed, in
FileInstance's destructor it will destroy LeaseExecutor, but
LeaseExecutor's destructor will wait for backend lease task to stop,
so without explicit close a file, thread will be stuck here.

Signed-off-by: wuhanqing <wuhanqing@hotmail.com>
2021-06-28 14:38:05 +08:00
wuhanqing d98a59d7f1 zeroize memory copy
Change-Id: I2d389b24446623e8f639642a2b354120f20dbe56
2020-09-23 15:00:49 +08:00