sapling/eden/fs/takeover
Katie Mancini 85942cfaad use portable version of gtest
Summary:
gtest includes some windows headers that will have conflicts with the
folly portability versions. This caused some issues in my in-memory tree
cache diffs (D27050310 (8a1a529fcc)).

We should probably generally be using the folly portable gtests so we can
avoid such issues in the future.

see here for more details: bd600cd4e8/folly/portability/GTest.h (L19)

I ran this with codemod yes to all

- convert all the includes with quotes:
`codemod -d eden/fs --extensions cpp,h '\#include\ "gtest/gtest\.h"' '#include <folly/portability/GTest.h>'`

- convert all the includes with brackets
`codemod -d eden/fs --extensions cpp,h '\#include\ <gtest/gtest\.h>' '#include <folly/portability/GTest.h>'`

- convert the test template
`codemod -d eden/facebook --extensions template '\#include\ <gtest/gtest\.h>' '#include <folly/portability/GTest.h>'`

then used `arc lint` to clean up all the targets files

Reviewed By: genevievehelsel, xavierd

Differential Revision: D28035146

fbshipit-source-id: c3b88df5d4e7cdf4d1e51d9689987ce039f47fde
2021-05-12 15:58:27 -07:00
..
test use portable version of gtest 2021-05-12 15:58:27 -07:00
CMakeLists.txt build: compile takeover/ on Windows 2020-09-16 12:31:46 -07:00
takeover.thrift inodes: rename FUSE refcount to fs refcount 2020-11-04 17:34:01 -08:00
TakeoverClient.cpp fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
TakeoverClient.h add EdenServer recovery step and recover after failed takeover data send handshake 2020-04-07 09:52:21 -07:00
TakeoverData.cpp Daily arc lint --take CLANGFORMAT 2021-04-28 04:38:27 -07:00
TakeoverData.h utils: move win/utils/Stub.h to utils/NotImplemented.h 2020-09-16 12:31:46 -07:00
TakeoverHandler.h add EdenServer recovery step and recover after failed takeover data send handshake 2020-04-07 09:52:21 -07:00
TakeoverServer.cpp changing AsyncServerSocket::acceptError to receive exception_wrapper 2021-02-20 08:01:53 -08:00
TakeoverServer.h changing AsyncServerSocket::acceptError to receive exception_wrapper 2021-02-20 08:01:53 -08:00