sapling/eden/fs/store/test
Xavier Deguillard ea98578570 model: report symlink/executable as regular files on Windows
Summary:
While this isn't the right fix, this is what shipped in our packages, for the
sake of being able to reproduce the package, let's land this as it is. A
future change will remove this ifdef.

Below is pkaush original description:
In Eden Windows we treat all the files as regular files and don't have a
concept of symlinks and executable files. Fixing the TreeEntryType::getType()
to return REGULAR_FILE for executable file and symlink.

Reviewed By: wez

Differential Revision: D20481051

fbshipit-source-id: 0b0c4d7aea28134383ef45aeafc02930b420286b
2020-05-12 08:46:35 -07:00
..
BlobAccessTest.cpp add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
BlobCacheTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
CMakeLists.txt store: enable more store tests 2020-05-07 10:07:33 -07:00
DiffTest.cpp model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
ImportPriorityTest.cpp eden: fix multiply defined symbols issue with ImportPriority 2020-03-20 10:56:08 -07:00
LocalStoreTest.cpp stop storing sizes in their own local store column 2019-12-20 16:14:23 -08:00
LocalStoreTest.h restructure KeySpace and move it into KeySpace.h 2020-01-21 10:33:10 -08:00
ObjectStoreTest.cpp add an ObjectFetchContext interface 2020-02-05 13:15:01 -08:00
RocksDbLocalStoreTest.cpp log to scuba upon automatic gc 2019-12-10 16:16:35 -08:00