]> git.saurik.com Git - apt.git/blame_incremental - test/integration/test-apt-update-not-modified
cleanup pdiff support detection decision
[apt.git] / test / integration / test-apt-update-not-modified
... / ...
CommitLineData
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6
7setupenvironment
8configarchitecture 'amd64' 'i386'
9
10insertpackage 'unstable' 'apt' 'all' '1.0'
11
12setupaptarchive --no-update
13
14methodtest() {
15 msgmsg 'Test InRelease with' "$1"
16 rm -rf rootdir/var/lib/apt/lists
17 cp -a aptarchive/dists aptarchive/dists.good
18 # get our cache populated
19 testsuccess aptget update
20 listcurrentlistsdirectory > listsdir.lst
21
22 # hit again with a good cache
23 testsuccessequal "Hit $1 unstable InRelease
24Reading package lists..." aptget update
25 testfileequal 'listsdir.lst' "$(listcurrentlistsdirectory)"
26
27 # drop an architecture, which means the file should be gone now
28 configarchitecture 'i386'
29 sed '/_binary-amd64_Packages/ d' listsdir.lst > listsdir-without-amd64.lst
30 testsuccessequal "Hit $1 unstable InRelease
31Reading package lists..." aptget update
32 testfileequal 'listsdir-without-amd64.lst' "$(listcurrentlistsdirectory)"
33
34 # readd arch so its downloaded again…
35 configarchitecture 'amd64' 'i386'
36 # … but oh noes, hashsum mismatch!
37 find aptarchive/dists/unstable/main/binary-amd64/ -type f -delete
38 cat >> aptarchive/dists/unstable/main/binary-amd64/Packages <<EOF
39
40Package: thisisbad
41Architecture: amd64
42Version: 1
43EOF
44 compressfile aptarchive/dists/unstable/main/binary-amd64/Packages
45 testfailureequal "Hit $1 unstable InRelease
46Get:1 $1 unstable/main amd64 Packages [$(stat -c '%s' 'aptarchive/dists/unstable/main/binary-amd64/Packages.gz') B]
47Err $1 unstable/main amd64 Packages
48 Hash Sum mismatch
49W: Failed to fetch $1/dists/unstable/main/binary-amd64/Packages.gz Hash Sum mismatch
50
51E: Some index files failed to download. They have been ignored, or old ones used instead." aptget update
52 testfileequal 'listsdir-without-amd64.lst' "$(listcurrentlistsdirectory)"
53 rm -rf aptarchive/dists
54 cp -a aptarchive/dists.good aptarchive/dists
55
56 # … now everything is fine again
57 testsuccessequal "Hit $1 unstable InRelease
58Get:1 $1 unstable/main amd64 Packages [$(stat -c '%s' 'aptarchive/dists/unstable/main/binary-amd64/Packages.gz') B]
59Reading package lists..." aptget update
60 testfileequal 'listsdir.lst' "$(listcurrentlistsdirectory)"
61
62 webserverconfig 'aptwebserver::support::modified-since' 'false'
63 webserverconfig 'aptwebserver::support::last-modified' 'false'
64 testsuccessequal "Get:1 $1 unstable InRelease [$(stat -c '%s' 'aptarchive/dists/unstable/InRelease') B]
65Reading package lists..." aptget update
66 webserverconfig 'aptwebserver::support::modified-since' 'true'
67 webserverconfig 'aptwebserver::support::last-modified' 'true'
68
69 msgmsg 'Test Release.gpg with' "$1"
70 rm -rf rootdir/var/lib/apt/lists
71 find aptarchive/dists -name 'InRelease' -delete
72 # get our cache populated
73 testsuccess aptget update
74 listcurrentlistsdirectory > listsdir.lst
75
76 # hit again with a good cache
77 testsuccessequal "Ign $1 unstable InRelease
78 404 Not Found
79Hit $1 unstable Release
80Reading package lists..." aptget update
81 testfileequal 'listsdir.lst' "$(listcurrentlistsdirectory)"
82
83 # drop an architecture, which means the file should be gone now
84 configarchitecture 'i386'
85 sed '/_binary-amd64_Packages/ d' listsdir.lst > listsdir-without-amd64.lst
86 testsuccessequal "Ign $1 unstable InRelease
87 404 Not Found
88Hit $1 unstable Release
89Reading package lists..." aptget update
90 testfileequal 'listsdir-without-amd64.lst' "$(listcurrentlistsdirectory)"
91
92 # readd arch so its downloaded again…
93 configarchitecture 'amd64' 'i386'
94 # … but oh noes, hashsum mismatch!
95 find aptarchive/dists/unstable/main/binary-amd64/ -type f -delete
96 cat >> aptarchive/dists/unstable/main/binary-amd64/Packages <<EOF
97
98Package: thisisbad
99Architecture: amd64
100Version: 1
101EOF
102 compressfile aptarchive/dists/unstable/main/binary-amd64/Packages
103 testfailureequal "Ign $1 unstable InRelease
104 404 Not Found
105Hit $1 unstable Release
106Get:1 $1 unstable/main amd64 Packages [$(stat -c '%s' 'aptarchive/dists/unstable/main/binary-amd64/Packages.gz') B]
107Err $1 unstable/main amd64 Packages
108 Hash Sum mismatch
109W: Failed to fetch $1/dists/unstable/main/binary-amd64/Packages.gz Hash Sum mismatch
110
111E: Some index files failed to download. They have been ignored, or old ones used instead." aptget update
112 testfileequal 'listsdir-without-amd64.lst' "$(listcurrentlistsdirectory)"
113 rm -rf aptarchive/dists
114 cp -a aptarchive/dists.good aptarchive/dists
115 find aptarchive/dists -name 'InRelease' -delete
116
117 # … now everything is fine again
118 testsuccessequal "Ign $1 unstable InRelease
119 404 Not Found
120Hit $1 unstable Release
121Get:1 $1 unstable/main amd64 Packages [$(stat -c '%s' 'aptarchive/dists/unstable/main/binary-amd64/Packages.gz') B]
122Reading package lists..." aptget update
123 testfileequal 'listsdir.lst' "$(listcurrentlistsdirectory)"
124
125 webserverconfig 'aptwebserver::support::modified-since' 'false'
126 webserverconfig 'aptwebserver::support::last-modified' 'false'
127 testsuccessequal "Ign $1 unstable InRelease
128 404 Not Found
129Get:1 $1 unstable Release [$(stat -c '%s' 'aptarchive/dists/unstable/Release') B]
130Reading package lists..." aptget update
131 webserverconfig 'aptwebserver::support::modified-since' 'true'
132 webserverconfig 'aptwebserver::support::last-modified' 'true'
133
134 rm -rf aptarchive/dists
135 cp -a aptarchive/dists.good aptarchive/dists
136}
137
138changetowebserver
139methodtest 'http://localhost:8080'
140
141changetohttpswebserver
142methodtest 'https://localhost:4433'