New issue
Advanced search Search tips

Issue 905265 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug

Blocking:
issue 892168



Sign in to add a comment

remoting_unittests failing sometimes on 10.14

Project Member Reported by ellyjo...@chromium.org, Nov 14

Issue description

Failing:

SecurityKeyIpcServerTest.NoSecurityKeyRequestTimeout
SecurityKeyIpcServerTest.InitialIpcConnectionTimeout_ConnectOnly
SecurityKeyIpcServerTest.SendResponseTimeout
SecurityKeyIpcServerTest.SecurityKeyResponseTimeout

[ RUN      ] SecurityKeyIpcServerTest.NoSecurityKeyRequestTimeout
../../remoting/host/security_key/security_key_ipc_server_unittest.cc:376: Failure
The difference between elapsed_time.InMilliseconds() and kInitialConnectTimeoutMs is 143, which exceeds kConnectionTimeoutErrorDeltaMs, where
elapsed_time.InMilliseconds() evaluates to 393,
kInitialConnectTimeoutMs evaluates to 250, and
kConnectionTimeoutErrorDeltaMs evaluates to 100.
Stack trace:
0   remoting_unittests                  0x000000010872d5ab testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 91
1   remoting_unittests                  0x000000010872cf69 testing::internal::AssertHelper::operator=(testing::Message const&) const + 89
2   remoting_unittests                  0x000000010997310c remoting::SecurityKeyIpcServerTest_NoSecurityKeyRequestTimeout_Test::TestBody() + 1308

[  FAILED  ] SecurityKeyIpcServerTest.NoSecurityKeyRequestTimeout (399 ms)


 
Blocking: 892168
And on 10.13:
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.13%20Tests%20%28dbg%29/7319

It's SecurityKeyIpcServerTest.SendResponseTimeout that fails.
Labels: -M-72 -Target-72 Target-73 M-73

Sign in to add a comment