commit | c35df113ee5184e4632c736c6b34ef12fb2b6d58 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Thu Oct 24 12:39:14 2019 +0900 |
committer | paulhu <paulhu@google.com> | Tue Oct 29 13:48:25 2019 +0800 |
tree | 7073b217ab16075c27c02e97c83714bcfd1416e9 | |
parent | 92abd28c6ec4ce8630d3270bc949b2d663a60fad [diff] |
Fix flaky IpMemoryStoreServiceTest.testFullMaintenance/testInterruptMaintenance These two tests failed due to running over than 60s. The reason is too many fake data that need to insert into database. It will take long time and cause test time out. So preload the data base with fake data to save the I/O operation time which can reduce testing time for these tests. Fix: 140538459 Test: atest NetworkStackTests on both CF and P3 Change-Id: Iac30a2be933ed10450f0704075f08d10c1886986