Project

General

Profile

Bug #37440

invalid syntax (radosgw_admin_rest.py, line 230)

Added by Casey Bodley over 5 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

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

Description

new test cases from https://github.com/ceph/ceph/pull/25073 are failing with:

Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 86, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 64, in run_one_task
    task = get_task(taskname)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 28, in get_task
    module = _import('tasks', module_name, task_name)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 55, in _import
    0,
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-cbodley-testing/qa/tasks/radosgw_admin_rest.py", line 230
    'marker': })
              ^
SyntaxError: invalid syntax

History

#1 Updated by Casey Bodley over 5 years ago

  • Status changed from New to 7

#2 Updated by Casey Bodley over 5 years ago

  • Status changed from 7 to Fix Under Review

#3 Updated by Casey Bodley over 5 years ago

  • Status changed from Fix Under Review to Resolved

Also available in: Atom PDF