mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 07:57:27 +08:00
fix: fast fail , not closing the websocket connection
This commit is contained in:
@@ -361,6 +361,10 @@ func (b *HRPBoomer) convertBoomerTask(testcase *TestCase, rendezvousList []*Rend
|
||||
}
|
||||
mutex.Unlock()
|
||||
|
||||
defer func() {
|
||||
sessionRunner.releaseResources()
|
||||
}()
|
||||
|
||||
startTime := time.Now()
|
||||
for _, step := range testcase.TestSteps {
|
||||
// TODO: parse step struct
|
||||
|
||||
Reference in New Issue
Block a user