Skip to content

Commit

Permalink
use mpirun instead of clush
Browse files Browse the repository at this point in the history
Test-tag: test_metadata_server_restart
TODO-Test-tag: DaosCoreTestDfuse ObjectMetadata
Skip-unit-tests: true
Skip-fault-injection-test: true

Required-githooks: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed May 14, 2024
1 parent a3616aa commit 34bdfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/ftest/server/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ def test_metadata_server_restart(self):
:avocado: tags=ObjectMetadata,test_metadata_server_restart
"""
self.create_pool()
files_per_thread = 400
total_ior_threads = 5
files_per_thread = 1 # DEBUGGING
total_ior_threads = 1

processes = self.params.get("slots", "/run/ior/clientslots/*")

Expand Down

0 comments on commit 34bdfa2

Please sign in to comment.