Skip to content

Commit

Permalink
naughty: Add pattern for podman coredumps
Browse files Browse the repository at this point in the history
See known issue cockpit-project#805

In one case we get the actual traceback from `exe` where word
`rootlessport` seems to be the most important one.

In the other case there is not really much we can match to. The varlink
dies, thus disconnects us. Also we save coredump and it always fails
waiting for 'No Containers' string.
  • Loading branch information
marusak committed Apr 28, 2020
1 parent 110a56c commit 45c7507
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions naughty/fedora-31/805-podman-dumps-core
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Process * (exe) of user 1000 dumped core.
*
*rootlessport*
5 changes: 5 additions & 0 deletions naughty/fedora-31/805-podman-dumps-core1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*Failed to do * ConnectionClosed*
*
Core dumps downloaded to *
*
wait_js_cond(ph_is_present*\"No containers\"*
3 changes: 3 additions & 0 deletions naughty/fedora-32/805-podman-dumps-core
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Process * (exe) of user 1000 dumped core.
*
*rootlessport*
5 changes: 5 additions & 0 deletions naughty/fedora-32/805-podman-dumps-core1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*Failed to do * ConnectionClosed*
*
Core dumps downloaded to *
*
wait_js_cond(ph_is_present*\"No containers\"*

0 comments on commit 45c7507

Please sign in to comment.