queryEngine.test_cacheExpire();
docs.remove(0);
queryId = new ObjectId();
queryEngine.preQueryActivities(queryId, query, communityIdStrs);
queryEngine.test_CheckIfQueryLaunched("4.2", true); // (ie check no query added - because it was in the cache)
queryEngine.postQueryActivities(queryId, docs, rp);
queryEngine.test_CheckIfDocAdded("4.2", docs);
// (don't clear from cache, next doc should return without making a request)
// 4.3] Test cached query - bulk remove
// (currently need to clear the doc cache to make this work - see tests that need to be added properly, listed above)