Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-03-17 08:02:56 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-17 08:02:56 +0400
commit6421296d60cbb15eee6f7dd5aab313ea7010a708 (patch)
treeed242aff97bcdb86f0460fe59aac1807f518feec /tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
parent071ae83a840d31368e1860a740e7600ebebc46ff (diff)
Maybe too many segment requests issued to the API at once is what crashed mysql on travis?
Diffstat (limited to 'tests/PHPUnit/Fixtures/ManySitesImportedLogs.php')
-rw-r--r--tests/PHPUnit/Fixtures/ManySitesImportedLogs.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
index 1aec3b9bfa..a374657518 100644
--- a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
+++ b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
@@ -77,15 +77,15 @@ class Test_Piwik_Fixture_ManySitesImportedLogs extends Fixture
'autoArchive' => false,
'enabledAllUsers' => true),
- 'segmentPreArchived' => array('definition'=> self::SEGMENT_PRE_ARCHIVED,
- 'idSite' => 1,
- 'autoArchive' => true,
- 'enabledAllUsers' => true),
-
- 'segmentPreArchivedWithUrlEncoding' => array('definition'=> self::SEGMENT_PRE_ARCHIVED_CONTAINS_ENCODED,
- 'idSite' => 1,
- 'autoArchive' => true,
- 'enabledAllUsers' => true)
+// 'segmentPreArchived' => array('definition'=> self::SEGMENT_PRE_ARCHIVED,
+// 'idSite' => 1,
+// 'autoArchive' => true,
+// 'enabledAllUsers' => true),
+//
+// 'segmentPreArchivedWithUrlEncoding' => array('definition'=> self::SEGMENT_PRE_ARCHIVED_CONTAINS_ENCODED,
+// 'idSite' => 1,
+// 'autoArchive' => true,
+// 'enabledAllUsers' => true)
// fails randomly and I really could not find why.
// 'segmentOnlySuperuser' => array('definition' => 'actions>1;customVariablePageName1=='.urlencode('HTTP-code'),