<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/test/integration/test-bug-728500-tempdir, branch master</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=master</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2020-12-15T12:20:16Z</updated>
<entry>
<title>test: fixup for hash table size increase (changed output order)</title>
<updated>2020-12-15T12:20:16Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-15T12:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b6c8c5ce2b255eb03554435a620934d47a2a14d5'/>
<id>urn:sha1:b6c8c5ce2b255eb03554435a620934d47a2a14d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Always install dpkg into our tests, regardless of MA</title>
<updated>2016-09-07T12:00:38Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-07T11:35:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=561a3557e7fa6c4ed693c3bb486d189a468a8080'/>
<id>urn:sha1:561a3557e7fa6c4ed693c3bb486d189a468a8080</id>
<content type='text'>
Even if we only configure a single architecture, install dpkg, so
dpkg can assert multi arch correctly. This also has the nice side
effect of making single architecture and multiple architecture
test cases more uniform.

This fixes a regression from f878d3a862128bc1385616751ae1d78246b1bd01
("test: Assert multi-arch in the chroot").
</content>
</entry>
<entry>
<title>tests: support spaces in path and TMPDIR</title>
<updated>2015-12-19T22:04:34Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-15T16:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3abb6a6a1e485b3bc899b64b0a1b7dc2db25a9c2'/>
<id>urn:sha1:3abb6a6a1e485b3bc899b64b0a1b7dc2db25a9c2</id>
<content type='text'>
This doesn't allow all tests to run cleanly, but it at least allows to
write tests which could run successfully in such environments.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>tests: try to support spaces in TMPDIR</title>
<updated>2015-09-14T13:22:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-09-14T00:26:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=63c7141275c8c5c0f6e60f5242785e50cabaf2a0'/>
<id>urn:sha1:63c7141275c8c5c0f6e60f5242785e50cabaf2a0</id>
<content type='text'>
Not all tests work yet, most notable the cdrom tests, but those require
changes in libapt itself to have a proper fix and what we have fixed so
far is good enough progress for now.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>test exitcode as well as string equality</title>
<updated>2015-03-16T17:01:54Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-03-09T23:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=25b86db159fbc3c043628e285c0c1ef24dec2c6e'/>
<id>urn:sha1:25b86db159fbc3c043628e285c0c1ef24dec2c6e</id>
<content type='text'>
We use test{success,failure} now all over the place in the framework, so
its only consequencial to do this in the situations in which we test for
a specific output as well.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'debian/debian/experimental' into feature/acq-trans</title>
<updated>2014-09-29T09:47:20Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-09-29T09:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7a8e00715588564a5b9434eaad65f2c6d3e513bb'/>
<id>urn:sha1:7a8e00715588564a5b9434eaad65f2c6d3e513bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test if TMPDIR is a directory in apt-key and if not unset it</title>
<updated>2014-09-29T09:43:37Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-09-29T09:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7ffac4c10144a8458fec6de03c58f3b49d081e5c'/>
<id>urn:sha1:7ffac4c10144a8458fec6de03c58f3b49d081e5c</id>
<content type='text'>
This prevents a failure in mktemp -d - it will blindly trust
TMPDIR and not use something else if the dir is not there.
</content>
</entry>
<entry>
<title>test fixes</title>
<updated>2014-09-29T09:03:02Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-09-29T09:03:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e1bd768b762bd74221f9089133883723a7307f9b'/>
<id>urn:sha1:e1bd768b762bd74221f9089133883723a7307f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework some testcases to not spit out text</title>
<updated>2014-01-15T21:58:50Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-01-15T17:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f74a6fa120759d0a1bd4a5aff0dc2c50911b5407'/>
<id>urn:sha1:f74a6fa120759d0a1bd4a5aff0dc2c50911b5407</id>
<content type='text'>
Rework also uncovers two FIXMEs

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>add integration test</title>
<updated>2013-12-24T22:21:23Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2013-12-24T22:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6bbd65ee4fddb59d771d3cd1f7cf7433cbbd0097'/>
<id>urn:sha1:6bbd65ee4fddb59d771d3cd1f7cf7433cbbd0097</id>
<content type='text'>
</content>
</entry>
</feed>
