//let's send in 2 more matches - we should be getting an alert
request = new MeasurementScheduleRequest(schedule);
report = new MeasurementReport();
report.addData(new MeasurementDataNumeric(getTimestamp(5), request, 0d));
measurementDataManager.mergeMeasurementReport(report);
Thread.sleep(3000);
//throw in a cache reload to check that it doesn't mess up the counting of the positives in sequence
reloadAllAlertConditionCaches();