Statistics
| Branch: | Tag: | Revision:

root / qa / qa_job.py @ 13d26b66

History | View | Annotate | Download (4.5 kB)

# Date Author Comment
8982a0cd 02/19/2014 12:14 pm Hrvoje Ribicic

Increase the waiting time in gnt-job cancel test

The wait that is used for gnt-job cancel could cause flakiness if the
wait is small enough for the job not to get canceled. This patch
doubles the waiting time - more than that is unfortunately probably a
bug....

e4f485cc 01/21/2014 01:40 pm Hrvoje Ribicic

Fix QA flakiness

The newly added job QA has some flakiness with respect to its use of
gnt-job watch. Fix this by waiting until the canceling status is
replaced with the canceled status, or a timeout is reached.

Signed-off-by: Hrvoje Ribicic <>...

07becab3 01/21/2014 01:40 pm Hrvoje Ribicic

Linting fix: remove unused import

Signed-off-by: Hrvoje Ribicic <>
Reviewed-by: Klaus Aehlig <>

66cb789f 01/20/2014 02:11 pm Hrvoje Ribicic

Add QA test for job cancellation

This patch introduces a QA test in which a job is cancelled while
waiting.

Signed-off-by: Hrvoje Ribicic <>
Reviewed-by: Klaus Aehlig <>

6d1e4845 04/13/2012 10:16 pm Michael Hanselmann

Fix QA failures with "gnt-job list"

Jobs have no “name” field.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

09470dd8 03/30/2012 03:03 pm Michael Hanselmann

QA: Add tests for “gnt-job list”

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>