summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sidMichael Vogt2013-12-123-2/+64
|\
| * Fix conffile prompt regression (LP: #1260297)Michael Vogt2013-12-121-0/+43
| | | | | | | | | | This fixes a regression in the conffile prompt for the progress-fd and adds a testcase to ensure this does not regress again.
| * fix test/integration/test-apt-key-net-updateMichael Vogt2013-12-121-2/+6
| |
| * clarify error message when apt-get source=ver fails, print a real error ↵Michael Vogt2013-12-121-1/+1
| | | | | | | | message instead of "ignoring"
| * fix test/integration/test-apt-key-net-update (code copy/DRY violation)Michael Vogt2013-12-111-0/+15
| |
* | improve error messageMichael Vogt2013-12-111-2/+2
|/
* improve error message for apt-get source pkg:arch{=ver,/release}Michael Vogt2013-12-111-0/+10
|
* add support for "apt-get source pkg:arch"Michael Vogt2013-12-111-0/+60
|
* user-requested version tag gets precedence in apt-get source -t dist ↵Michael Vogt2013-12-101-0/+5
| | | | pkg=version requests
* fix typoMichael Vogt2013-12-101-2/+2
|
* improve test for #731853 and commentsMichael Vogt2013-12-101-3/+5
|
* if there is only deb-src pick higest version in deb-src release matchingMichael Vogt2013-12-101-2/+7
|
* Merge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sidMichael Vogt2013-12-101-0/+60
|\
| * add test for aptget source for unavailable packageMichael Vogt2013-12-041-0/+5
| |
| * further refactor, extract GetReleaseForSourceRecord() out of FindSrc(), ↵Michael Vogt2013-12-041-8/+18
| | | | | | | | write out the selection notice to c1out to be consistent with the rest of the source
| * add test, deal with InReleaseMichael Vogt2013-12-041-0/+45
| |
* | cherry-pick ubuntus (disabled) net-update fixesDavid Kalnischkies2013-12-013-0/+95
| | | | | | | | | | | | | | With the net-update command a special keyring can be downloaded and imported into apt, which must be signed by a master key. Its is currently disabled because of security problems with it – and the only known user before that was Ubuntu.
* | tests: add a webserverconfig method to abstract configDavid Kalnischkies2013-11-304-6/+20
| | | | | | | | | | | | | | The URI to use to set a config option is a bit arcane to write/remember and checking if the setting was successful doubly so. Git-Dch: Ignore
* | tests: rm pkgcache.bin in 719263 testDavid Kalnischkies2013-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | As testcases are running really fast it can happen that files which are changed in reality are considered unchanged as the modify time isn't changed. What we could do is disable those caches by default, but some tests actually depend on those and deriving too much from the default by default (pun intended) is not a good idea for tests after all. Git-Dch: Ignore
* | webserver: use pthreads to handle multiple clientsDavid Kalnischkies2013-11-302-163/+201
| | | | | | | | | | | | | | | | | | | | | | | | Clients like browsers prefer to open many connections and keep them open for a while, so that pages with lot of subelements would take a while to load (if at all), by using threads as all servers do some way or another we can resolve this. libapt is not intended to be pthread-safe and stuff like the storage of the last return code doesn't make too much sense if multiple clients interact with us, but it is good enough for now and an other interesting (mis)use of libapt in general. Git-Dch: Ignore
* | webserver: strip parameters from filenameDavid Kalnischkies2013-11-301-1/+9
| | | | | | | | | | | | | | Again, not (currently) used by the tests itself, but in interactive usage of the webserver itself. Git-Dch: Ignore
* | webserver: add directoryIndex support defaulting to index.htmlDavid Kalnischkies2013-11-301-3/+15
| | | | | | | | Git-Dch: Ignore
* | webserver: implement ~user access to ~user/public_html/David Kalnischkies2013-11-301-1/+25
| | | | | | | | | | | | | | pretty much useless for the testcases, but handy to test the webserver itself in 'real world' environments Git-Dch: Ignore
* | tests: enhance https support in the testcasesDavid Kalnischkies2013-11-302-8/+14
| | | | | | | | Git-Dch: Ignore
* | webserver: spurious newline after data confuses curlDavid Kalnischkies2013-11-301-9/+9
|/ | | | | | | | Webserver wrongly sends an additional newline after the data which causes curl to believe that the next request on this socket has no header data and so includes all headers in the data output. Git-Dch: Ignore
* fix crash when SetCandidateRelease is usedMichael Vogt2013-11-291-0/+36
|
* Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2013-11-291-0/+18
|\ | | | | | | | | Conflicts: apt-private/private-cmndline.cc
| * add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2013-11-291-0/+18
| |
* | add missing test/integration/test-bug-720597-build-dep-purgeMichael Vogt2013-11-281-0/+36
|/
* Merge remote-tracking branch 'upstream/debian/sid' into ↵Michael Vogt2013-10-223-2/+7
|\ | | | | | | | | | | | | | | feature/install-progress-refactor Conflicts: apt-pkg/deb/dpkgpm.cc apt-pkg/makefile
| * fix failing ./test/integration/test-disappearing-packages (thanks Donkult) - ↵Michael Vogt2013-10-221-1/+1
| | | | | | | | ported from the mvo/feature/install-progress-refactor branch
| * test/integration/run-tests: output the failed test namesMichael Vogt2013-10-221-0/+5
| |
| * reshuffle dpkgpm.cc code a bit moreMichael Vogt2013-10-181-1/+1
| |
| * add $* to gdb to make it more usefulMichael Vogt2013-10-181-1/+1
| |
* | use Pkg.FullName() in disappearedPkgs and remove duplicated checkMichael Vogt2013-10-221-1/+1
| |
* | add APT::Status-deb822-FdMichael Vogt2013-10-211-27/+37
| |
* | restore binary compatiblity with the pkgPackageManager interfaceMichael Vogt2013-10-211-0/+54
| |
* | fix apt output ordering and update test to match the new human friendly ↵Michael Vogt2013-10-211-2/+2
| | | | | | | | messages that include the architecture
* | re-add missing APT::String::StripMichael Vogt2013-10-181-1/+0
| |
* | cleanupMichael Vogt2013-10-181-23/+23
|/
* remove POSTINST from framework, file tree can be used for thisMichael Vogt2013-10-151-4/+0
|
* tests, do not send pkgname with arch via the status-fdMichael Vogt2013-10-154-1/+124
|
* fixup various UI issues in the testMichael Vogt2013-10-091-6/+6
|
* really fix testMichael Vogt2013-10-091-36/+43
|
* use "insertpackage" instead of "buildsimplenativepackage"Michael Vogt2013-10-091-10/+12
|
* add test for upgrade, upgrade --with-new-pkgs, dist-upgradeMichael Vogt2013-10-091-0/+69
|
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-10-0515-106/+504
|\
| * tests: install --no-install-recommends and stunnel4 for travisDavid Kalnischkies2013-10-031-1/+1
| | | | | | | | | | | | stunnel4 is required for https tests Git-Dch: Ignore
| * test: use a multiarch capable dpkg rather than workaroundDavid Kalnischkies2013-10-031-4/+3
| | | | | | | | | | | | | | | | The tests require nowadays a (somewhat) multiarch-capable dpkg, so replace the workaround as marked in the FIXME with a proper install as the workaround isn't working always correctly, letting the test fail. Git-Dch: Ignore
| * use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies2013-10-033-11/+23
| | | | | | | | | | | | | | With a bit of trickery we can reuse the usual infrastructure we have in place to acquire deb files for the 'download' operation as well, which gains us authentification check & display, error messages, correct filenames and "downloads" from the root-owned archives.