Skip to content

Commit a9eb8b9

Browse files
committed
naughty: Adjust cockpit-project#6769 pattern for Python 3.13
Python 3.13 has more detailed exception stack traces with additional ASCII art and info in between the affected code line and the error message.
1 parent ddc0d77 commit a9eb8b9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

naughty/fedora-40/6769-kdump-initramfs-unpack-error

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*
33
File "check-kdump", line *, in testBasic
44
self.assertIn("Kdump compressed dump",
5+
*
56
AssertionError: 'Kdump compressed dump' not found in "/srv/kdump/var/crash/10.111.113.1*/vmcore: cannot open `/srv/kdump/var/crash/10.111.113.1*/vmcore' (No such file or directory)\n"

naughty/fedora-41/6769-kdump-initramfs-unpack-error

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*
33
File "check-kdump", line *, in testBasic
44
self.assertIn("Kdump compressed dump",
5+
*
56
AssertionError: 'Kdump compressed dump' not found in "/srv/kdump/var/crash/10.111.113.1*/vmcore: cannot open `/srv/kdump/var/crash/10.111.113.1*/vmcore' (No such file or directory)\n"

naughty/rhel-9/6769-kdump-initramfs-unpack-error

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*
33
File "check-kdump", line *, in testBasic
44
self.assertIn("Kdump compressed dump",
5+
*
56
AssertionError: 'Kdump compressed dump' not found in "/srv/kdump/var/crash/10.111.113.1*/vmcore: cannot open `/srv/kdump/var/crash/10.111.113.1*/vmcore' (No such file or directory)\n"

0 commit comments

Comments
 (0)