
Hi, I'm having some trouble with the testsuite. The daily builds are not updating, and it looks like it's because the testsuite for phpMyAdmin 5.0-snapshot is failing (ultimately, MySQL on the build server doesn't allow the testsuite to authenticate with the stored credentials, but I think that's secondary to the problem I describe below). When I run the failing test from the QA branch, it is shown as skipped:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/Environment_test.php There was 1 skipped test:
1) Environment_Test::testMySQL Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
However, from master, it fails:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/EnvironmentTest.php There was 1 error:
1) PhpMyAdmin\Tests\EnvironmentTest::testMySQL PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
I don't see anything obvious that would make these two behave differently. Do you have any thoughts to help me out? Isaac

Hello, Isaac. This does not happen to me, but I will investigate this. It is probably related to the upgrade to PHPUnit 6. Maurício On Wed, Jun 20, 2018 at 12:07 PM Isaac Bennetch <bennetch@gmail.com> wrote:
Hi,
I'm having some trouble with the testsuite. The daily builds are not updating, and it looks like it's because the testsuite for phpMyAdmin 5.0-snapshot is failing (ultimately, MySQL on the build server doesn't allow the testsuite to authenticate with the stored credentials, but I think that's secondary to the problem I describe below).
When I run the failing test from the QA branch, it is shown as skipped:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/Environment_test.php There was 1 skipped test:
1) Environment_Test::testMySQL Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
However, from master, it fails:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/EnvironmentTest.php There was 1 error:
1) PhpMyAdmin\Tests\EnvironmentTest::testMySQL PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
I don't see anything obvious that would make these two behave differently. Do you have any thoughts to help me out?
Isaac
_______________________________________________ Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers

Hello, Issac. This issue must have been resolved with 2cea709 <https://github.com/phpmyadmin/phpmyadmin/commit/2cea709661a7f92e26d2e0b9f6886bf2f201401d> . Maurício On Mon, Jun 25, 2018 at 2:37 PM Maurício Meneghini Fauth < mauriciofauth@gmail.com> wrote:
Hello, Isaac.
This does not happen to me, but I will investigate this. It is probably related to the upgrade to PHPUnit 6.
Maurício
On Wed, Jun 20, 2018 at 12:07 PM Isaac Bennetch <bennetch@gmail.com> wrote:
Hi,
I'm having some trouble with the testsuite. The daily builds are not updating, and it looks like it's because the testsuite for phpMyAdmin 5.0-snapshot is failing (ultimately, MySQL on the build server doesn't allow the testsuite to authenticate with the stored credentials, but I think that's secondary to the problem I describe below).
When I run the failing test from the QA branch, it is shown as skipped:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/Environment_test.php There was 1 skipped test:
1) Environment_Test::testMySQL Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
However, from master, it fails:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/EnvironmentTest.php There was 1 error:
1) PhpMyAdmin\Tests\EnvironmentTest::testMySQL PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
I don't see anything obvious that would make these two behave differently. Do you have any thoughts to help me out?
Isaac
_______________________________________________ Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers

On Mon, Jun 25, 2018 at 2:36 PM, Maurício Meneghini Fauth <mauriciofauth@gmail.com> wrote:
Hello, Issac.
This issue must have been resolved with 2cea709.
Hurray! You did fix it. Snapshots are again updating on schedule. Thank you for the quick solution! Isaac
Maurício
On Mon, Jun 25, 2018 at 2:37 PM Maurício Meneghini Fauth <mauriciofauth@gmail.com> wrote:
Hello, Isaac.
This does not happen to me, but I will investigate this. It is probably related to the upgrade to PHPUnit 6.
Maurício
On Wed, Jun 20, 2018 at 12:07 PM Isaac Bennetch <bennetch@gmail.com> wrote:
Hi,
I'm having some trouble with the testsuite. The daily builds are not updating, and it looks like it's because the testsuite for phpMyAdmin 5.0-snapshot is failing (ultimately, MySQL on the build server doesn't allow the testsuite to authenticate with the stored credentials, but I think that's secondary to the problem I describe below).
When I run the failing test from the QA branch, it is shown as skipped:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/Environment_test.php There was 1 skipped test:
1) Environment_Test::testMySQL Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
However, from master, it fails:
./vendor/bin/phpunit -c phpunit.xml.nocoverage test/EnvironmentTest.php There was 1 error:
1) PhpMyAdmin\Tests\EnvironmentTest::testMySQL PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
I don't see anything obvious that would make these two behave differently. Do you have any thoughts to help me out?
Isaac
_______________________________________________ Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
_______________________________________________ Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
participants (2)
-
Isaac Bennetch
-
Maurício Meneghini Fauth