Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows integration test fixes #8849

Merged
merged 5 commits into from Sep 25, 2015
Merged

windows integration test fixes #8849

merged 5 commits into from Sep 25, 2015

Conversation

ThaDafinser
Copy link
Contributor

This is a PR to fix the Integration tests. UnitTests should be fine already.

  • removing \r\n from some parts (unix should be enough)
  • fixing some camelCases

@ThaDafinser ThaDafinser changed the title Hotfix/php7 Integration tests on windows fix Sep 24, 2015
@ThaDafinser ThaDafinser changed the title Integration tests on windows fix [WIP] windows tests part2 Sep 24, 2015
@ThaDafinser
Copy link
Contributor Author

#8846

@ThaDafinser
Copy link
Contributor Author

Current result:

PHPUnit 4.7.7 by Sebastian Bergmann and contributors.

Runtime:    PHP 5.6.7 with Xdebug 2.3.2
Configuration:  C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\phpunit.xml.dist

.............................EEEEEEEEEEEEEEEEEE...............  62 / 844 (  7%)
.............................................................. 124 / 844 ( 14%)
.............SSS...............FSSSSSS........................ 186 / 844 ( 22%)
....E......................................................... 248 / 844 ( 29%)
...E.......FFE...EEEF.E....................................... 310 / 844 ( 36%)
EE............................................................ 372 / 844 ( 44%)
..........................................EEEEEEEEEEEEEEEEEE.. 434 / 844 ( 51%)
..........F..S........................EEEEEEEEEEEEE........... 496 / 844 ( 58%)
.............................................................. 558 / 844 ( 66%)
.............................................................. 620 / 844 ( 73%)
.............................................................. 682 / 844 ( 80%)
...................................................EEEEEEEEEEE 744 / 844 ( 88%)
EEEEEEEEEEEE.............................FFFF................. 806 / 844 ( 95%)
......................................

Time: 33.83 minutes, Memory: 94.00Mb

There were 81 errors:

1) Piwik\Tests\Integration\AccessTest::testCheckUserHasViewAccessWithSuperUserAccess
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

2) Piwik\Tests\Integration\AccessTest::testCheckUserHasViewAccessWithSomeAccessSuccessIdSitesAsString
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

3) Piwik\Tests\Integration\AccessTest::testCheckUserHasViewAccessWithSomeAccessSuccessAllSites
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

4) Piwik\Tests\Integration\AccessTest::testCheckUserHasViewAccessWithSomeAccessFailure
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

5) Piwik\Tests\Integration\AccessTest::testCheckUserHasAdminAccessWithSuperUserAccess
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

6) Piwik\Tests\Integration\AccessTest::testCheckUserHasAdminAccessWithEmptyAccessNoSiteIdsGiven
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

7) Piwik\Tests\Integration\AccessTest::testCheckUserHasAdminAccessWithSomeAccessSuccessIdSitesAsString
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

8) Piwik\Tests\Integration\AccessTest::testCheckUserHasAdminAccessWithSomeAccessSuccessAllSites
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

9) Piwik\Tests\Integration\AccessTest::testCheckUserHasAdminAccessWithSomeAccessFailure
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

10) Piwik\Tests\Integration\AccessTest::testReloadAccessWithEmptyAuth
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

11) Piwik\Tests\Integration\AccessTest::testReloadAccessWithEmptyAuthSuperUser
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

12) Piwik\Tests\Integration\AccessTest::testReloadAccess_ShouldResetTokenAuthAndLogin_IfAuthIsNotValid
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

13) Piwik\Tests\Integration\AccessTest::testReloadAccessWithMockedAuthValid
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

14) Piwik\Tests\Integration\AccessTest::test_reloadAccess_loadSitesIfNeeded_doesActuallyResetAllSiteIdsAndRequestThemAgain
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

15) Piwik\Tests\Integration\AccessTest::test_doAsSuperUser_ChangesSuperUserAccessCorrectly
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

16) Piwik\Tests\Integration\AccessTest::test_doAsSuperUser_RemovesSuperUserAccess_IfExceptionThrown
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

17) Piwik\Tests\Integration\AccessTest::test_doAsSuperUser_ReturnsCallbackResult
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

18) Piwik\Tests\Integration\AccessTest::test_reloadAccess_DoesNotRemoveSuperUserAccess_IfUsedInDoAsSuperUser
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

19) Piwik\Tests\Integration\DbTest::test_SqlMode_IsSet_PDO with data set #0 ('Mysqli', 'Piwik\Db\Adapter\Mysqli')
Zend_Db_Adapter_Mysqli_Exception: The Mysqli extension is required for this adapter but the extension is not loaded

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Mysqli.php:291
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Mysqli.php:59
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:315
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter.php:51
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:105
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:54
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\DbTest.php:50

20) Piwik\Tests\Integration\HttpTest::testFetchApiLatestVersion
Exception: curl_exec: Operation timed out after 10000 milliseconds with 0 bytes received. Hostname requested was: localhost

C:\Data\wap\htdocs\GitHub\piwik\core\Http.php:541
C:\Data\wap\htdocs\GitHub\piwik\core\Http.php:107
C:\Data\wap\htdocs\GitHub\piwik\core\Http.php:777
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:45

21) Piwik\Tests\Integration\HttpTest::testHttpAuthentication with data set "socket" ('socket')
Undefined index: data

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:141

22) Piwik\Tests\Integration\HttpTest::testHttpsWorksWithValidCertificate with data set "curl" ('curl')
Exception: curl_exec: Connection timed out after 10000 milliseconds. Hostname requested was: builds.piwik.org

C:\Data\wap\htdocs\GitHub\piwik\core\Http.php:541
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:175

23) Piwik\Tests\Integration\HttpTest::testHttpsWorksWithValidCertificate with data set "fopen" ('fopen')
Exception: file_get_contents(https://builds.piwik.org/LATEST): failed to open stream: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.


C:\Data\wap\htdocs\GitHub\piwik\core\Http.php:448
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:175

24) Piwik\Tests\Integration\HttpTest::testHttpsWorksWithValidCertificate with data set "socket" ('socket')
Exception: Error while connecting to: builds.piwik.org. Please try again later. Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.


C:\Data\wap\htdocs\GitHub\piwik\core\Http.php:236
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:175

25) Piwik\Tests\Integration\HttpTest::testSocketHttpsWorksEvenWithInvalidCertificate
Exception: Error while connecting to: divezone.net. Please try again later. Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.


C:\Data\wap\htdocs\GitHub\piwik\core\Http.php:236
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:203

26) Piwik\Tests\Integration\MetricsTest::testGetUnit with data set #3 ('revenue', '€')
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

27) Piwik\Tests\Integration\MetricsTest::testGetUnit with data set #4 ('nb_visits', '')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.goal' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.goal' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88

28) Piwik\Tests\Integration\Plugin\SettingsTest::test_addSetting_shouldAssignDefaultField_IfTypeIsGivenButNoField
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

29) Piwik\Tests\Integration\Plugin\SettingsTest::test_addSetting_shouldAddAValidator_IfFieldOptionsAreGiven
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

30) Piwik\Tests\Integration\Plugin\SettingsTest::test_addSetting_shouldAddTheSettings_IfValid
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

31) Piwik\Tests\Integration\Plugin\SettingsTest::test_addSetting_shouldPassTheStorage_ToTheSetting
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

32) Piwik\Tests\Integration\Plugin\SettingsTest::test_addSetting_shouldPassTrackerStorage_IfInTrackerMode
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

33) Piwik\Tests\Integration\Plugin\SettingsTest::test_setSettingValue_shouldApplyValidationAndFail_IfOptionsAreSet
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

34) Piwik\Tests\Integration\Plugin\SettingsTest::test_setSettingValue_shouldApplyValidationAndFail_IfOptionsAreSetAndValueIsAnArray
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

35) Piwik\Tests\Integration\Plugin\SettingsTest::test_setSettingValue_shouldApplyValidationAndSucceed_IfOptionsAreSet
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

36) Piwik\Tests\Integration\Plugin\SettingsTest::test_getSettingsForCurrentUser_shouldOnlyReturnSettingsHavingEnoughAdminPermissions
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

37) Piwik\Tests\Integration\Plugin\SettingsTest::test_getSettingsForCurrentUser_shouldReturnAllSettingsIfEnoughPermissionsAndSortThemBySettingOrder
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

38) Piwik\Tests\Integration\Plugin\SettingsTest::test_save_shouldSaveAllValues
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

39) Piwik\Tests\Integration\Plugin\SettingsTest::test_save_shouldClearTrackerCacheEntries
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

40) Piwik\Tests\Integration\Plugin\SettingsTest::test_removeAllPluginSettings_shouldRemoveAllSettings
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

41) Piwik\Tests\Integration\Plugin\SettingsTest::test_removeAllPluginSettings_shouldThrowException_InCaseUserIsNotSuperUser
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

42) Piwik\Tests\Integration\Plugin\SettingsTest::test_removeAllPluginSettings_shouldThrowException_InCaseAnonymousUser
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

43) Piwik\Tests\Integration\Plugin\SettingsTest::test_userSetting_shouldGenerateDifferentKey_ThenSystemSetting
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

44) Piwik\Tests\Integration\Plugin\SettingsTest::test_userSetting_shouldSaveValuesPerUser
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

45) Piwik\Tests\Integration\Plugin\SettingsTest::test_construct_shouldDetectTheNameOfThePluginAutomatically_IfPluginNameNotGiven
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Settings\IntegrationTestCase.php:30

46) Piwik\Tests\Integration\ReportTest::test_configureReportMetadata_shouldBuiltStructureAndIncludeOnlyFieldsThatAreSet
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

47) Piwik\Tests\Integration\ReportTest::test_configureReportMetadata_shouldBuiltStructureAllFieldsSet
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.segment' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.segment' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

48) Piwik\Tests\Integration\ReportTest::test_factory_shouldCreateReport_WhenActionNameUsed
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.segment' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.segment' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

49) Piwik\Tests\Integration\ReportTest::test_getAllReports_shouldNotFindAReport_IfNoPluginLoaded
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

50) Piwik\Tests\Integration\ReportTest::test_getAllReports_ShouldFindAllAvailableReports
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

51) Piwik\Tests\Integration\ReportTest::test_getSubtableDimension_ShouldReturnNullIfNoSubtableActionExists
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

52) Piwik\Tests\Integration\ReportTest::test_getSubtableDimension_ShouldReturnNullIfSubtableActionIsInvalid
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

53) Piwik\Tests\Integration\ReportTest::test_getSubtableDimension_ShouldReturnCorrectDimensionIfSubtableActionIsDefinedAndCorrect
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

54) Piwik\Tests\Integration\ReportTest::test_fetch_ShouldUseCorrectApiUrl
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

55) Piwik\Tests\Integration\ReportTest::test_fetchSubtable_ShouldUseCorrectApiUrl
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

56) Piwik\Tests\Integration\ReportTest::test_getForDimension_ShouldReturnCorrectInstanceTypeIfAssociatedReportExists
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

57) Piwik\Tests\Integration\ReportTest::test_getForDimension_ShouldReturnNullIfNoReportExistsForDimension
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

58) Piwik\Tests\Integration\ReportTest::test_getForDimension_ShouldReturnNullIfReportPluginNotLoaded
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert_site' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReportTest.php:101

59) Piwik\Tests\Integration\Tracker\RequestTest::test_getCustomVariablesInPageScope_ShouldIgnoreVarsThatDoNotHaveKeyAndValue
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

60) Piwik\Tests\Integration\Tracker\RequestTest::test_getCustomVariablesInPageScope_ShouldSetDefaultValueToEmptyStringAndHandleOtherTypes
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

61) Piwik\Tests\Integration\Tracker\RequestTest::test_isAuthenticated_ShouldBeNotAuthenticatedInTestsByDefault
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

62) Piwik\Tests\Integration\Tracker\RequestTest::test_isAuthenticated_ShouldBeAuthenticatedIfCheckIsDisabledInConfig
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

63) Piwik\Tests\Integration\Tracker\RequestTest::test_isAuthenticated_ShouldReadTheIsAuthenticatedPropertyAndIgnoreACheck
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

64) Piwik\Tests\Integration\Tracker\RequestTest::test_isAuthenticated_ShouldWorkIfTokenIsCorrect
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

65) Piwik\Tests\Integration\Tracker\RequestTest::test_isAuthenticated_ShouldAlwaysWorkForSuperUser
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

66) Piwik\Tests\Integration\Tracker\RequestTest::test_authenticateSuperUserOrAdmin_ShouldFailIfTokenIsEmpty
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

67) Piwik\Tests\Integration\Tracker\RequestTest::test_authenticateSuperUserOrAdmin_ShouldPostAuthInitEvent_IfTokenIsGiven
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

68) Piwik\Tests\Integration\Tracker\RequestTest::test_authenticateSuperUserOrAdmin_ShouldNotBeAllowedToAccessSitesHavingInvalidId
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

69) Piwik\Tests\Integration\Tracker\RequestTest::test_authenticateSuperUserOrAdmin_ShouldWorkIfTokenIsCorrect
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

70) Piwik\Tests\Integration\Tracker\RequestTest::test_authenticateSuperUserOrAdmin_ShouldAlwaysWorkForSuperUser
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

71) Piwik\Tests\Integration\Tracker\RequestTest::test_internalBuildExpectedCustomVars
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

72) Piwik\Tests\Integration\Tracker\RequestTest::test_internalBuildCustomVars
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

73) Piwik\Tests\Integration\Tracker\RequestTest::test_getIdSite_shouldTriggerEventAndReturnThatIdSite
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

74) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #0 ('http://www.my.url', 'http://www.my.url')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

75) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #1 ('http://www.my.url/ꟽ碌㒧�...�ޖृ', 'http://www.my.url/ꟽ碌㒧�...�ޖृ')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

76) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #2 ('http://www.my.url/‱©®↙�...㎧■', 'http://www.my.url/‱©®↙�...㎧■')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

77) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #3 ('http://www.my.url/9⃣', 'http://www.my.url/9⃣')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

78) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #4 ('http://www.my.url/test-article-󠁾a', 'http://www.my.url/test-article-�a')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

79) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #5 ('http://www.my.url/test-article-😁', 'http://www.my.url/test-article-�')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

80) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #6 ('http://www.my.url/?param=val𠱸ue', 'http://www.my.url/?param=val�ue')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

81) Piwik\Tests\Integration\Tracker\RequestTest::testInvalidCharacterRemoval with data set #7 ('http://www.my.url/🇰🇷', 'http://www.my.url/��')
Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:234
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

Caused by
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.session' doesn't exist

C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement\Pdo.php:228
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Statement.php:300
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Abstract.php:479
C:\Data\wap\htdocs\GitHub\piwik\libs\Zend\Db\Adapter\Pdo\Abstract.php:238
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Adapter\Pdo\Mysql.php:245
C:\Data\wap\htdocs\GitHub\piwik\core\Db.php:179
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema\Mysql.php:480
C:\Data\wap\htdocs\GitHub\piwik\core\Db\Schema.php:212
C:\Data\wap\htdocs\GitHub\piwik\core\DbHelper.php:85
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\SystemTestCase.php:553
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Framework\TestCase\IntegrationTestCase.php:88
C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\RequestTest.php:36

--

There were 9 failures:

1) Piwik\Tests\Integration\CronArchiveTest::test_output
Failed asserting that format description matches text.
--- Expected
+++ Actual
@@ @@
 ---------------------------
 INIT
 Running Piwik 2.15.0-b13 as Super User
 ---------------------------
 NOTES
 - If you execute this script at least once per hour (or more often) in a crontab, you may disable 'Browser trigger archiving' in Piwik UI > Settings > General Settings.
   See the doc at: http://piwik.org/docs/setup-auto-archiving/
 - Reports for today will be processed at most every 150 seconds. You can change this value in Piwik UI > Settings > General Settings.
 - Reports for the current week/month/year will be refreshed at most every 3600 seconds.
 - Will process all 1 websites
 - Limiting segment archiving to following segments:
   * actions>=2;browserCode=FF
   * actions>=2
 ---------------------------
 START
 Starting Piwik reports archiving...
 Will pre-process for website id = 1, period = day, date = last52
 - pre-processing all visits
 - skipping segment archiving for 'actions>=4'.
 - pre-processing segment 1/1 actions>=2
 Archived website id = 1, period = day, 1 segments, 0 visits in last 52 days, 0 visits today, Time elapsed: 0.091s
 Will pre-process for website id = 1, period = week, date = last260
 - pre-processing all visits
 - skipping segment archiving for 'actions>=4'.
 - pre-processing segment 1/1 actions>=2
 Archived website id = 1, period = week, 1 segments, 1 visits in last 260 weeks, 1 visits this week, Time elapsed: 0.000s
 Will pre-process for website id = 1, period = month, date = last52
 - pre-processing all visits
 - skipping segment archiving for 'actions>=4'.
 - pre-processing segment 1/1 actions>=2
 Archived website id = 1, period = month, 1 segments, 1 visits in last 52 months, 1 visits this month, Time elapsed: 0.000s
 Will pre-process for website id = 1, period = year, date = last7
 - pre-processing all visits
 - skipping segment archiving for 'actions>=4'.
 - pre-processing segment 1/1 actions>=2
 Archived website id = 1, period = year, 1 segments, 1 visits in last 7 years, 1 visits this year, Time elapsed: 0.001s
 Archived website id = 1, 8 API requests, Time elapsed: 0.097s [1/1 done]
 Done archiving!
 ---------------------------
 SUMMARY
 Total visits for today across archived websites: 1
 Archived today's reports for 1 websites
 Archived week/month/year for 1 websites
 Skipped 0 websites
 - 0 skipped because no new visit since the last script execution
 - 0 skipped because existing daily reports are less than 150 seconds old
 - 0 skipped because existing week/month/year periods reports are less than 3600 seconds old
 Total API requests: 8
 done: 1/1 100%, 1 vtoday, 1 wtoday, 1 wperiods, 8 req, 97 ms, no error
 Time elapsed: 0.098s

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CronArchiveTest.php:140

2) Piwik\Tests\Integration\HttpTest::testHttpAuthentication with data set "curl" ('curl')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Authentication successful'
+'Authentication required'

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:141

3) Piwik\Tests\Integration\HttpTest::testHttpAuthentication with data set "fopen" ('fopen')
Failed asserting that false matches expected 'Authentication successful'.

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\HttpTest.php:141

4) Piwik\Tests\Integration\HttpTest::testCurlHttpsFailsWithInvalidCertificate
Failed asserting that exception message 'curl_exec: Connection timed out after 10015 milliseconds. Hostname requested was: divezone.net' contains 'curl_exec: SSL'.

5) Piwik\Tests\Integration\ReleaseCheckListTest::testEndOfLines
Incorrect line endings \r\n found in C:\Data\wap\htdocs\GitHub\piwik/CONTRIBUTING.md
Failed asserting that false is true.

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReleaseCheckListTest.php:289

6) Piwik\Tests\Integration\Tracker\TrackerCodeGeneratorTest::testJavascriptTrackingCode_withAllOptions
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
 '<!-- Piwik -->
 <script type="text/javascript">
   var _paq = _paq || [];
   _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
   // you can set up to 5 custom variables for each visitor
   _paq.push(["setCustomVariable", 1, "name", "value", "visit"]);
   _paq.push(["setCustomVariable", 2, "name 2", "value 2", "visit"]);
   // you can set up to 5 custom variables for each action (page view, download, click, site search)
   _paq.push(["setCustomVariable", 1, "page cvar", "page cvar value", "page"]);
   _paq.push(["setCampaignNameKey", "campaignKey"]);
   _paq.push(["setCampaignKeywordKey", "keywordKey"]);
   _paq.push(["setDoNotTrack", true]);
   _paq.push(['trackPageView']);
   _paq.push(['enableLinkTracking']);
   (function() {
     var u="//localhost/piwik/";
     _paq.push(['setTrackerUrl', u+'piwik.php']);
     _paq.push(['setSiteId', 1]);
     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
     g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
   })();
 </script>
 <noscript><p><img src="//localhost/piwik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
 <!-- End Piwik Code -->
 '

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\TrackerCodeGeneratorTest.php:57

7) Piwik\Tests\Integration\Tracker\TrackerCodeGeneratorTest::testJavascriptTrackingCode_withAllOptionsAndProtocolOverwrite
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
 '<!-- Piwik -->
 <script type="text/javascript">
   var _paq = _paq || [];
   _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
   // you can set up to 5 custom variables for each visitor
   _paq.push(["setCustomVariable", 1, "name", "value", "visit"]);
   _paq.push(["setCustomVariable", 2, "name 2", "value 2", "visit"]);
   // you can set up to 5 custom variables for each action (page view, download, click, site search)
   _paq.push(["setCustomVariable", 1, "page cvar", "page cvar value", "page"]);
   _paq.push(["setCampaignNameKey", "campaignKey"]);
   _paq.push(["setCampaignKeywordKey", "keywordKey"]);
   _paq.push(["setDoNotTrack", true]);
   _paq.push(['trackPageView']);
   _paq.push(['enableLinkTracking']);
   (function() {
     var u="https://localhost/piwik/";
     _paq.push(['setTrackerUrl', u+'piwik.php']);
     _paq.push(['setSiteId', 1]);
     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
     g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
   })();
 </script>
 <noscript><p><img src="https://localhost/piwik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
 <!-- End Piwik Code -->
 '

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\TrackerCodeGeneratorTest.php:104

8) Piwik\Tests\Integration\Tracker\TrackerCodeGeneratorTest::testJavascriptTrackingCode_withAllOptionsAndOptionsBeforeTrackerUrl
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
 '<!-- Piwik -->
 <script type="text/javascript">
   var _paq = _paq || [];
   _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
   // you can set up to 5 custom variables for each visitor
   _paq.push(["setCustomVariable", 1, "name", "value", "visit"]);
   _paq.push(["setCustomVariable", 2, "name 2", "value 2", "visit"]);
   // you can set up to 5 custom variables for each action (page view, download, click, site search)
   _paq.push(["setCustomVariable", 1, "page cvar", "page cvar value", "page"]);
   _paq.push(["setCampaignNameKey", "campaignKey"]);
   _paq.push(["setCampaignKeywordKey", "keywordKey"]);
   _paq.push(["setDoNotTrack", true]);
   _paq.push(['trackPageView']);
   _paq.push(['enableLinkTracking']);
   (function() {
     var u="//localhost/piwik/";
     _paq.push(['setAPIUrl', 'http://localhost/statistics']);
     _paq.push(['setTrackerUrl', u+'piwik.php']);
     _paq.push(['setSiteId', 1]);
     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
     g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
   })();
 </script>
 <noscript><p><img src="//localhost/piwik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
 <!-- End Piwik Code -->
 '

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\TrackerCodeGeneratorTest.php:152

9) Piwik\Tests\Integration\Tracker\TrackerCodeGeneratorTest::testStringsAreEscaped
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
 '<!-- Piwik -->
 <script type="text/javascript">
   var _paq = _paq || [];
   _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
   // you can set up to 5 custom variables for each visitor
   _paq.push(["setCustomVariable", 1, "abc\"def", "abc\"def", "visit"]);
   // you can set up to 5 custom variables for each action (page view, download, click, site search)
   _paq.push(["setCustomVariable", 1, "abc\"def", "abc\"def", "page"]);
   _paq.push(["setCampaignNameKey", "abc\"def"]);
   _paq.push(["setCampaignKeywordKey", "abc\"def"]);
   _paq.push(['trackPageView']);
   _paq.push(['enableLinkTracking']);
   (function() {
     var u="//abc"def/";
     _paq.push(['setTrackerUrl', u+'piwik.php']);
     _paq.push(['setSiteId', 1]);
     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
     g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
   })();
 </script>
 <noscript><p><img src="//abc"def/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
 <!-- End Piwik Code -->
 '

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\Tracker\TrackerCodeGeneratorTest.php:195

--

There were 10 skipped tests:

1) Piwik\Tests\Integration\CliMulti\ProcessTest::test_construct_shouldBeNotRunning_IfPidJustCreated
Not supported

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CliMulti\ProcessTest.php:64

2) Piwik\Tests\Integration\CliMulti\ProcessTest::test_startProcess_finishProcess_ShouldMarkProcessAsStarted
Not supported

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CliMulti\ProcessTest.php:73

3) Piwik\Tests\Integration\CliMulti\ProcessTest::test_isRunning_ShouldMarkProcessAsFinished_IfPidFileIsTooBig
Not supported

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CliMulti\ProcessTest.php:104

4) Piwik\Tests\Integration\SharedSiteIdsTest::test_construct_withEmptyValue
Not supported on this platform

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CronArchive\SharedSiteIdsTest.php:30

5) Piwik\Tests\Integration\SharedSiteIdsTest::test_construct_withCustomOptionName
Not supported on this platform

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CronArchive\SharedSiteIdsTest.php:30

6) Piwik\Tests\Integration\SharedSiteIdsTest::test_getNumSites
Not supported on this platform

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CronArchive\SharedSiteIdsTest.php:30

7) Piwik\Tests\Integration\SharedSiteIdsTest::test_getAllSiteIdsToArchive
Not supported on this platform

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CronArchive\SharedSiteIdsTest.php:30

8) Piwik\Tests\Integration\SharedSiteIdsTest::test_getNumProcessedWebsites_getNextSiteId
Not supported on this platform

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CronArchive\SharedSiteIdsTest.php:30

9) Piwik\Tests\Integration\SharedSiteIdsTest::test_usingMultipleSharedSiteIds
Not supported on this platform

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\CronArchive\SharedSiteIdsTest.php:30

10) Piwik\Tests\Integration\ReleaseCheckListTest::test_TotalPiwikFilesSize_isWithinReasonnableSize
Skipped this test on local dev environment.

C:\Data\wap\htdocs\GitHub\piwik\tests\PHPUnit\Integration\ReleaseCheckListTest.php:387

FAILURES!
Tests: 844, Assertions: 6356, Errors: 81, Failures: 9, Skipped: 10.

@ThaDafinser ThaDafinser changed the title [WIP] windows tests part2 windows tests part2 Sep 24, 2015
@ThaDafinser ThaDafinser changed the title windows tests part2 windows integration test fixes Sep 24, 2015
@ThaDafinser
Copy link
Contributor Author

The latest commit should fix the Piwik\Tests\Integration\Tracker\TrackerCodeGeneratorTest issues.

The other integration tests fail due to a mysql issue, which i need to check...

@mattab feel free to review/merge, when the build is green 👍

@@ -34,7 +34,10 @@ public function setUp()

public function tearDown()
{
$this->output->destroy();
if(is_object($this->output)){
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall i remove this?

@mattab mattab added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Sep 25, 2015
mattab pushed a commit that referenced this pull request Sep 25, 2015
windows integration test fixes
@mattab mattab merged commit baa6da8 into matomo-org:master Sep 25, 2015
@mattab
Copy link
Member

mattab commented Sep 25, 2015

Nice PR, looks good @ThaDafinser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants