sapling/eden/fs/testharness
Brian Strauch 5380c70c14 Removed getInodeBlocking and replaced with Future version
Summary: Developers should be encouraged to use Future-based functions instead of blocking functions in production code. Removing this blocking function makes it less convenient for developers to write blocking code in the future.

Reviewed By: strager

Differential Revision: D15564952

fbshipit-source-id: 3f62db472a59a6487ffe12e48c04178cad84ca61
2019-05-31 18:21:15 -07:00
..
test Future::onError replaced with Future::thenError 2019-01-30 09:56:15 -08:00
CMakeLists.txt eden: cmake: initial support for running unit tests 2019-05-03 15:59:45 -07:00
FakeBackingStore.cpp convert BlobAccess tests to use FakeBackingStore 2019-01-10 16:28:05 -08:00
FakeBackingStore.h convert BlobAccess tests to use FakeBackingStore 2019-01-10 16:28:05 -08:00
FakeClock.h make Clock::getRealtime() const 2018-02-01 11:19:15 -08:00
FakeFuse.cpp eden: pull in osxfuse kernel headers 2018-12-17 20:16:19 -08:00
FakeFuse.h eden: apple/clang compiler portability fixes 2019-04-18 10:37:57 -07:00
FakeObjectStore.cpp add kEmptySha1 hash constant 2018-11-28 16:16:16 -08:00
FakeObjectStore.h add a BlobAccess API for stateless blob reading 2018-11-26 10:46:51 -08:00
FakePrivHelper.cpp Synchronize mount+unmount 0/4: Add features to MountDelegate test helpers 2019-03-21 13:51:15 -07:00
FakePrivHelper.h Synchronize mount+unmount 0/4: Add features to MountDelegate test helpers 2019-03-21 13:51:15 -07:00
FakeTreeBuilder.cpp fix FileInode::isSameAs() to correctly wait on Future completion 2018-06-13 01:20:39 -07:00
FakeTreeBuilder.h fix FileInode::isSameAs() to correctly wait on Future completion 2018-06-13 01:20:39 -07:00
HgRepo.cpp default test repos to treemanifest 2019-05-22 15:57:57 -07:00
HgRepo.h default test repos to treemanifest 2019-05-22 15:57:57 -07:00
InodeUnloader.h fix TreeInode::unloadChildrenNow so it unloads trees 2018-09-12 14:37:24 -07:00
StoredObject.h fix FileInode::isSameAs() to correctly wait on Future completion 2018-06-13 01:20:39 -07:00
TempFile.cpp eden: canonicalize makeTempDir results for macOS 2019-05-01 09:22:57 -07:00
TempFile.h add new helper functions for creating temporary files/dirs in tests 2018-11-09 14:29:17 -08:00
TestChecks.h minor prefactoring split out from later diffs 2018-04-24 18:53:19 -07:00
TestDispatcher.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
TestDispatcher.h remove the fusell namespace 2018-03-19 17:01:52 -07:00
TestMain.cpp eden: cmake: initial support for running unit tests 2019-05-03 15:59:45 -07:00
TestMount.cpp Removed getInodeBlocking and replaced with Future version 2019-05-31 18:21:15 -07:00
TestMount.h rename ClientConfig to CheckoutConfig 2019-05-07 17:41:36 -07:00
TestServer.cpp add a TestServer class 2019-05-28 21:39:39 -07:00
TestServer.h add a TestServer class 2019-05-28 21:39:39 -07:00
TestUtil.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
TestUtil.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00