summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
author Abhijeet Kaur <abkaur@google.com> 2020-11-24 13:44:04 +0000
committer Abhijeet Kaur <abkaur@google.com> 2020-11-26 13:10:24 +0000
commit1eb94ea2e7ebaf2add1e2b80906bbbbee6cfd056 (patch)
treece02bd2bb3dc16ed485bc419a98fb969ed16593a /TEST_MAPPING
parent01013e75012c42a4e433e13362514e815bd7c28f (diff)
Modify PerformanceTests to test for renames and greater size
* Add 2 rename timers to the set of directory operations tests that we already have. 2 timers are essential as we want to track performance for renaming a directory and files separately. * Bring back test directory operations for size: 500. We could not add these before as it would take a lot of time ag/11951722. (It takes approx 20s after the db bypass CL which was merged later). * Add LargeTest to track performance for dir size 1000. This test will not run in presubmit, as it gets exceeds the 60s timeout. Add this test to run in postsubmit as the time duration increases exponentially (it takes approx 3-5 times the duration for size 500) and it would be helpful to track the performance for this. Bug: 173156920 Test: atest com.android.providers.media.client.PerformanceTest Test: atest --test-mapping packages/providers/MediaProvider:presubmit Test: atest --test-mapping packages/providers/MediaProvider:postsubmit Change-Id: I66a738f25e24dc741d79cab8445301eaef6e632d
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING12
1 files changed, 11 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 7917cc605..93218cf84 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -4,7 +4,12 @@
"name": "MediaProviderTests"
},
{
- "name": "MediaProviderClientTests"
+ "name": "MediaProviderClientTests",
+ "options": [
+ {
+ "exclude-annotation": "androidx.test.filters.LargeTest"
+ }
+ ]
},
{
"name": "CtsProviderTestCases",
@@ -28,5 +33,10 @@
{
"name": "fuse_node_test"
}
+ ],
+ "postsubmit": [
+ {
+ "name": "MediaProviderClientTests"
+ }
]
}