sapling/eden
Adam Simpkins a0627a48a7 fix flaky utime test
Summary:
test_utime() seems to fail a reasonable amount of the time in my experience:
the atime returned by lstat() occasionally ends up being 1 or 2 milliseconds
earlier than the saved timestamp.  With the existing behavior python and eden
are independently computing the current time, although I haven't investigated
why eden sometimes gets a timestamp slightly earlier than python did.

This fixes the test by asking eden to set an explicit timestamp value, rather
than letting eden independently get the current timestamp.

Reviewed By: wez

Differential Revision: D3802100

fbshipit-source-id: fecfd1d68b8c95d119099ef39f17004be13d3dff
2016-09-02 08:57:05 -07:00
..
docs add ClientConfig method that compiles repository data 2016-08-05 12:50:29 -07:00
fs fix flaky utime test 2016-09-02 08:57:05 -07:00
fuse update DirList to accept StringPiece names 2016-08-24 17:02:15 -07:00
utils codemod: add explicit headers parameter for C/C++ rules under 2016-09-01 10:26:38 -07:00
DEFS Exclude the cpp_binary for the daemon from the python_binary for the CLI. 2016-06-15 17:07:58 -07:00