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:
Kefu Chai 2020-09-07 21:45:34 +08:00
parent 960867d93a
commit a20575c5e3
2 changed files with 1 additions and 4 deletions

View File

@ -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)'

View File

@ -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