Bug 457302 - ignore-jobs comand is needed
Summary: ignore-jobs comand is needed
Status: NEW
Alias: None
Product: RCPTT
Classification: Technology
Component: ECL (show other bugs)
Version: 2.0M4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 23:40 EST by Olga Yurchuk CLA
Modified: 2015-01-13 01:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olga Yurchuk CLA 2015-01-12 23:40:22 EST
We need to have a command similar to exec-with-options which disables waiting for jobs with certain names.

Example usage
click Debug
ignore-jobs -name "GDBBackend$MonitorJob" {
  click Terminate
}
Comment 1 Ivan Inozemtsev CLA 2015-01-13 01:19:58 EST
I would prefer to have "non-closure" version of this command too, so that if I write something like 'ignore-job "my-monitor-job"', it is ignored till the end of a test case. That would allow me to put it in default ECL context.

If we make this command, we need some counterpart for it to "unignore" job. If someone has a better candidate name than "unignore-job", suggestions are heartly welcome :)