aboutsummaryrefslogtreecommitdiff
path: root/tests/test_helpers
AgeCommit message (Expand)Author
2019-10-06tests: use /var/tmp by defaultJakob Unterwurzacher
2019-10-06tests: filter leaked fds by prefixJakob Unterwurzacher
2019-10-06tests: clarify which process seems to be leaking fdsJakob Unterwurzacher
2019-09-08test_helpers: ListFds: handle an exited process gracefullyJakob Unterwurzacher
2019-05-01tests: fix root_test permission issuesJakob Unterwurzacher
2019-05-01tests: split testParentDir by UIDJakob Unterwurzacher
2019-05-01test_helpers: better function comments for InitFS and MountJakob Unterwurzacher
2019-01-20tests: check that we can delete directories with all permissionJakob Unterwurzacher
2019-01-15tests: Increase timeout in Mount() function.Sebastian Lackner
2019-01-14tests: reduce noise on MacOSJakob Unterwurzacher
2019-01-05A few more spelling fixes.Sebastian Lackner
2019-01-04tests: bump maxCacheFds to 3Jakob Unterwurzacher
2019-01-04tests: fix VerifyExistence() helper, it missed unstat()able filesJakob Unterwurzacher
2019-01-03Omit syscall.O_RDONLY flag when passing O_PATH.Sebastian Lackner
2019-01-03tests: allow one extra fd in fd leak detector (dirCache)Jakob Unterwurzacher
2019-01-03nametransform: simplify WriteDirIV to WriteDirIVAtJakob Unterwurzacher
2019-01-02tests: retry longer when we see a fd leakJakob Unterwurzacher
2019-01-02tests: add fd leak retry logic to UnmountErr, really return errorJakob Unterwurzacher
2019-01-02tests: ListFds(): filter out pipe and eventpoll fdsJakob Unterwurzacher
2019-01-02tests: make MountInfo field accessibleJakob Unterwurzacher
2019-01-01tests: ListFds: show r/w statusJakob Unterwurzacher
2019-01-01tests: split mount_unmount.go from helpers.goJakob Unterwurzacher
2019-01-01tests: detect fd leaks on unmountJakob Unterwurzacher
2019-01-01tests: teach ListFds() to check other processesJakob Unterwurzacher
2019-01-01tests: save gocryptfs process id in test_helpers.MountPIDJakob Unterwurzacher
2018-10-10tests: respect TMPDIR if setJakob Unterwurzacher
2018-09-23fusefrontend: get rid of os.File* wrappingJakob Unterwurzacher
2018-08-11tests: VerifyExistence: panic on inconsistent resultsJakob Unterwurzacher
2018-06-07main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexecJakob Unterwurzacher
2018-04-27tests: helpers: fix a few error reportsJakob Unterwurzacher
2018-04-08Fix the easy golint warningsJakob Unterwurzacher
2018-04-08tests: retry umountJakob Unterwurzacher
2018-04-07tests: matrix: check for fd leaksJakob Unterwurzacher
2018-04-02fsck: add initial implementationJakob Unterwurzacher
2018-03-24test_helpers: add SwitchTestParentDirJakob Unterwurzacher
2018-03-06tests: drop "-z" from fusermount to catch forgotten fdsJakob Unterwurzacher
2018-03-05test_helpers: add missing newlineJakob Unterwurzacher
2018-02-28test_helpers: use an intermediate pipe for subprocess stdoutJakob Unterwurzacher
2017-12-06tets_helpers: handle t=nil in InitFSJakob Unterwurzacher
2017-11-29fusefrontend: allow_other: close race between mkdir and chownSebastian Lackner
2017-05-07fusefrontend: implement path decryption via ctlsockJakob Unterwurzacher
2017-05-07Fix typos found by MisspellJakob Unterwurzacher
2017-02-16tests: get rid of syscall.PathMaxJakob Unterwurzacher
2017-02-15tests: use fuse-unmount.bashJakob Unterwurzacher
2016-11-26tests: don't call t.Fatal in checkExampleFSJakob Unterwurzacher
2016-11-10tests: allow overriding hardcoded arguments in Mount helperJakob Unterwurzacher
2016-11-10ctlsock: implement EncryptPath for reverse mode, add testsJakob Unterwurzacher
2016-10-08tests: pass "-nosyslog"Jakob Unterwurzacher
2016-10-08tests: invert ResetTmpDir argumentJakob Unterwurzacher
2016-10-04lint fixesValient Gough