diff options
author | David Zafman <dzafman@redhat.com> | 2017-07-26 18:46:15 +0200 |
---|---|---|
committer | David Zafman <dzafman@redhat.com> | 2017-07-26 18:46:15 +0200 |
commit | 7c438403994666973c2f043b3b7d7269d35029eb (patch) | |
tree | 13c37f37feec0d3db83a20150e8623838aed52ee /qa/tasks/reg11184.py | |
parent | Merge pull request #16452 from wjwithagen/wjw-warning-unused (diff) | |
download | ceph-7c438403994666973c2f043b3b7d7269d35029eb.tar.xz ceph-7c438403994666973c2f043b3b7d7269d35029eb.zip |
test: reg11184 might not always find pg 2.0 prior to import
Signed-off-by: David Zafman <dzafman@redhat.com>
Diffstat (limited to 'qa/tasks/reg11184.py')
-rw-r--r-- | qa/tasks/reg11184.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/tasks/reg11184.py b/qa/tasks/reg11184.py index c958b517512..50e3a8b33d5 100644 --- a/qa/tasks/reg11184.py +++ b/qa/tasks/reg11184.py @@ -193,12 +193,11 @@ def task(ctx, config): manager.mark_down_osd(non_divergent[0]) # manager.mark_out_osd(non_divergent[0]) - # An empty collection for pg 2.0 needs to be cleaned up + # An empty collection for pg 2.0 might need to be cleaned up cmd = ((prefix + "--op remove --pgid 2.0"). format(id=non_divergent[0])) proc = exp_remote.run(args=cmd, wait=True, check_status=False, stdout=StringIO()) - assert proc.exitstatus == 0 cmd = ((prefix + "--op import --file {file}"). format(id=non_divergent[0], file=expfile)) |