Project

General

Profile

Actions

Bug #48559

closed

qa: ERROR: test_damaged_dentry, KeyError: 'passed_validation'

Added by Jos Collin over 3 years ago. Updated about 3 years ago.

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

0%

Source:
Community (dev)
Tags:
Backport:
pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
qa-suite
Labels (FS):
qa, qa-failure
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Found this in the `fs` suite run.

2020-12-03T21:35:11.765 INFO:tasks.cephfs_test_runner:test_damaged_dentry (tasks.cephfs.test_damage.TestDamage) ... ERROR
2020-12-03T21:35:11.766 INFO:tasks.cephfs_test_runner:
2020-12-03T21:35:11.766 INFO:tasks.cephfs_test_runner:======================================================================
2020-12-03T21:35:11.767 INFO:tasks.cephfs_test_runner:ERROR: test_damaged_dentry (tasks.cephfs.test_damage.TestDamage)
2020-12-03T21:35:11.767 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2020-12-03T21:35:11.767 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2020-12-03T21:35:11.768 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-F46226-log-dq-throttle-limit-new/qa/tasks/cephfs/test_damage.py", line 457, in test_damaged_dentry
2020-12-03T21:35:11.768 INFO:tasks.cephfs_test_runner:    self.assertEqual(scrub_json["passed_validation"], False)
2020-12-03T21:35:11.768 INFO:tasks.cephfs_test_runner:KeyError: 'passed_validation'
2020-12-03T21:35:11.768 INFO:tasks.cephfs_test_runner:
2020-12-03T21:35:11.769 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2020-12-03T21:35:11.769 INFO:tasks.cephfs_test_runner:Ran 1 test in 55.379s
2020-12-03T21:35:11.769 INFO:tasks.cephfs_test_runner:
2020-12-03T21:35:11.770 INFO:tasks.cephfs_test_runner:FAILED (errors=1)
2020-12-03T21:35:11.770 INFO:tasks.cephfs_test_runner:
2020-12-03T21:35:11.770 INFO:tasks.cephfs_test_runner:======================================================================
2020-12-03T21:35:11.771 INFO:tasks.cephfs_test_runner:ERROR: test_damaged_dentry (tasks.cephfs.test_damage.TestDamage)
2020-12-03T21:35:11.771 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2020-12-03T21:35:11.771 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2020-12-03T21:35:11.772 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-F46226-log-dq-throttle-limit-new/qa/tasks/cephfs/test_damage.py", line 457, in test_damaged_dentry
2020-12-03T21:35:11.772 INFO:tasks.cephfs_test_runner:    self.assertEqual(scrub_json["passed_validation"], False)
2020-12-03T21:35:11.772 INFO:tasks.cephfs_test_runner:KeyError: 'passed_validation'
2020-12-03T21:35:11.772 INFO:tasks.cephfs_test_runner:
2020-12-03T21:35:11.773 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 93, in run_tasks
    manager.__enter__()
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-F46226-log-dq-throttle-limit-new/qa/tasks/cephfs_test_runner.py", line 211, in task
    raise RuntimeError("Test failure: {0}".format(", ".join(bad_tests)))
RuntimeError: Test failure: test_damaged_dentry (tasks.cephfs.test_damage.TestDamage)
2020-12-03T21:35:11.845 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=88e83dd89b6541fb8dd015b5894c7ba9
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 93, in run_tasks
    manager.__enter__()
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-F46226-log-dq-throttle-limit-new/qa/tasks/cephfs_test_runner.py", line 211, in task
    raise RuntimeError("Test failure: {0}".format(", ".join(bad_tests)))
RuntimeError: Test failure: test_damaged_dentry (tasks.cephfs.test_damage.TestDamage)

Files

test_damage.py (22.3 KB) test_damage.py test_damaged_dentry Jos Collin, 12/14/2020 03:06 AM

Related issues 1 (0 open1 closed)

Copied to CephFS - Backport #49609: pacific: qa: ERROR: test_damaged_dentry, KeyError: 'passed_validation'ResolvedXiubo LiActions
Actions

Also available in: Atom PDF