Skip to content

Commit

Permalink
DAOS-15047 test: harden regex for engine started (#13636) (#13684)
Browse files Browse the repository at this point in the history
Harden the regex for DAOS I/O Engine started so it doesn't match on "not
started"

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning authored Feb 1, 2024
1 parent d7c9681 commit 2f7ca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/util/server_utils_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AutosizeCancel(Exception):
class DaosServerCommand(YamlCommand):
"""Defines an object representing the daos_server command."""

NORMAL_PATTERN = "DAOS I/O Engine.*started"
NORMAL_PATTERN = "DAOS I/O Engine.*process [0-9]+ started on"
FORMAT_PATTERN = "(SCM format required)(?!;)"
REFORMAT_PATTERN = "Metadata format required"
SYSTEM_QUERY_PATTERN = "joined"
Expand Down

0 comments on commit 2f7ca75

Please sign in to comment.