Skip to content

Commit

Permalink
DAOS-16468 test: ior/small.py - Decrease crt_timeout to 10 (#15100)
Browse files Browse the repository at this point in the history
ior/small.py is failing because the test doesn't provide enough
opportunities for RPC retries. To increase RPC retries, decrease
crt_timeout in the test yaml to 10 from 60.

Signed-off-by: Makito Kano <[email protected]>
  • Loading branch information
shimizukko authored Sep 13, 2024
1 parent f9b3f46 commit cdd3744
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/tests/ftest/ior/small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ timeout: 700
server_config:
name: daos_server
engines_per_host: 2
crt_timeout: 60
crt_timeout: 10
engines:
0:
pinned_numa_node: 0
Expand All @@ -32,7 +32,6 @@ dmg:
pool:
scm_size: 3000000000
nvme_size: 9000000000
control_method: dmg
container:
type: POSIX
properties: cksum:crc16,cksum_size:16384,srv_cksum:on
Expand All @@ -48,8 +47,8 @@ ior:
dfs_destroy: false
iorflags:
ior_flags:
- "-v -W -w -r -R"
- "-v -W -w -r -R -F"
- -v -W -w -r -R
- -v -W -w -r -R -F
ior_api:
- DFS
- MPIIO
Expand All @@ -61,8 +60,8 @@ ior:
- [256B, 512K]
- [1M, 8M]
obj_class:
- "SX"
- "RP_2GX"
- SX
- RP_2GX
dfuse:
mount_dir: "/tmp/daos_dfuse/"
disable_caching: true
Expand Down

0 comments on commit cdd3744

Please sign in to comment.