Skip to content

Instantly share code, notes, and snippets.

@sinbad
Created October 22, 2015 15:02
Show Gist options
  • Save sinbad/4a3d01077324f47dc82a to your computer and use it in GitHub Desktop.
Save sinbad/4a3d01077324f47dc82a to your computer and use it in GitHub Desktop.
git-lfs Windows integration tests clean
steve@STEVENSTREED3AA MINGW64 ~/Documents/projects/Go/src/github.com/github/git-lfs (windows-tests)
$ script/integration
compile git-lfs for script/integration
commands\mancontent_gen.go
Using go1.5.1
Git LFS: /c/Users/steve/Documents/projects/Go/src/github.com/github/git-lfs/bin/git-lfs
git-lfs/1.0.0 (GitHub; windows amd64; go 1.5.1; git e980edd)
git version 2.5.1.windows.1
Updated pre-push hook.
Git LFS initialized.
HOME: /c/Users/steve/Documents/projects/Go/src/github.com/github/git-lfs/test/remote/home
TMP: /c/Users/steve/Documents/projects/Go/src/github.com/github/git-lfs/tmp
lfstest-gitserver:
LFSTEST_URL=/c/Users/steve/Documents/projects/Go/src/github.com/github/git-lfs/test/remote/url
LFSTEST_DIR=/c/Users/steve/Documents/projects/Go/src/github.com/github/git-lfs/test/remote
GIT:
filter.lfs.clean git-lfs clean %f
filter.lfs.smudge git-lfs smudge %f
filter.lfs.required true
credential.helper lfstest
user.name Git LFS Tests
user.email git-lfs@example.com
Running this maxprocs=4
test: untrack ... OK
test: untrack outside git repo ... OK
test: uninit outside repository ... OK
test: uninit inside repository with default pre-push hook ... OK
test: uninit inside repository without git lfs pre-push hook ... OK
test: update ... OK
test: update lfs.{url}.access ... OK
test: uninit hooks inside repository ... OK
test: update: outside git repository ... OK
test: status ... OK
test: git worktree ... OK
test: status --porcelain ... OK
test: status: outside git repository ... OK
test: smudge ... OK
test: track ... OK
test: smudge --info ... OK
test: push (legacy): upload file with storage 403 ... OK
test: track directory ... OK
test: track without trailing linebreak ... OK
test: track outside git repo ... OK
test: track representation ... OK
test: track absolute ... OK
test: track in gitDir ... OK
test: submodule local git dir ... OK
test: submodule env ... OK
test: smudge with invalid pointer ... OK
test: push (legacy): upload file with storage 404 ... OK
test: push: upload file with storage 403 ... OK
test: push: upload file with storage 404 ... OK
test: push (legacy): upload file with storage 410 ... OK
test: smudge include/exclude ... OK
test: push: upload file with storage 410 ... OK
test: push: upload to bad dns ... OK
test: push (legacy): upload file with storage 422 ... OK
test: push: upload file with storage 422 ... OK
test: push (legacy): upload file with storage 500 ... OK
test: push: upload file with storage 500 ... OK
test: push (legacy): upload to bad dns ... OK
test: smudge with skip ... OK
test: push (legacy): upload file with api 403 ... OK
test: push ... OK
test: push: upload file with api 403 ... OK
test: push: upload file with api 404 ... OK
test: push (legacy): upload file with api 404 ... OK
test: push (legacy): upload file with api 410 ... OK
test: push: upload file with api 410 ... OK
test: push (legacy): upload file with api 422 ... OK
test: push: upload file with api 422 ... OK
test: push (legacy): upload file with api 500 ... OK
test: push: upload file with api 500 ... OK
test: pointer --file --stdin ... OK
test: pre-push ... OK
test: pointer --file --stdin mismatch ... OK
test: pull ... OK
test: pull: outside git repository ... OK
test: ls-files ... OK
test: ls-files: outside git repository ... OK
test: ls-files: with zero files ... OK
test: ls-files: show duplicate files ... OK
test: ls-files: show duplicate files with long OID ... OK
test: push --all (no ref args) ... OK
test: pointer --stdin ... OK
test: pointer --stdin without stdin ... OK
test: pre-push dry-run ... OK
test: logs ... OK
test: init again ... OK
test: pointer --stdin with bad pointer ... OK
test: pointer --file --pointer mismatch ... OK
test: init with old settings ... OK
test: pointer --file --pointer ... OK
test: pointer --pointer ... OK
test: init updates repo hooks ... OK
test: init outside repository directory ... OK
test: pre-push 307 redirects ... OK
test: init --skip-smudge ... OK
test: init --local ... OK
test: init --local outside repository ... OK
test: pre-push with existing file ... OK
test: pre-push with existing pointer ... OK
test: happy path ... OK
test: fsck default ... OK
test: push --all (1 ref arg) ... OK
test: pre-push with missing pointer not on server ... OK
test: fsck dry run ... OK
test: push --all (multiple ref args) ... OK
test: pre-push with missing pointer which is on server ... OK
test: fsck: outside git repository ... OK
test: pre-push with missing pointer not on server (BATCH) ... OK
test: push --all (ref with deleted files) ... OK
test: ext ... OK
test: env with no remote ... OK
test: push object id(s) ... OK
test: pre-push with missing pointer which is on server (BATCH) ... OK
test: env with origin remote ... OK
test: push modified files ... OK
test: env with multiple remotes ... OK
test: credentials without useHttpPath, with bad path password ... OK
test: credentials with useHttpPath, with wrong password ... OK
test: credentials with useHttpPath, with correct password ... OK
test: pre-push multiple branches ... OK
test: env with other remote ... OK
test: git credential ... OK
test: fetch ... OK
test: clean simple file ... OK
test: clean a pointer ... OK
test: env with multiple remotes and lfs.url config ... OK
test: clean pseudo pointer ... OK
test: commit, delete, then push ... OK
test: clean pseudo pointer with extra data ... OK
test: chunked transfer encoding batched ... OK
test: env with multiple remotes and lfs configs ... OK
test: chunked transfer encoding ... OK
test: batch transfer unsupported on server ... OK
test: env with multiple remotes and lfs url and batch configs ... OK
test: checkout ... OK
test: checkout: outside git repository ... OK
test: batch error handling ... OK
test: env with .gitconfig ... OK
test: batch transfer ... OK
test: fetch-recent ... OK
test: env with environment variables ... OK
test: env with bare repo ... OK
test: fetch-all ... OK
test: fetch: outside git repository ... OK
test: fetch with no origin remote ... OK
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
steve@STEVENSTREED3AA MINGW64 ~/Documents/projects/Go/src/github.com/github/git-lfs (windows-tests)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment