s3fs-fuse/test
Andrew Gaul c596441f58 Flush file when opening second fd
Previously when s3fs had dirty local data and an application opened a
second fd it would remove the stat cache entry, query S3 for the size
which was still zero, then reinitialize FdEntry with this incorrect
size.  Instead flush local data to S3 so this query works.  It is
possible that a more involved patch could do this with a less
heavyweight approach but this requires changing open.  This does not
completely fix git clone but allows it to proceed further.  Also make
some cache methods const-correct.  References #839.
2019-07-02 01:12:09 -07:00
..
integration-test-common.sh Correct macOS integration test umount 2019-06-19 11:01:32 -07:00
integration-test-main.sh Flush file when opening second fd 2019-07-02 01:12:09 -07:00
keystore.jks Configure S3Proxy for SSL 2017-09-17 16:16:18 -07:00
Makefile.am Convert rename_before_close to a shell script #229 2015-08-12 15:09:34 +00:00
mergedir.sh Checked and corrected all typo 2019-01-27 12:04:29 +00:00
passwd-s3fs Use s3proxy to run integration tests 2015-02-24 12:08:22 -08:00
require-root.sh In preparation to remove the unnecessary "s3fs" 2010-11-13 23:59:23 +00:00
s3proxy.conf Prefer HTTPS links in documentation where possible 2019-04-05 17:31:06 +09:00
sample_ahbe.conf Correct typos 2016-11-19 15:57:41 -08:00
sample_delcache.sh Work with filenames that include spaces 2019-04-02 10:35:25 +01:00
small-integration-test.sh Integration test summary, continue on error 2016-02-05 05:40:28 -08:00
test-utils.sh Address shellcheck errors 2019-04-09 21:11:31 +09:00