Skip to content

Commit

Permalink
DAOS-16615 test: debug
Browse files Browse the repository at this point in the history
Test-tag: test_dbench
Test-repeat: 10
Skip-func-hw-test-medium-ucx-provider: false
Quick-Functional: true
Required-githooks: true

Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
  • Loading branch information
mchaarawi committed Sep 24, 2024
1 parent a6d2773 commit cd993ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/common/tse.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ tse_task_complete_callback(tse_task_t *task)

d_list_del(&dtc->dtc_list);
gen = dtp_generation_get(dtp);
D_ASSERT(dtc->dtc_cb);
ret = dtc->dtc_cb(task, dtc->dtc_arg);
if (task->dt_result == 0)
task->dt_result = ret;
Expand Down
4 changes: 2 additions & 2 deletions src/tests/ftest/dbench/dbench.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2020-2023 Intel Corporation.
(C) Copyright 2020-2024 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -32,7 +32,7 @@ def test_dbench(self):
Run dbench on top of mount point.
:avocado: tags=all,daily_regression
:avocado: tags=hw,medium
:avocado: tags=hw,medium,provider
:avocado: tags=dbench,dfuse
:avocado: tags=DbenchTest,test_dbench
"""
Expand Down

0 comments on commit cd993ea

Please sign in to comment.