英文:
How to stop a running test forcibly
问题
我正在寻找一种强制停止正在进行的 Gatling 测试的方法。
就像立即停止测试一样。
已经查阅了 Gatling 的文档,但没有找到相关内容。
非常感谢任何输入/帮助。
英文:
I am looking for something to stop an ongoing Gatling test forcibly.
Just like stop the test now.
Have gone through Gatling docs but haven't found anything related to it
Any inputs/help much appreciated.
答案1
得分: 1
这是一个绕行的方式来实现,但是如果你将测试放在一个 Taurus BZT 的 Docker 化测试运行器中,你可以用 Docker 命令来终止它,对吗?
我建议这样做,因为这只是我能想到的最简单的方法,而且你还会获得 Taurus 提供的附加优势。
英文:
It is a roundabout way to do it, but if you wrap the test in a Taurus BZT dockerized test runner, you could kill it with a docker command right?
I suggest that because it is just the simplest way I can think of and you get the added benefits of what Taurus provides.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论