Project

General

Profile

Actions

Bug #63700

closed

qa: test_cd_with_args failure

Added by Patrick Donnelly over 2 years ago. Updated 5 months ago.

Status:
Resolved
Priority:
High
Category:
Correctness/Safety
Target version:
% Done:

100%

Source:
Q/A
Backport:
quincy,reef,squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
qa-failure
Pull request ID:
Tags (freeform):
backport_processed
Fixed In:
v19.3.0-5582-g20af41d716
Released In:
v20.2.0~1780
Upkeep Timestamp:
2025-11-01T01:27:10+00:00

Description

2023-11-30T08:27:51.349 DEBUG:teuthology.orchestra.run.smithi116:> (cd /home/ubuntu/cephtest/mnt.0 && exec bash -c 'chmod 755 /tmp/test-cephfsskr0bvpg')
2023-11-30T08:27:51.358 INFO:tasks.cephfs.test_cephfs_shell:Running script "/tmp/test-cephfsskr0bvpg" 
2023-11-30T08:27:51.359 DEBUG:teuthology.orchestra.run.smithi116:> cephfs-shell -b /tmp/test-cephfsskr0bvpg
2023-11-30T08:27:51.717 INFO:teuthology.orchestra.run.smithi116.stderr:Unrecognized command
...
2023-11-30T08:28:01.193 INFO:tasks.cephfs_test_runner:======================================================================
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:ERROR: test_cd_with_args (tasks.cephfs.test_cephfs_shell.TestCD)
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:Test that when cd is issued with an argument, CWD is changed
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_1fa8a21e5009a1a3a2be6bf3680f85de5ba47b59/qa/tasks/cephfs/test_cephfs_shell.py", line 602, in test_cd_with_args
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:    output = self.get_cephfs_shell_script_output(script)
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_1fa8a21e5009a1a3a2be6bf3680f85de5ba47b59/qa/tasks/cephfs/test_cephfs_shell.py", line 161, in get_cephfs_shell_script_output
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:    return ensure_str(self.run_cephfs_shell_script(
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_1fa8a21e5009a1a3a2be6bf3680f85de5ba47b59/qa/tasks/cephfs/test_cephfs_shell.py", line 153, in run_cephfs_shell_script
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:    return mount_x.client_remote.run(args=args, stdout=stdout,
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:    r.wait()
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait
2023-11-30T08:28:01.194 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2023-11-30T08:28:01.195 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status
2023-11-30T08:28:01.195 INFO:tasks.cephfs_test_runner:    raise CommandFailedError(
2023-11-30T08:28:01.195 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi116 with status 127: 'cephfs-shell -b /tmp/test-cephfsskr0bvpg'

/ceph/teuthology-archive/pdonnell-2023-11-30_08:05:19-fs:shell-wip-batrick-testing-20231130.014408-distro-default-smithi/7471752/teuthology.log


Related issues 3 (0 open3 closed)

Copied to CephFS - Backport #68593: reef: qa: test_cd_with_args failureResolvedNeeraj Pratap SinghActions
Copied to CephFS - Backport #68594: quincy: qa: test_cd_with_args failureRejectedNeeraj Pratap SinghActions
Copied to CephFS - Backport #68595: squid: qa: test_cd_with_args failureResolvedNeeraj Pratap SinghActions
Actions #1

Updated by Venky Shankar over 2 years ago

  • Category set to Correctness/Safety
  • Assignee set to Neeraj Pratap Singh
  • Backport set to quincy,reef
Actions #2

Updated by Venky Shankar about 2 years ago

Neeraj, PTAL asap.

Actions #3

Updated by Patrick Donnelly almost 2 years ago

  • Target version changed from v19.0.0 to v20.0.0
Actions #5

Updated by Venky Shankar almost 2 years ago

  • Status changed from New to In Progress
  • Pull request ID set to 55808
Actions #16

Updated by Neeraj Pratap Singh over 1 year ago

  • Status changed from In Progress to Fix Under Review
Actions #17

Updated by Venky Shankar over 1 year ago

  • Status changed from Fix Under Review to Pending Backport
  • Source set to Q/A
  • Backport changed from quincy,reef to quincy,reef,squid
Actions #18

Updated by Upkeep Bot over 1 year ago

Actions #19

Updated by Upkeep Bot over 1 year ago

Actions #20

Updated by Upkeep Bot over 1 year ago

Actions #21

Updated by Upkeep Bot over 1 year ago

  • Tags (freeform) set to backport_processed
Actions #26

Updated by Konstantin Shalygin about 1 year ago

  • Status changed from Pending Backport to Resolved
  • % Done changed from 0 to 100
Actions #27

Updated by Upkeep Bot 9 months ago

  • Merge Commit set to 20af41d716086a13009d3404acdee6c7c1444ae0
  • Fixed In set to v19.3.0-5582-g20af41d7160
  • Upkeep Timestamp set to 2025-07-02T03:45:54+00:00
Actions #28

Updated by Upkeep Bot 8 months ago

  • Fixed In changed from v19.3.0-5582-g20af41d7160 to v19.3.0-5582-g20af41d716
  • Upkeep Timestamp changed from 2025-07-02T03:45:54+00:00 to 2025-07-14T16:45:41+00:00
Actions #29

Updated by Upkeep Bot 5 months ago

  • Released In set to v20.2.0~1780
  • Upkeep Timestamp changed from 2025-07-14T16:45:41+00:00 to 2025-11-01T01:27:10+00:00
Actions

Also available in: Atom PDF