Skip to content

Commit e05e387

Browse files
committed
also ensure test app is closed -- can cause admin server tests failure now that the cli tests run before the main test suite
1 parent 32a491e commit e05e387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/dbos/cli_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ func TestCLIWorkflow(t *testing.T) {
105105
fmt.Println(cmd.Stdout)
106106
*/
107107
cmd.Process.Kill()
108+
// Ensure application is stopped
109+
cmd.Wait()
108110
}
109111
})
110112
})

0 commit comments

Comments
 (0)