tests/test-mq-qqueue.out
changeset 11939 7d2ea5ce4aac
parent 11767 9b771b4ce2f3
child 11967 6e3875a80533
equal deleted inserted replaced
11938:b8b1e6e78486 11939:7d2ea5ce4aac
    17 patches
    17 patches
    18 %% fail creating queue with already existing name
    18 %% fail creating queue with already existing name
    19 abort: queue "foo" already exists
    19 abort: queue "foo" already exists
    20 foo (active)
    20 foo (active)
    21 patches
    21 patches
       
    22 %% create new queue for rename
       
    23 bar (active)
       
    24 foo
       
    25 patches
       
    26 %% rename queue, same name
       
    27 abort: can't rename "bar" to its current name
       
    28 %% rename queue to existing
       
    29 abort: queue "foo" already exists
       
    30 %% rename queue
       
    31 buz (active)
       
    32 foo
       
    33 patches
       
    34 %% switch back to previous queue
       
    35 foo (active)
       
    36 patches
    22 %% unapplied patches
    37 %% unapplied patches
    23 %% fail switching back
    38 %% fail switching back
    24 abort: patches applied - cannot set new queue active
    39 abort: patches applied - cannot set new queue active
    25 %% fail deleting current
    40 %% fail deleting current
    26 abort: cannot delete currently active queue
    41 abort: cannot delete currently active queue