New issue
Advanced search Search tips

Issue 860189 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

IntermediateFromAia200 and IntermediateFromAia404 flaky on iOS

Project Member Reported by olivierrobin@chromium.org, Jul 4

Issue description

../../net/cert/cert_verify_proc_unittest.cc:2863: Failure
Value of: error
Expected: net::OK
  Actual: -202, net::ERR_CERT_AUTHORITY_INVALID
Stack trace:
0   net_unittests                       0x000000010aa72a9c base::debug::StackTrace::StackTrace() + 28
1   net_unittests                       0x0000000109c92640 StackTraceGetter::CurrentStackTrace(int, int) + 64
2   net_unittests                       0x0000000109ca15e7 testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 71
3   net_unittests                       0x0000000109ca0a2d testing::internal::AssertHelper::operator=(testing::Message const&) const + 125
4   net_unittests                       0x0000000107083557 net::CertVerifyProcInternalWithNetFetchingTest_IntermediateFromAia200_Test::TestBody() + 3255

 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 4

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f2e45b153fea6164d7f439c0fe397ecd4eca9e10

commit f2e45b153fea6164d7f439c0fe397ecd4eca9e10
Author: Olivier Robin <olivierrobin@chromium.org>
Date: Wed Jul 04 11:03:33 2018

Disable IntermediateFromAia200 on iOS

Bug: 860189
Tbr: eroman@chromium.org
Change-Id: I3e5010f851cf1f502cdca42d1065b24b7ad61523
Reviewed-on: https://chromium-review.googlesource.com/1125803
Reviewed-by: Olivier Robin <olivierrobin@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572535}
[modify] https://crrev.com/f2e45b153fea6164d7f439c0fe397ecd4eca9e10/net/cert/cert_verify_proc_unittest.cc

Project Member

Comment 2 by bugdroid1@chromium.org, Jul 5

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/876f79ed479cfcb8be6441fd017a8b54a4b465d8

commit 876f79ed479cfcb8be6441fd017a8b54a4b465d8
Author: Olivier Robin <olivierrobin@chromium.org>
Date: Thu Jul 05 08:18:44 2018

Disable IntermediateFromAia404

Test is flaky on iOS

Bug:  859387 , 860189
Tbr: eroman@chromium.org
Change-Id: Ibc2dbd55dff9b0bfa02c7bd99c97aa9d9693dbd2
Reviewed-on: https://chromium-review.googlesource.com/1126762
Reviewed-by: Olivier Robin <olivierrobin@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572735}
[modify] https://crrev.com/876f79ed479cfcb8be6441fd017a8b54a4b465d8/net/cert/cert_verify_proc_unittest.cc

Components: Internals>Network>Certificate
Summary: IntermediateFromAia200 and IntermediateFromAia404 flaky on iOS (was: IntermediateFromAia200 failing on iOS)
Seem to pass on tryserver, however there are failures from main bots (for which I can't retrieve the logs)
Saddly, the failures were hidden by https://bugs.chromium.org/p/chromium/issues/detail?id=823453
which mean that the test did not even run on most bots.
I had to disable the test to land the fix for crbug.com/823453

I cannot reproduce locally anymore, so your fix for Windows may have fixed the test for iOS too.

For IntermediateFromAia404, here are some logs

https://uberchromegw.corp.google.com/i/internal.bling.main/builders/iphone11-device-x64/builds/5195/steps/net_unittests%20%28iPhone%207%20iOS%2011.3%29%20on%20iOS-11.3

You may have better chances to reproduce by compiling in release.
Owner: ----
Status: Available (was: Assigned)

Sign in to add a comment