New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 712307 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Flake in ExperimentalOptionsTest.testSetSSLKeyLogFile

Project Member Reported by kapishnikov@chromium.org, Apr 17 2017

Issue description

There was a flake in the ExperimentalOptionsTest.testSetSSLKeyLogFile test.

Caused by: 
	at junit.framework.Assert.fail(Assert.java:48)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertTrue(Assert.java:27)
	at org.chromium.net.ExperimentalOptionsTest.testSetSSLKeyLogFile(ExperimentalOptionsTest.java:111)
	at java.lang.reflect.Method.invoke(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:372)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at org.chromium.net.CronetTestBase.runTest(CronetTestBase.java:133)
	... 26 more

Internal link: http://shortn/_rjSf5uCLjW

 
Cc: -xunji...@chromium.org
Owner: xunji...@chromium.org
Status: Assigned (was: Untriaged)
Project Member

Comment 2 by bugdroid1@chromium.org, Apr 19 2017

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

commit 5270fa09fc42b95af338780c1406fb2c56eb56ef
Author: xunjieli <xunjieli@chromium.org>
Date: Wed Apr 19 20:11:10 2017

[Cronet] Fix ExperimentalOptionsTest flake

File writes happen on a file thread. This CL waits for the file thread to flush
writes to disk.

BUG= 712307 
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester

Review-Url: https://codereview.chromium.org/2827673002
Cr-Commit-Position: refs/heads/master@{#465725}

[modify] https://crrev.com/5270fa09fc42b95af338780c1406fb2c56eb56ef/components/cronet/android/test/javatests/src/org/chromium/net/ExperimentalOptionsTest.java

Status: Fixed (was: Assigned)

Sign in to add a comment