sapling/eden/fs/integration
Michael Bolin 11169bcf95 Add an eden shutdown command.
Summary:
This revision introduces two complementary changes:
* `eden daemon` no longer runs in the foreground.
* There is now an `eden shutdown` command to kill the daemon.

When `shutdown` is called, it tells the Thrift server to shutdown.
In turn, this causes `EdenServer::runThriftServer()` to exit,
which causes `EdenServer::run()` to exit.

Reviewed By: simpkins

Differential Revision: D3402347

fbshipit-source-id: 80032ba53eb69b3f69bef9d7cd169f93500c833c
2016-06-10 14:16:09 -07:00
..
basic_test.py handle unmount through privhelper process 2016-05-31 13:17:03 -07:00
edenclient.py Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
fs.py Initial commit 2016-05-12 14:09:13 -07:00
gitrepo.py Initial commit 2016-05-12 14:09:13 -07:00
health_test.py Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
TARGETS Add a Thrift API to get the SHA-1 of a file. 2016-05-27 18:17:07 -07:00
testcase.py Initial commit 2016-05-12 14:09:13 -07:00
thrift_test.py Add a Thrift API to get the SHA-1 of a file. 2016-05-27 18:17:07 -07:00
xattr_test.py eden: sha1 attributes on overlay [2/2] 2016-05-26 08:23:11 -07:00