Loading src/client/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,6 @@ target_link_libraries(fuse_client PRIVATE gkfs_common metadata distributor env_util arithmetic path_util rpc_utils ${FUSE3_LIBRARIES} gkfs_user_lib gkfs_libc_intercept ) target_include_directories(fuse_client Loading tests/integration/harness/gkfs.py +5 −1 Original line number Diff line number Diff line Loading @@ -1683,11 +1683,15 @@ class FuseClient: def shutdown(self): try: self._proc.terminate() time.sleep(1) # give fuse time to unmount err = self._proc.wait() except ProcessLookupError: print("Fuse client already gone at shutdown") pass except sh.SignalException_SIGTERM: pass except Exception: raise pass @property Loading Loading
src/client/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,6 @@ target_link_libraries(fuse_client PRIVATE gkfs_common metadata distributor env_util arithmetic path_util rpc_utils ${FUSE3_LIBRARIES} gkfs_user_lib gkfs_libc_intercept ) target_include_directories(fuse_client Loading
tests/integration/harness/gkfs.py +5 −1 Original line number Diff line number Diff line Loading @@ -1683,11 +1683,15 @@ class FuseClient: def shutdown(self): try: self._proc.terminate() time.sleep(1) # give fuse time to unmount err = self._proc.wait() except ProcessLookupError: print("Fuse client already gone at shutdown") pass except sh.SignalException_SIGTERM: pass except Exception: raise pass @property Loading