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

Adding failing test case which reproduces SQL error #9822

parent cb270d98
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -79,6 +79,18 @@ class TransitionsTest extends SystemTestCase
'limitBeforeGrouping' => 2
)
));
$return[] = array('Transitions.getTransitionsForPageUrl', array( // test w/ segment
'idSite' => self::$fixture->idSite,
'date' => self::$fixture->dateTime,
'periods' => array('day'),
'testSuffix' => '_withSegment',
'segment' => 'visitConvertedGoalId!%3D2',
'otherRequestParameters' => array(
'pageUrl' => 'http://example.org/page/one.html',
'limitBeforeGrouping' => 2
)
));
return $return;
}
......
<?xml version="1.0" encoding="utf-8" ?>
<result>
<error message="SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'idaction_url' in field list is ambiguous
--&gt; To temporarily debug this error further, set const PIWIK_PRINT_ERROR_BACKTRACE=true; in index.php" />
</result>
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter