A similar case found:
1075s =================================== FAILURES
===================================
1075s ________________________ T.test_run_report_bug_pid_tags
________________________
1075s
1075s self = <tests.integration.test_ui.T
testMethod=test_run_report_bug_pid_tags>
1075s
1075s def test_run_report_bug_pid_tags(self) -> None:
1075s """run_report_bug() for a pid with extra tags"""
1075s with run_test_executable() as pid:
1075s # report a bug on text executable process
1075s argv = ["ui-test", "-f", "--tag", "foo", "-P", str(pid)]
1075s ui = UserInterfaceMock(argv)
1075s ui.present_details_response = apport.ui.Action(report=True)
1075s self.assertEqual(ui.run_argv(), True)
1075s
1075s assert ui.report
1075s self.assertIn("SourcePackage", ui.report)
1075s self.assertIn("Dependencies", ui.report)
1075s self.assertIn("ProcMaps", ui.report)
1075s > self.assertEqual(ui.report["ExecutablePath"],
self.TEST_EXECUTABLE)
1075s E AssertionError:
'/usr/lib/python3/dist-packages/pytest/__init__.py' != '/usr/bin/gnusleep'
1075s E - /usr/lib/python3/dist-packages/pytest/__init__.py
1075s E + /usr/bin/gnusleep
1075s
1075s tests/integration/test_ui.py:795: AssertionError
1075s =============================== warnings summary
===============================
Source: https://autopkgtest.ubuntu.com/results/autopkgtest-
stonking/stonking/s390x/a/apport/20260723_072821_411cd@/log.gz
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2161888
Title:
test_add_proc_info fails with parent cmdline content
To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/2161888/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs