Blame test/testcases/distupgrade/dup_orphan2.t

Packit 54873f
# test dup with orphaned packages
Packit 54873f
#
Packit 54873f
# part 2: update conflicts with the orphan
Packit 54873f
#
Packit 54873f
# dup should leave orphaned a installed
Packit 54873f
# for "distupgrade repo available", a is not involved
Packit 54873f
# in the dup and thus not considered orphan.
Packit 54873f
#
Packit 54873f
Packit 54873f
repo system 0 testtags <inline>
Packit 54873f
#>=Pkg: a 1 1 i686
Packit 54873f
#>=Pkg: b 1 1 i686
Packit 54873f
repo available 0 testtags <inline>
Packit 54873f
#>=Pkg: b 2 1 i686
Packit 54873f
#>=Con: a
Packit 54873f
system i686 * system
Packit 54873f
Packit 54873f
job distupgrade all packages
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>erase a-1-1.i686@system
Packit 54873f
#>upgrade b-1-1.i686@system b-2-1.i686@available
Packit 54873f
Packit 54873f
nextjob
Packit 54873f
Packit 54873f
job distupgrade repo available
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>erase a-1-1.i686@system
Packit 54873f
#>problem 4d4de423 info package b-2-1.i686 conflicts with a provided by a-1-1.i686
Packit 54873f
#>problem 4d4de423 solution 2cf4745c erase a-1-1.i686@system
Packit 54873f
#>problem 4d4de423 solution 5a433aff allow b-1-1.i686@system
Packit 54873f
#>problem 4d4de423 solution ce4305f2 erase b-1-1.i686@system
Packit 54873f
#>upgrade b-1-1.i686@system b-2-1.i686@available
Packit 54873f
Packit 54873f
### keeporphans
Packit 54873f
Packit 54873f
nextjob
Packit 54873f
Packit 54873f
solverflags keeporphans
Packit 54873f
job distupgrade all packages
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>problem 4d4de423 info package b-2-1.i686 conflicts with a provided by a-1-1.i686
Packit 54873f
#>problem 4d4de423 solution 2cf4745c erase a-1-1.i686@system
Packit 54873f
#>problem 4d4de423 solution 5a433aff allow b-1-1.i686@system
Packit 54873f
#>problem 4d4de423 solution ce4305f2 erase b-1-1.i686@system
Packit 54873f
Packit 54873f
nextjob
Packit 54873f
Packit 54873f
solverflags keeporphans
Packit 54873f
job distupgrade repo available
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>erase a-1-1.i686@system
Packit 54873f
#>problem 4d4de423 info package b-2-1.i686 conflicts with a provided by a-1-1.i686
Packit 54873f
#>problem 4d4de423 solution 2cf4745c erase a-1-1.i686@system
Packit 54873f
#>problem 4d4de423 solution 5a433aff allow b-1-1.i686@system
Packit 54873f
#>problem 4d4de423 solution ce4305f2 erase b-1-1.i686@system
Packit 54873f
#>upgrade b-1-1.i686@system b-2-1.i686@available
Packit 54873f
Packit 54873f
Packit 54873f
### same with allowuninstall
Packit 54873f
Packit 54873f
nextjob
Packit 54873f
Packit 54873f
solverflags allowuninstall
Packit 54873f
job distupgrade all packages
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>erase a-1-1.i686@system
Packit 54873f
#>upgrade b-1-1.i686@system b-2-1.i686@available
Packit 54873f
Packit 54873f
Packit 54873f
nextjob
Packit 54873f
Packit 54873f
solverflags allowuninstall
Packit 54873f
job distupgrade repo available
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>erase b-1-1.i686@system
Packit 54873f
Packit 54873f
Packit 54873f
### same with allowuninstall and keeporphans
Packit 54873f
Packit 54873f
nextjob
Packit 54873f
Packit 54873f
solverflags allowuninstall keeporphans
Packit 54873f
job distupgrade all packages
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>erase a-1-1.i686@system
Packit 54873f
#>upgrade b-1-1.i686@system b-2-1.i686@available
Packit 54873f
Packit 54873f
Packit 54873f
nextjob
Packit 54873f
Packit 54873f
solverflags allowuninstall keeporphans
Packit 54873f
job distupgrade repo available
Packit 54873f
result transaction,problems <inline>
Packit 54873f
#>erase a-1-1.i686@system
Packit 54873f
#>upgrade b-1-1.i686@system b-2-1.i686@available
Packit 54873f
Packit 54873f
Packit 54873f