Bug 841743 - [RFE] bkr command option to turn off panic detection for submitting task
Summary: [RFE] bkr command option to turn off panic detection for submitting task
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Beaker
Classification: Retired
Component: command line
Version: 0.9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bill Peck
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-20 06:29 UTC by Jun'ichi NOMURA
Modified: 2019-05-22 13:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-09 08:06:50 UTC
Embargoed:


Attachments (Terms of Use)
A patch to add "--disable_panic_detection" for bkr (1.60 KB, patch)
2012-07-20 06:29 UTC, Jun'ichi NOMURA
no flags Details | Diff

Description Jun'ichi NOMURA 2012-07-20 06:29:33 UTC
Created attachment 599312 [details]
A patch to add "--disable_panic_detection" for bkr

[RFE] bkr command option to turn off panic detection for submitting task

For crash dump testing, users has to turn off panic detection
so that beaker does not consider an intentional panic as a test failure.

Panic detection can be turned off by setting "panic=ignore" for recipes.
However it is possible only via editing recipe XML.

It is nice to have an option for "bkr workflow-simple" to turn off
panic detection.

Attached is a naive patch to implemet it.

Example of our usage:
  bkr workflow-simple \
     --machine $MACHINE --arch $ARCH --distro $DISTRO \
     --task=/dumptest1 --task=/dumptest2 \
     --disable_panic_detection

Comment 1 Bill Peck 2012-07-24 13:53:24 UTC
http://gerrit.beaker-project.org/#/c/1237/

Comment 3 Dan Callaghan 2012-08-09 08:06:50 UTC
Beaker 0.9.2 has been released.

Comment 4 Jun'ichi NOMURA 2012-08-16 06:49:27 UTC
(Sorry, solution is not clear. Please confirm if the following is correct.)

"--ignore-panic" is added to turn off panic detection.

Comment 5 Dan Callaghan 2012-08-16 22:28:21 UTC
(In reply to comment #4)
> (Sorry, solution is not clear. Please confirm if the following is correct.)
> 
> "--ignore-panic" is added to turn off panic detection.

Yes that's right.


Note You need to log in before you can comment on or make changes to this bug.