]> git.ipfire.org Git - thirdparty/git.git/blame - t/t5540-http-push-webdav.sh
path.c: don't call the match function without value in trie_find()
[thirdparty/git.git] / t / t5540-http-push-webdav.sh
CommitLineData
faa4bc35
CB
1#!/bin/sh
2#
3# Copyright (c) 2008 Clemens Buchacher <drizzd@aon.at>
4#
5
7da4e228 6test_description='test WebDAV http-push
faa4bc35
CB
7
8This test runs various sanity checks on http-push.'
9
10. ./test-lib.sh
11
96086262
MH
12if git http-push > /dev/null 2>&1 || [ $? -eq 128 ]
13then
fadb5156 14 skip_all="skipping test, USE_CURL_MULTI is not defined"
96086262 15 test_done
96086262
MH
16fi
17
859d1fb4 18LIB_HTTPD_DAV=t
bfdbee98 19. "$TEST_DIRECTORY"/lib-httpd.sh
859d1fb4 20ROOT_PATH="$PWD"
75318a3b 21start_httpd
faa4bc35
CB
22
23test_expect_success 'setup remote repository' '
24 cd "$ROOT_PATH" &&
25 mkdir test_repo &&
26 cd test_repo &&
27 git init &&
28 : >path1 &&
29 git add path1 &&
30 test_tick &&
31 git commit -m initial &&
32 cd - &&
33 git clone --bare test_repo test_repo.git &&
34 cd test_repo.git &&
35 git --bare update-server-info &&
7dce9918 36 mv hooks/post-update.sample hooks/post-update &&
ae4efe19 37 ORIG_HEAD=$(git rev-parse --verify HEAD) &&
faa4bc35 38 cd - &&
13b5481e 39 mv test_repo.git "$HTTPD_DOCUMENT_ROOT_PATH"
faa4bc35 40'
3b2eb186 41
0521710a
JK
42test_expect_success 'create password-protected repository' '
43 mkdir -p "$HTTPD_DOCUMENT_ROOT_PATH/auth/dumb" &&
44 cp -Rf "$HTTPD_DOCUMENT_ROOT_PATH/test_repo.git" \
45 "$HTTPD_DOCUMENT_ROOT_PATH/auth/dumb/test_repo.git"
46'
47
e837936c 48setup_askpass_helper
0521710a 49
faa4bc35
CB
50test_expect_success 'clone remote repository' '
51 cd "$ROOT_PATH" &&
024bb125 52 git clone $HTTPD_URL/dumb/test_repo.git test_repo_clone
faa4bc35
CB
53'
54
ae4efe19 55test_expect_success 'push to remote repository with packed refs' '
faa4bc35
CB
56 cd "$ROOT_PATH"/test_repo_clone &&
57 : >path2 &&
58 git add path2 &&
59 test_tick &&
60 git commit -m path2 &&
8ee09acd 61 HEAD=$(git rev-parse --verify HEAD) &&
b5cd2d1e 62 git push &&
8ee09acd
JS
63 (cd "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git &&
64 test $HEAD = $(git rev-parse --verify HEAD))
faa4bc35
CB
65'
66
d8f67d20 67test_expect_success 'push already up-to-date' '
ae4efe19
SP
68 git push
69'
70
71test_expect_success 'push to remote repository with unpacked refs' '
8ee09acd
JS
72 (cd "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git &&
73 rm packed-refs &&
ae4efe19
SP
74 git update-ref refs/heads/master $ORIG_HEAD &&
75 git --bare update-server-info) &&
8ee09acd
JS
76 git push &&
77 (cd "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git &&
78 test $HEAD = $(git rev-parse --verify HEAD))
79'
80
4f66250d 81test_expect_success 'http-push fetches unpacked objects' '
242a9077
TRC
82 cp -R "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git \
83 "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo_unpacked.git &&
84
024bb125 85 git clone $HTTPD_URL/dumb/test_repo_unpacked.git \
242a9077
TRC
86 "$ROOT_PATH"/fetch_unpacked &&
87
88 # By reset, we force git to retrieve the object
89 (cd "$ROOT_PATH"/fetch_unpacked &&
90 git reset --hard HEAD^ &&
91 git remote rm origin &&
92 git reflog expire --expire=0 --all &&
93 git prune &&
024bb125 94 git push -f -v $HTTPD_URL/dumb/test_repo_unpacked.git master)
242a9077
TRC
95'
96
4f66250d 97test_expect_success 'http-push fetches packed objects' '
86d99f6d
TRC
98 cp -R "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git \
99 "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo_packed.git &&
100
024bb125 101 git clone $HTTPD_URL/dumb/test_repo_packed.git \
86d99f6d
TRC
102 "$ROOT_PATH"/test_repo_clone_packed &&
103
104 (cd "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo_packed.git &&
105 git --bare repack &&
106 git --bare prune-packed) &&
107
108 # By reset, we force git to retrieve the packed object
109 (cd "$ROOT_PATH"/test_repo_clone_packed &&
110 git reset --hard HEAD^ &&
e17dba8f 111 git remote remove origin &&
86d99f6d
TRC
112 git reflog expire --expire=0 --all &&
113 git prune &&
024bb125 114 git push -f -v $HTTPD_URL/dumb/test_repo_packed.git master)
86d99f6d
TRC
115'
116
8ee09acd 117test_expect_success 'create and delete remote branch' '
faa4bc35
CB
118 cd "$ROOT_PATH"/test_repo_clone &&
119 git checkout -b dev &&
120 : >path3 &&
121 git add path3 &&
122 test_tick &&
123 git commit -m dev &&
124 git push origin dev &&
faa4bc35 125 git push origin :dev &&
d492b31c 126 test_must_fail git show-ref --verify refs/remotes/origin/dev
faa4bc35
CB
127'
128
466ddf90
JS
129test_expect_success 'MKCOL sends directory names with trailing slashes' '
130
131 ! grep "\"MKCOL.*[^/] HTTP/[^ ]*\"" < "$HTTPD_ROOT_PATH"/access.log
132
133'
134
2591838b
JS
135x1="[0-9a-f]"
136x2="$x1$x1"
137x5="$x1$x1$x1$x1$x1"
138x38="$x5$x5$x5$x5$x5$x5$x5$x1$x1$x1"
139x40="$x38$x2"
dfab7c14 140
2591838b 141test_expect_success 'PUT and MOVE sends object to URLs with SHA-1 hash suffix' '
f6918da7
BG
142 sed \
143 -e "s/PUT /OP /" \
144 -e "s/MOVE /OP /" \
145 -e "s|/objects/$x2/${x38}_$x40|WANTED_PATH_REQUEST|" \
146 "$HTTPD_ROOT_PATH"/access.log |
147 grep -e "\"OP .*WANTED_PATH_REQUEST HTTP/[.0-9]*\" 20[0-9] "
dfab7c14
TRC
148
149'
150
6cbd6e92
TRC
151test_http_push_nonff "$HTTPD_DOCUMENT_ROOT_PATH"/test_repo.git \
152 "$ROOT_PATH"/test_repo_clone master
153
a4ddbc33 154test_expect_success 'push to password-protected repository (user in URL)' '
0521710a 155 test_commit pw-user &&
afbf5ca5 156 set_askpass user@host pass@host &&
0521710a
JK
157 git push "$HTTPD_URL_USER/auth/dumb/test_repo.git" HEAD &&
158 git rev-parse --verify HEAD >expect &&
159 git --git-dir="$HTTPD_DOCUMENT_ROOT_PATH/auth/dumb/test_repo.git" \
160 rev-parse --verify HEAD >actual &&
161 test_cmp expect actual
162'
163
e837936c
JK
164test_expect_failure 'user was prompted only once for password' '
165 expect_askpass pass user@host
166'
167
0521710a
JK
168test_expect_failure 'push to password-protected repository (no user in URL)' '
169 test_commit pw-nouser &&
afbf5ca5 170 set_askpass user@host pass@host &&
0521710a 171 git push "$HTTPD_URL/auth/dumb/test_repo.git" HEAD &&
8fb26872 172 expect_askpass both user@host &&
0521710a
JK
173 git rev-parse --verify HEAD >expect &&
174 git --git-dir="$HTTPD_DOCUMENT_ROOT_PATH/auth/dumb/test_repo.git" \
175 rev-parse --verify HEAD >actual &&
176 test_cmp expect actual
177'
178
faa4bc35 179test_done