CI管道挂起Pulse尝试检索测试报告

问题描述

在使用ddops部署到暂存期间,有时我们会注意到管道失败,因为pulse尝试获取测试报告超时。还有其他人遇到过这个问题吗?

java.lang.Exception: [blockingpulse] Ran out of time (1200s) trying to retrieve the tests report - did the pulse deployment succeed?
at com.doordash.pulse.waitForBlockingpulseReport(pulse.groovy:250)
at deploypulse.call(deploypulse.groovy:99)
at ___cps.transform___(Native Method)
at sun.reflect.GeneratedConstructorAccessor662.newInstance(UnkNown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)