所有的Xcode机器人测试通过,但为什么它会失败,“没有找到试验”整合?(All Xcode Bot

2019-10-19 14:47发布

我运行188个测试和他们全部通过Xcode的机器人,但它表明机器人网页上的失败:

你也可以看到,运行机器人再次通过。 该故障发生的间歇性,但它并不鲜见。

摘要选项卡显示失败的整合一直没有结果:

此外,所有的测试都通过了,在这里看到:

我确实在构建日志中找到这样的:

Mar 13 13:04:11 testowlmacmini.local xcsbuildd[97650] <Error>: [XCSBuildBundle.m:787 756b6310 +0ms] Got an error from the post timeseries data operation: Error Domain=XCSBuildServiceDomain Code=-1 "Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})" UserInfo=0x7fefa4443580 {NSLocalizedDescription=Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})}
    Mar 13 13:04:11 testowlmacmini.local xcsbuildd[97650] <Debug>: [XCSOperation.m:28 756b6310 +0ms] Cancelling operation: XCSPostTimeseriesDataOperation
    Mar 13 13:04:11 testowlmacmini.local xcsbuildd[97650] <Error>: [XCSBuildBundle.m:559 756b6310 +0ms] Got an error posting timeseries data: Error Domain=XCSBuildServiceDomain Code=-1 "Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})" UserInfo=0x7fefa4443580 {NSLocalizedDescription=Error posting build timeseries data for e9859e8a-ec4b-43ae-be30-5fe6ef8dce13 (Remote service call failed: Response{0ms succeeded=0 responseStatus=failed response=Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7fefa40588f0 {NSUnderlyingError=0x7fefa2f4b7c0 "The request timed out.", NSErrorFailingURLStringKey=https://localhost:4443/svc, NSErrorFailingURLKey=https://localhost:4443/svc, NSLocalizedDescription=The request timed out.}})}

的Xcode 5.1

什么地方出了错?

文章来源: All Xcode Bots Tests Pass, but why does it fail integration with “No tests found”?