Skip to content

Commit

Permalink
DAOS-13771 control:Intermittent unit test failure in TestSupport_getR…
Browse files Browse the repository at this point in the history
…unningConf()

Testing the unit test failure in CI.

Quick-build: true
Skip-func-test: true

Required-githooks: true

Signed-off-by: Samir Raval <samir.raval@intel.com>
  • Loading branch information
ravalsam committed Jun 20, 2023
1 parent a3c57e5 commit b8de227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/lib/support/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func TestSupport_getRunningConf(t *testing.T) {
expResult string
expErr error
}{
"default config is null if no engine is running": {
"default config is null if no engine is running - testing": {
engStart: false,
expResult: "",
expErr: errors.New("daos_engine is not running on server: exit status 1"),
Expand Down

0 comments on commit b8de227

Please sign in to comment.