Project

General

Profile

Actions

Bug #7640

closed

teuthology: parallel refs to top level dict broken

Added by Sage Weil about 10 years ago. Updated about 10 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

tasks:
- parallel:
  - sleep:
      duration: 1
  - sleep:
      duration: 2
- parallel:
  - a
  - b
- interactive:
a:
  - sleep:
      duration: 3
b:
  - sleep:
      duration: 4

the 1 and 2 sleeps happen, the 3 and 4 do not. this is the structure used by the upgrade suites (as far as I can tell) and matches what is in the parallel.py docstring (as far as i can tell)...

Actions #1

Updated by Sage Weil about 10 years ago

  • Status changed from 12 to Resolved
Actions

Also available in: Atom PDF