Skip to content

Commit

Permalink
DAOS-13906 engine: fix
Browse files Browse the repository at this point in the history
Test-tag: daily_regression full_regression

Required-githooks: true

Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
  • Loading branch information
liuxuezhao committed Jul 18, 2023
1 parent ff6d0b4 commit c63804d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/ftest/control/daos_system_query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server_config:
0:
pinned_numa_node: 0
targets: 4
nr_xs_helpers: 1
nr_xs_helpers: 0
fabric_iface_port: 31416
log_file: daos_server0.log
log_mask: DEBUG,MEM=ERR
Expand Down
2 changes: 2 additions & 0 deletions src/tests/ftest/control/dmg_server_set_logmasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ server_config:
engines:
0:
targets: 4
env_vars:
- DAOS_TARGET_OVERSUBSCRIBE=1
storage:
0:
class: ram
Expand Down
1 change: 0 additions & 1 deletion src/tests/ftest/control/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import json

from apricot import TestWithServers, skipForTicket
from apricot import TestWithServers
from server_utils_base import DaosServerCommandRunner


Expand Down
2 changes: 2 additions & 0 deletions src/tests/ftest/harness/core_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ server_config:
engines:
0:
targets: 4
env_vars:
- DAOS_TARGET_OVERSUBSCRIBE=1
storage:
0:
class: ram
Expand Down
1 change: 1 addition & 0 deletions src/tests/ftest/server/daos_server_dump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ server_config:
engines:
0:
targets: 2
nr_xs_helpers: 1
storage:
0:
class: ram
Expand Down

0 comments on commit c63804d

Please sign in to comment.