History log of /frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f90177629a5b69ca3a80466c0ab55abfeb6d26b2 01-Aug-2015 Abodunrinwa Toki <toki@google.com> Turn off failing tests in FrameworksCoreTests.

We want a green state so we can confidence in tests we write
going forward.

Change-Id: I2c8db848897b56d0c64202ad28861eb4a7572e07
/frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
b14ad8cc8cb0ed774072b077694b21fd0a6f33be 29-Mar-2012 Jeff Sharkey <jsharkey@android.com> Migrate to shared MockWebServer.

Bug: 4726601
Change-Id: Ibbe71b5785a64bd2883c46b83e721fba9a25afa2
/frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
6f35c0ecba6cb1ce5d7563a9962acf9557dbaced 18-Dec-2010 Vasu Nori <vnori@google.com> fix all flaky tests to make them work consistently.

Change-Id: I688f7e058511089bec7fa21e972e23780604d98a
/frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
82e891b3259350a92b55969a6380ca1240ee0829 15-Dec-2010 Vasu Nori <vnori@google.com> fix downloadmanager tests. add few more. fix some. isolate flaky ones

the following work
frameworks/base/core/tests/coretests/src/android/app/DownloadManagerFunctionalTest.java
ideally, most of the tests in this should be moved to cts testsuite.
will require reformatting of comments
and probably removal of one or two tests using hidden public API.

packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/DownloadManagerFunctionalTest.java
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/PublicApiFunctionalTest.java
packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ThreadingTest.java
packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/PublicApiAccessTest.java
packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/DownloadProviderPermissionsTest.java

the following need work
frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
some of these tests fail in a flaky way. they need work

Change-Id: Ib64645005a8f5faa32e0b9a4c5cacfe6e6ae3063
/frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
bd06f02d02e07ca15e420ee9e50e35253646ba64 21-Oct-2010 Neal Nguyen <tommyn@google.com> Cleaning up some more flakiness in DownloadManager tests.

A couple of logic fixes (synchronization, poll time), and adding a little more test
logging info.

Change-Id: I8da71f87fd1e211913f84ec517762dca81f87292
/frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
3e8c1d3a467bab889de7f92379be1f43d9c2d81e 30-Sep-2010 Steve Howard <showard@google.com> Have download manager give more details when downloads are paused

This change introduces more detailed reporting of why downloads are paused in
the download manager.

First, it adds new, more detailed status constants in android.provider.Downloads
for when a download is paused, in place of the old catch-all
STATUS_RUNNING_PAUSED. I've eliminated some dead code there as well to ease the
change.

Second, in the public API, it changes COLUMN_ERROR_CODE to COLUMN_REASON, which
now reports useful info for STATUS_PAUSED in addition to STATUS_FAILED. It adds
some new PAUSED_* constants for reason values when a download is paused, and
adds code to generate these values appropriately.

Change-Id: Ie617d1c2c59357375e19466086923ace5e2fb122
/frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java
31fd85f39b554e09b2e6c1c2ccf5c186859880fa 28-Sep-2010 Steve Howard <showard@google.com> Move DownloadManager to android.app (DO NOT MERGE)

Changing package at hackbod's request. I'll merge this manually, as
there's some additional master-only code that will be to be
simultaneously changed.

Change-Id: Ibb629ec1c31807fbee31e0193c6a941d04be0117
/frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java