You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg/test/main_entry.go: build local binary instead of go run (#1089)
* pkg/test/main_entry.go: build local binary instead of `go run`
This allows us to kill the process on exti correctly, which
wouldn't always work correctly when using `go run`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
### Bug Fixes
12
12
13
+
- Fix issue where running `operator-sdk test local --up-local` would sometimes leave a running process in the background after exit ([#1089](https://github.com/operator-framework/operator-sdk/pull/1020))
0 commit comments