添加报告监视会使 Ant 测试变得非常慢
我们使用 TeamCity 6.0.2 并具有运行 SoapUI 测试的构建配置。测试本身运行时间约为。在命令行中运行时为 45 秒。
为了查看测试结果,我们使用 Ant JUNit
报告观察器和以下 Report paths
值:
TestSoapUI\SoapUI-testresults\TEST-*.xml
然后测试最多需要 15 分钟,CPU 为 100 %。
我们可以做些什么来减少这个时间呢?其他报告路径?将测试步骤与报告步骤分开?
(如果您有兴趣,我们还向 JetBrains 提交了一个问题: http://youtrack.jetbrains.net/issue/TW-16404)
We are using TeamCity 6.0.2 and have a build configuration that runs SoapUI tests. The tests themselves run in approx. 45 seconds when running in command line.
To see the results of the test, we use Ant JUNit
report watcher with this Report paths
value:
TestSoapUI\SoapUI-testresults\TEST-*.xml
And then the tests are taking up to 15 minutes, with a CPU at 100%.
What can we do to reduce this time? Other report path? Separate the test step from the report step?
(We also filed an issue to JetBrains, if you're interested:
http://youtrack.jetbrains.net/issue/TW-16404)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该问题已由 JetBrains 团队解决:
http://youtrack.jetbrains.net/issue/TW- 16404
如果您遇到同样的问题,请升级到TeamCity 6.0.3。
The issue was solved by the JetBrains team:
http://youtrack.jetbrains.net/issue/TW-16404
Upgrade to TeamCity 6.0.3 if you have the same problem.