Project

General

Profile

Actions

Bug #47043

closed

test_rados.py:TestIoctx.test_aio_read fails in the 3rd test

Added by Kefu Chai over 3 years ago. Updated 11 months 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

export PYTHONPATH=$PWD/../src/pybind:$PWD/lib/cython_modules/lib.3
python3 -m nose -v ../src/test/pybind/test_rados.py:TestIoctx.test_aio_read
test_rados.TestIoctx.test_aio_read ... FAIL

======================================================================
FAIL: test_rados.TestIoctx.test_aio_read
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/ssd/ceph/src/test/pybind/test_rados.py", line 877, in test_aio_read
    eq(None, retval[0])
AssertionError: None != b'\x02\x00\x00\x00\x00\x00\x00\x00'

----------------------------------------------------------------------
Ran 1 test in 322.026s

FAILED (failures=1)
Actions #1

Updated by Kefu Chai over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Deepika Upadhyay over 3 years ago

  • Related to Bug #47420: nautilus: test_rados.TestIoctx.test_aio_read fails with AssertionError: 5 != 2 added
Actions #3

Updated by Neha Ojha over 3 years ago

  • Related to deleted (Bug #47420: nautilus: test_rados.TestIoctx.test_aio_read fails with AssertionError: 5 != 2)
Actions #4

Updated by Matan Breizman 11 months ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF