sapling/eden/fs/fuse/test
Matt Glazar 201fef1c2e Create exception type for FUSE unmount-during-init
Summary:
FuseChannel::initialize throws runtime_error when the FUSE connection is interrupted. I want EdenMount::startFuse to handle unexpected-unmount errors from FuseChannel::initialize, but catching runtime_error would catch unrelated errors too.

When the FUSE connection is interrupted during initialization, make FuseChannel throw FuseDeviceUnmountedDuringInitialization instead of runtime_error.

Reviewed By: chadaustin

Differential Revision: D14077848

fbshipit-source-id: ed7b7d370a83ed1a9c36a443d8bb06ba940dc032
2019-03-11 20:48:27 -07:00
..
BufVecTest.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
FuseChannelTest.cpp Create exception type for FUSE unmount-during-init 2019-03-11 20:48:27 -07:00