We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad40f1 commit ceab1e8Copy full SHA for ceab1e8
framework/.changeset/v0.10.18.md
@@ -0,0 +1 @@
1
+- Call teardown when a WASP virtual user test is finished to ensure cleanup
wasp/wasp.go
@@ -443,6 +443,7 @@ func (g *Generator) runVU(vu VirtualUser) {
443
}()
444
select {
445
case <-g.ResponsesCtx.Done():
446
+ g.runTeardownWithTimeout(vu)
447
cancel()
448
return
449
case <-vu.StopChan():
0 commit comments