git-lfs/t
brian m. carlson 8490bf3148
migrate import: make --above affect only individual files
The --above option is supposed to only affect individual files, but in
its current configuration, the entry added to the .gitattributes file is
a wildcard pattern for the entire extension.  This is a problem because
other files with the same extension won't necessarily be converted,
leading to the dreaded message that some files "should have been
pointers, but weren't".

Let's fix this by doing what the documentation says: only adding
individual files themselves.  That fixes this problem and also the
inconsistency in our documentation.
2021-05-25 15:13:21 +00:00
..
cmd Remove NTLM support 2021-02-02 16:41:41 +00:00
fixtures t/t-migrate-info.sh: add --pointers option tests 2021-05-01 21:31:04 -07:00
git-lfs-test-server-api Check error when creating local storage directory 2020-02-10 16:07:59 +00:00
Makefile t: add a test helper equivalent to realpath(1) 2019-09-09 14:30:54 +00:00
README.md t/README.md: link to 'Test Lifecycle' appropriately 2018-07-16 16:39:51 -05:00
t-alternates.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-askpass.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-attributes.sh commands/track: read all attributes files to parse macros 2018-12-03 17:18:50 +00:00
t-batch-error-handling.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-batch-retries-ratelimit.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-batch-retries.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-batch-transfer.sh Remove NTLM support 2021-02-02 16:41:41 +00:00
t-batch-unknown-oids.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-checkout.sh commands: make sure we're in the working tree 2020-10-14 20:58:28 +00:00
t-cherry-pick-commits.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-chunked-transfer-encoding.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-clean.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-clone-deprecated.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-clone.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-commit-delete-push.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-config.sh invoke git-config with --includes to ensure it always evaluates include.* directives 2021-03-03 14:26:26 -08:00
t-content-type.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-credentials-no-prompt.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-credentials.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-custom-transfers.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-dedup.sh t/t-dedup.sh: test lfs extensions prevent dedup 2020-02-28 12:02:37 -08:00
t-duplicate-oids.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-env.sh lfsapi: don't warn about duplicate but identical aliases 2021-02-24 17:44:27 +00:00
t-expired.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-ext.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-extra-header.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-fetch-include.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-fetch-paths.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-fetch-recent.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-fetch-refspec.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-fetch.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-filter-branch.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-filter-process.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-fsck.sh t: add a test for shell characters in paths 2019-09-11 18:23:57 +00:00
t-happy-path.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-install-custom-hooks-path-unsupported.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-install-custom-hooks-path.sh Interpret relative hook paths as relative to working tree 2019-11-21 17:19:55 +00:00
t-install-worktree-unsupported.sh t: add tests for --worktree install and uninstall 2020-06-26 14:56:06 -07:00
t-install-worktree.sh t: use repo v1 with extensions 2020-07-01 14:11:20 +00:00
t-install.sh t/t-[un]install.sh: add and refine scope checks 2020-06-26 14:56:06 -07:00
t-lock.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-locks.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-logs.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-ls-files.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-malformed-pointers.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-mergetool.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-migrate-export.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-migrate-fixup.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-migrate-import-no-rewrite.sh git: match gitattributes patterns strictly 2020-11-12 18:41:32 +00:00
t-migrate-import.sh migrate import: make --above affect only individual files 2021-05-25 15:13:21 +00:00
t-migrate-info.sh commands,docs,t: add migrate info --fixup option 2021-05-16 22:34:47 -07:00
t-object-authenticated.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-path.sh Use subprocess for invoking all commands 2020-12-21 22:19:04 +00:00
t-pointer.sh commands/command_pointer.go: introduce --check option 2019-01-31 19:36:01 -08:00
t-post-checkout.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-post-commit.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-post-merge.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-pre-push.sh Add a simple test for GIT_LFS_SKIP_PUSH 2020-09-29 11:29:44 +02:00
t-progress-meter.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-progress.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-prune-worktree.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-prune.sh t: test additional stashed objects with prune 2021-03-23 23:27:38 -07:00
t-pull.sh pull: gracefully handle merge conflicts 2020-10-22 20:56:31 +00:00
t-push-bad-dns.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-push-failures-local.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-push-failures-remote.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-push-file-with-branch-name.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-push.sh t: add test for download gzip transport compression 2020-12-14 20:05:43 +00:00
t-reference-clone.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-resume-http-range.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-resume-tus.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-smudge.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-ssh.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-standalone-file.sh Add support for local paths 2019-11-14 17:23:12 +00:00
t-status.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-submodule-lfsconfig.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-submodule-recurse.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-submodule.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-tempfile.sh fs: be a little less aggressive with cleanup 2021-04-30 14:36:06 +00:00
t-track-attrs.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-track-wildcards.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-track.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-umask.sh TST: Trim security context when checking permissions. 2019-01-15 01:20:13 -05:00
t-uninstall-worktree-unsupported.sh t: add tests for --worktree install and uninstall 2020-06-26 14:56:06 -07:00
t-uninstall-worktree.sh t: use repo v1 with extensions 2020-07-01 14:11:20 +00:00
t-uninstall.sh t/t-[un]install.sh: add and refine scope checks 2020-06-26 14:56:06 -07:00
t-unlock.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-untrack.sh commands: make sure we're in the working tree 2020-10-14 20:58:28 +00:00
t-unusual-filenames.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-update.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-upload-redirect.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-verify.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
t-version.sh t: load shell scripts from $(dirname) instead of 't' 2018-07-10 13:51:40 -05:00
t-worktree.sh Fix unittest expected results 2019-12-12 19:10:44 +09:00
t-zero-len-file.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
testenv.sh t: add a template directory for Git 2020-07-08 15:38:16 +00:00
testhelpers.sh Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
testlib.sh t: add an environment variable to dump test output 2018-09-18 20:48:18 +00:00

t

This directory contains one of the two types of tests that the Git LFS project uses to protect against regression. The first, scattered in *_test.go files throughout the repository are unit tests, and written in Go, designed to uncover failures at the unit level.

The second kind--and the one contained in this directory--are integration tests, which are designed to exercise Git LFS in an end-to-end fashion, running the git, and git-lfs binaries, along with a mock Git server.

You can run all tests in this directory with any of the following:

$ make
$ make test
$ make PROVE_EXTRA_ARGS=-j9 test

Or run a single test (for example, t-checkout.sh) by any of the following:

$ make ./t-checkout.sh
$ make PROVE_EXTRA_ARGS=-v ./t-checkout.sh
$ ./t-checkout.sh

Alternatively, one can run a selection of tests (via explicitly listing them or making use of the built-in shell globbing) by any of the following:

$ make ./t-*.sh
$ make PROVE_EXTRA_ARGS=-j9 ./t-*.sh
$ ./t-*.sh

Test File(s)

There are a few important kinds of files to know about in the t directory:

  • cmd/: contains the source code of binaries that are useful during test time, like the mocked Git server, or the test counting binary. For more about the contents of this directory, see test lifecycle below.

    The file t/cmd/testutils.go is automatically linked and included during the build process of each file in cmd.

  • fixtures/: contains shell scripts that load fixture repositories useful for testing against.

  • t-*.sh: file(s) containing zero or more tests, typically related to a similar topic (c.f,. t/t-push.sh, t/t-pull.sh, etc.)

  • testenv.sh: loads environment variables useful during tests. This file is sourced by testlib.sh.

  • testhelpers.sh: loads shell functions useful during tests, like setup_remote_repo, and clone_repo.

  • testlib.sh: loads the begin_test, end_test, and similar functions useful for instantiating a particular test.

Test Lifecycle

When a test is run, the following occurs, in order:

  1. Missing test binaries are compiled into the bin directory in the repository root. Note: this does not include the git-lfs binary, which is re-compiled via script/boostrap.

  2. An integration server is started by either (1) the Makefile or (2) the cmd/lfstest-count-test.go program, which keeps track of the number of running tests and starts an integration server any time the number of active tests goes from 0 to 1, and stops the server when it goes from n to 0.

  3. After sourcing t/testlib.sh (& loading t/testenv.sh), each test is run in sequence per file. (In other words, multiple test files can be run in parallel, but the tests in a single file are run in sequence.)

  4. An individual test will finish, and (if running under prove) another will be started in its place. Once all tests are done, t/test_count will go to 0, and the test server will be torn down.

Test Environment

There are a few environment variables that you can set to change the test suite behavior:

  • GIT_LFS_TEST_DIR=path - This sets the directory that is used as the current working directory of the tests. By default, this will be in your temp dir. It's recommended that this is set to a directory outside of any Git repository.

  • KEEPTRASH=1 - This will leave the local repository data in a tmp directory and the remote repository data in test/remote.

Also ensure that your noproxy environment variable contains 127.0.0.1 host, to allow git commands to reach the local Git server lfstest-gitserver.

Writing new tests

A new test file should be named t/t-*.sh, where * is the topic of Git LFS being tested. It should look as follows:

#!/usr/bin/env bash

. "$(dirname "$0")/testlib.sh"

begin_test "my test"
(
  set -e

  # ...
)
end_test