summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-595691-empty-and-broken-archive-files
Commit message (Collapse)AuthorAgeFilesLines
* display errortext for all Err as well as Ign logsDavid Kalnischkies2014-10-071-1/+1
| | | | | | | consistently using Item::Failed in all specializec classes helps setting up some information bits otherwise unset, so some errors had an empty reason as an error. Ign is upgraded to display the error message we ignored to further help in understanding what happens.
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-291-32/+3
|\ | | | | | | | | Conflicts: apt-pkg/acquire-item.cc
| * rewrite compressed indexes test to check with all compressorsDavid Kalnischkies2014-09-251-31/+2
| | | | | | | | Git-Dch: Ignore
| * generalize Acquire::GzipIndexMichael Vogt2014-09-211-1/+1
| |
* | tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies2014-05-091-1/+1
|/ | | | | | | | The line contains everchanging execution statistics which is harmful for testcases as they need to filter out such lines, but this is hard so we can just add an option to disable them instead and be done. Git-Dch: Ignore
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-7/+7
|
* * SECURITY UPDATE: InRelease verification bypassMichael Vogt2013-03-141-19/+11
| | | | | | | | | - CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw
* use xz-utils in the testcases instead of lzma and ensure that we reallyDavid Kalnischkies2012-04-111-4/+8
| | | | ignore the presents (or absence) of lzma if we decided to use xz
* run integration tests on my new amd64 box without failuresDavid Kalnischkies2011-10-111-7/+1
|
* remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-221-1/+1
| | | invalid in most cases anyway
* test the xz compressor, tooDavid Kalnischkies2011-02-221-3/+5
|
* * merged lp:~evfool/apt/fix641673:Michael Vogt2011-02-101-2/+2
| | | | * merged lp:~evfool/apt/fix418552: - Grammar fix for bug LP: #418552, thanks to Robert Roth
* - download and use i18n/Index to choose which Translations to downloadDavid Kalnischkies2011-01-281-14/+14
| | | | * apt-pkg/aptconfiguration.cc: - remove the inbuilt Translation files whitelist
* - change the internal handling of Extensions in pkgAcqIndexDavid Kalnischkies2011-01-261-4/+5
| | | | | - add a special uncompressed compression type to prefer those files * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero
* - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies2011-01-201-20/+12
| | | | * apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
* do not touch Packages and Sources in the framework if the files doDavid Kalnischkies2010-11-301-0/+1
| | | | not exist to not generate sources.list entries later for them
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-10-211-51/+108
| | | | | | | - Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852)
* tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt2010-10-131-1/+1
| | | | funtions (bash complains)
* fix the testcases which were broken by the new space between number and unitDavid Kalnischkies2010-09-291-1/+1
|
* add a simple testcase for the previously fixed bug 595691 to checkDavid Kalnischkies2010-09-091-0/+91
in future that APT plays considerable well with empty archives