Skip to content
Extraits de code Groupes Projets
Valider 68f22065 rédigé par mattab's avatar mattab
Parcourir les fichiers

Enabled tests for segments #6753

parent 3801c911
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -34,10 +34,6 @@ class ArchiveCronTest extends SystemTestCase
{
$results = array();
// First, API calls for Segmented reports
// Disabling these tests as they randomly fail... This could actually be a bug.
// FIXME - I have failed finding the cause for these test to randomly fail
// eg.
foreach (self::$fixture->getDefaultSegments() as $segmentName => $info) {
$results[] = array('VisitsSummary.get', array('idSite' => 'all',
'date' => '2012-08-09',
......@@ -49,7 +45,6 @@ class ArchiveCronTest extends SystemTestCase
}
// API Call Without segments
// TODO uncomment week and year period
$results[] = array('VisitsSummary.get', array('idSite' => 'all',
'date' => '2012-08-09',
'periods' => array('day', 'month', 'year', 'week')));
......@@ -64,9 +59,6 @@ class ArchiveCronTest extends SystemTestCase
ManySitesImportedLogs::SEGMENT_PRE_ARCHIVED_CONTAINS_ENCODED
);
foreach($segments as $segment) {
// TODO debugging travis
continue;
// Test with a pre-processed segment
$results[] = array(array('VisitsSummary.get', 'Live.getLastVisitsDetails', 'VisitFrequency.get'),
array('idSite' => '1',
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter