Project

General

Profile

Actions

Bug #43540

closed

qa: test_export_pin (tasks.cephfs.test_exports.TestExports) failure

Added by Ramana Raja over 4 years ago. Updated over 4 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

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

Description

2020-01-08T07:03:47.831 INFO:tasks.cephfs_test_runner:
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:======================================================================
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:FAIL: test_export_pin (tasks.cephfs.test_exports.TestExports)
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-yuri2-testing-2020-01-06-2029-nautilus/qa/tasks/cephfs/test_exports.py", line 100, in test_export_pin
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:    self.assertTrue(self.mount_a.getfattr("1", "ceph.dir.pin") == "0")
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:AssertionError: False is not true
2020-01-08T07:03:47.832 INFO:tasks.cephfs_test_runner:
2020-01-08T07:03:47.833 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2020-01-08T07:03:47.833 INFO:tasks.cephfs_test_runner:Ran 1 test in 121.762s
2020-01-08T07:03:47.833 INFO:tasks.cephfs_test_runner:
2020-01-08T07:03:47.833 INFO:tasks.cephfs_test_runner:FAILED (failures=1)

From: /a/yuriw-2020-01-07_16:37:51-multimds-wip-yuri2-testing-2020-01-06-2029-nautilus-distro-basic-smithi/4645560/teuthology.log

and /a/yuriw-2020-01-07_16:37:51-multimds-wip-yuri2-testing-2020-01-06-2029-nautilus-distro-basic-smithi/4645603/teuthology.log


Related issues 1 (0 open1 closed)

Is duplicate of CephFS - Fix #38801: qa: ignore "ceph.dir.pin: No such attribute" for (old) kernel clientResolvedSidharth Anupkrishnan

Actions
Actions #1

Updated by Patrick Donnelly over 4 years ago

  • Subject changed from qa:test_export_pin (tasks.cephfs.test_exports.TestExports) failure to qa: test_export_pin (tasks.cephfs.test_exports.TestExports) failure
  • Status changed from New to Duplicate
  • Target version changed from v14.2.5 to v14.2.7
  • Component(FS) MDS added

Real error is here:

2020-01-07T21:48:46.440 INFO:tasks.cephfs.cephfs_test_case:[(u'/1', 0), (u'/1/2/3', 2), (u'/1/4/5', 1), (u'/a', 1), (u'/a/b/aa/bb', 0)] =?= [('/1', 0), ('/1/2/3', 2), ('/1/4/5', 1), ('/a', 1), ('/a/b/aa/bb', 0)]
2020-01-07T21:48:46.440 INFO:teuthology.orchestra.run.smithi057:> cd /home/ubuntu/cephtest/mnt.0 && sudo getfattr --only-values -n ceph.dir.pin 1
2020-01-07T21:48:46.498 INFO:teuthology.orchestra.run.smithi057.stderr:1: ceph.dir.pin: No such attribute
2020-01-07T21:48:46.498 DEBUG:teuthology.orchestra.run:got remote process result: 1
2020-01-07T21:48:46.499 INFO:tasks.cephfs_test_runner:test_export_pin (tasks.cephfs.test_exports.TestExports) ... FAIL

Note this is from a different run: /ceph/teuthology-archive/yuriw-2020-01-07_16:31:21-multimds-wip-yuri-testing-2020-01-06-2017-nautilus-distro-basic-smithi/4645231/teuthology.log

Actions #2

Updated by Patrick Donnelly over 4 years ago

  • Is duplicate of Fix #38801: qa: ignore "ceph.dir.pin: No such attribute" for (old) kernel client added
Actions

Also available in: Atom PDF