diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 09:59:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 09:59:37 +0000 |
commit | 76e2632459410dec81337edb6a9fee33c9a660f3 (patch) | |
tree | a73345df208eede4a4daad340515c9328f34625c /test/integration/test-ubuntu-bug-1990586 | |
parent | Initial commit. (diff) | |
download | apt-76e2632459410dec81337edb6a9fee33c9a660f3.tar.xz apt-76e2632459410dec81337edb6a9fee33c9a660f3.zip |
Adding upstream version 2.7.12.upstream/2.7.12
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/integration/test-ubuntu-bug-1990586')
-rwxr-xr-x | test/integration/test-ubuntu-bug-1990586 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/test/integration/test-ubuntu-bug-1990586 b/test/integration/test-ubuntu-bug-1990586 new file mode 100755 index 0000000..415c502 --- /dev/null +++ b/test/integration/test-ubuntu-bug-1990586 @@ -0,0 +1,42 @@ +#!/bin/sh +set -e + +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" + +setupenvironment + +configarchitecture 'amd64' + +noprogress() { + "$@" | sed /^Progress/d +} + +# The important thing in this bug is that python3.10 and python3.10-defaults are phasing differently, +# so both should be kept back rather than one causing tons of removals. +# This should effectively be a no-op +testsuccessequal "Percentage: 0 +Message: Start up solver… + +Percentage: 1 +Message: Read request… + +Percentage: 5 +Message: Read scenario… + +Percentage: 50 +Message: Apply request on scenario… + +Percentage: 60 +Message: Call problemresolver on current scenario… + +Percentage: 95 +Message: Write solution… + +Autoremove: 74428 +Package: systemd-hwe-hwdb:amd64 +Version: 249.11.1 + +Percentage: 100 +Message: Done +" noprogress runapt "${APTHELPERBINDIR}/solvers/apt" < $TESTDIR/edsp-ubuntu-bug-1990586 |