aboutsummaryrefslogtreecommitdiff
path: root/tests/test_helpers/helpers.go
AgeCommit message (Expand)Author
2022-12-29make formatJakob Unterwurzacher
2021-08-23go mod: declare module version v2Jakob Unterwurzacher
2021-08-20Implement -deterministic-names: extended -zerodirivJakob Unterwurzacher
2021-08-19Flag -zerodiriv to create all diriv as all zero byte filesJose M Perez
2021-08-19test_helpers: actually use global testParentDir variableJakob Unterwurzacher
2021-08-19golangci-lint: fix issues found by gosimpleJakob Unterwurzacher
2021-06-21nametransform: delete NameTransformer interfaceJakob Unterwurzacher
2021-03-21test_helpers: VerifySize: don't complain about ino mismatchJakob Unterwurzacher
2020-09-09test_helpers: print warning when not running on ext4Jakob Unterwurzacher
2020-08-15test_helper: VerifyExistence: don't panicJakob Unterwurzacher
2020-07-12v2api: fix Mkdir crash when using plaintextnamesJakob Unterwurzacher
2020-05-10gocryptfs-xray: add -0 flag, add testsJakob Unterwurzacher
2020-05-09test_helpers: use new ctlsock.CtlSock APIJakob Unterwurzacher
2020-05-09ctlsock: create exported ctlsock client libraryJakob Unterwurzacher
2020-05-09tests: use t.Name()Jakob Unterwurzacher
2019-11-16tests: also check inode number in VerifySizeJakob Unterwurzacher
2019-10-06tests: use /var/tmp by defaultJakob 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-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-03nametransform: simplify WriteDirIV to WriteDirIVAtJakob 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