etcd/pkg/fileutil
Gyu-Ho Lee 4ab1500a6d pkg/fileutil: wait up to 300ms for purge test
Fix https://github.com/coreos/etcd/issues/5231.

The issue shows that slow CI can take more than 200ms
for purging. This increase the loop iteration to wait
up to 300ms in case the disk is being slow.
2016-04-29 15:24:44 -07:00
..
fileutil.go *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
fileutil_test.go *: clean up if, bool comparison 2016-04-02 12:55:11 -07:00
lock.go fileutil, wal: refactor file locking 2016-03-16 15:02:15 -07:00
lock_flock.go pkg/fileutil: fix linux file locks over NFS 2016-03-25 16:28:29 -07:00
lock_linux.go pkg/fileutil: fix linux file locks over NFS 2016-03-25 16:28:29 -07:00
lock_plan9.go fileutil, wal: refactor file locking 2016-03-16 15:02:15 -07:00
lock_solaris.go fileutil, wal: refactor file locking 2016-03-16 15:02:15 -07:00
lock_test.go fileutil, wal: refactor file locking 2016-03-16 15:02:15 -07:00
lock_unix.go pkg/fileutil: fix linux file locks over NFS 2016-03-25 16:28:29 -07:00
lock_windows.go pkg/fileutil: lock file on Windows 2016-03-27 00:35:44 -07:00
preallocate.go fileutil: support file extending preallocate 2016-03-21 09:42:30 -07:00
preallocate_darwin.go fileutil: support file extending preallocate 2016-03-21 09:42:30 -07:00
preallocate_test.go fileutil: support file extending preallocate 2016-03-21 09:42:30 -07:00
preallocate_unix.go fileutil: support file extending preallocate 2016-03-21 09:42:30 -07:00
preallocate_unsupported.go fileutil: support file extending preallocate 2016-03-21 09:42:30 -07:00
purge.go fileutil, wal: refactor file locking 2016-03-16 15:02:15 -07:00
purge_test.go pkg/fileutil: wait up to 300ms for purge test 2016-04-29 15:24:44 -07:00
sync.go fileutil: Sync on HFS/OSX needs to be handled differently. 2016-04-18 21:49:04 -07:00
sync_darwin.go fileutil: Sync on HFS/OSX needs to be handled differently. 2016-04-18 21:49:04 -07:00
sync_linux.go fileutil: Sync on HFS/OSX needs to be handled differently. 2016-04-18 21:49:04 -07:00