Flake in ExperimentalOptionsTest.testSetSSLKeyLogFile |
||
Issue descriptionThere 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
,
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
,
Apr 19 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by xunji...@chromium.org
, Apr 18 2017Owner: xunji...@chromium.org
Status: Assigned (was: Untriaged)