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
Copy file name to clipboardExpand all lines: repose-aggregator/tests/functional-test-framework/src/main/groovy/org/openrepose/framework/test/ReposeContainerLauncher.groovy
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -126,39 +126,12 @@ class ReposeContainerLauncher extends ReposeLauncher {
126
126
println()
127
127
} catch (IOException ioex) {
128
128
this.process.waitForOrKill(5000)
129
-
killIfUp()
130
129
if (throwExceptionOnKill) {
131
130
thrownewTimeoutException("An error occurred while attempting to stop Repose Controller. Reason: "+ ioex.getMessage())
Copy file name to clipboardExpand all lines: repose-aggregator/tests/functional-test-framework/src/main/groovy/org/openrepose/framework/test/ReposeLauncher.groovy
Copy file name to clipboardExpand all lines: repose-aggregator/tests/functional-test-framework/src/main/groovy/org/openrepose/framework/test/ReposeValveLauncher.groovy
+2-45Lines changed: 2 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,6 @@ class ReposeValveLauncher extends ReposeLauncher {
79
79
}
80
80
81
81
voidstart(Mapparams) {
82
-
83
-
boolean killOthersBeforeStarting =true
84
-
if (params.containsKey("killOthersBeforeStarting")) {
0 commit comments