mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
test/pybind: drop thrash attr
as crimson is able to support this test now Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
960867d93a
commit
a20575c5e3
@ -12,4 +12,4 @@ tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rados/test_python.sh --eval-attr 'not (tier or snap or thrash or ec or bench or stats)'
|
||||
- rados/test_python.sh --eval-attr 'not (tier or snap or ec or bench or stats)'
|
||||
|
@ -830,7 +830,6 @@ class TestIoctx(object):
|
||||
r, _, _ = self.rados.mon_command(json.dumps(cmd), b'')
|
||||
eq(r, 0)
|
||||
|
||||
@attr('thrash')
|
||||
def test_aio_read_wait_for_complete(self):
|
||||
# use wait_for_complete() and wait for cb by
|
||||
# watching retval[0]
|
||||
@ -866,7 +865,6 @@ class TestIoctx(object):
|
||||
eq(retval[0], payload)
|
||||
eq(sys.getrefcount(comp), 2)
|
||||
|
||||
@attr('thrash')
|
||||
def test_aio_read_wait_for_complete_and_cb(self):
|
||||
# use wait_for_complete_and_cb(), verify retval[0] is
|
||||
# set by the time we regain control
|
||||
@ -894,7 +892,6 @@ class TestIoctx(object):
|
||||
eq(retval[0], payload)
|
||||
eq(sys.getrefcount(comp), 2)
|
||||
|
||||
@attr('thrash')
|
||||
def test_aio_read_wait_for_complete_and_cb_error(self):
|
||||
# error case, use wait_for_complete_and_cb(), verify retval[0] is
|
||||
# set by the time we regain control
|
||||
|
Loading…
Reference in New Issue
Block a user