Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Normally, phpunit behaves correctly on my server.
[0] https://github.com/phpmyadmin/phpmyadmin/pull/1338
On Wed, Aug 20, 2014 at 1:40 AM, Marc Delisle marc@infomarc.info wrote:
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Normally, phpunit behaves correctly on my server.
Hi, phpunit tests results for me: "OK, but incomplete or skipped tests!".
[0] https://github.com/phpmyadmin/phpmyadmin/pull/1338
-- Marc Delisle (phpMyAdmin)
Chirayu Chiripal a écrit :
On Wed, Aug 20, 2014 at 1:40 AM, Marc Delisle marc@infomarc.info wrote:
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Normally, phpunit behaves correctly on my server.
Hi, phpunit tests results for me: "OK, but incomplete or skipped tests!".
Thanks Chirayu. Which phpunit and PHP versions please?
On Wed, Aug 20, 2014 at 5:03 PM, Marc Delisle marc@infomarc.info wrote:
Chirayu Chiripal a écrit :
On Wed, Aug 20, 2014 at 1:40 AM, Marc Delisle marc@infomarc.info
wrote:
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Normally, phpunit behaves correctly on my server.
Hi, phpunit tests results for me: "OK, but incomplete or skipped tests!".
Thanks Chirayu. Which phpunit and PHP versions please?
PHPUnit v3.7.32 & PHP v5.5.9.
-- Marc Delisle (phpMyAdmin)
Hi
Dne Tue, 19 Aug 2014 16:10:25 -0400 Marc Delisle marc@infomarc.info napsal(a):
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
I can not reproduce this - PHP 5.6.0RC3, PHPUnit 3.7.28
Michal Čihař a écrit :
Hi
Dne Tue, 19 Aug 2014 16:10:25 -0400 Marc Delisle marc@infomarc.info napsal(a):
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
I can not reproduce this - PHP 5.6.0RC3, PHPUnit 3.7.28
Thanks. My problem was that I have a customized test/bootstrap.php and since I created it, this line has been added to test/bootstrap-dist.php:
$GLOBALS['PMA_String'] = $PMA_String;
but not in mine.
On Wed, Aug 20, 2014 at 1:40 AM, Marc Delisle marc@infomarc.info wrote:
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Hi
I also don't get any phpUnit warnings. But with this pull request I get the following error in my error log when try to import some sql file exported from within PMA itself, I'm not sure if it is known to you: PHP Fatal error: Class 'PMA_StringNative' not found in /var/www/phpmyadmin/libraries/Util.class.php on line 4405.
I got it while I was trying to reproducing a bug from buglist and i had this pull request merged locally. I'm not able to import any sql file. I don't get this error after reverting back this pull request so looks like issue is with this PR itself.
- Smita
Normally, phpunit behaves correctly on my server.
[0] https://github.com/phpmyadmin/phpmyadmin/pull/1338
-- Marc Delisle (phpMyAdmin)
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Smita a écrit :
On Wed, Aug 20, 2014 at 1:40 AM, Marc Delisle marc@infomarc.info wrote:
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Hi
I also don't get any phpUnit warnings. But with this pull request I get the following error in my error log when try to import some sql file exported from within PMA itself, I'm not sure if it is known to you: PHP Fatal error: Class 'PMA_StringNative' not found in /var/www/phpmyadmin/libraries/Util.class.php on line 4405.
I got it while I was trying to reproducing a bug from buglist and i had this pull request merged locally. I'm not able to import any sql file. I don't get this error after reverting back this pull request so looks like issue is with this PR itself.
- Smita
Normally, phpunit behaves correctly on my server.
Smita, I suggest you add this remark as a comment to the pull request, for easier reference.
On Wed, Aug 20, 2014 at 8:07 PM, Marc Delisle marc@infomarc.info wrote:
Smita a écrit :
On Wed, Aug 20, 2014 at 1:40 AM, Marc Delisle marc@infomarc.info
wrote:
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Hi
I also don't get any phpUnit warnings. But with this pull request I get
the
following error in my error log when try to import some sql file exported from within PMA itself, I'm not sure if it is known to you: PHP Fatal error: Class 'PMA_StringNative' not found in /var/www/phpmyadmin/libraries/Util.class.php on line 4405.
I got it while I was trying to reproducing a bug from buglist and i had this pull request merged locally. I'm not able to import any sql file. I don't get this error after reverting back this pull request so looks like issue is with this PR itself.
- Smita
Normally, phpunit behaves correctly on my server.
Smita, I suggest you add this remark as a comment to the pull request, for easier reference.
Done. Thanks.
- Smita
-- Marc Delisle (phpMyAdmin)
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 20 août 2014 16:45, "Smita" kumarismita62@gmail.com a écrit :
On Wed, Aug 20, 2014 at 8:07 PM, Marc Delisle marc@infomarc.info wrote:
Smita a écrit :
On Wed, Aug 20, 2014 at 1:40 AM, Marc Delisle marc@infomarc.info
wrote:
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
Hi
I also don't get any phpUnit warnings. But with this pull request I
get the
following error in my error log when try to import some sql file
exported
from within PMA itself, I'm not sure if it is known to you: PHP Fatal error: Class 'PMA_StringNative' not found in /var/www/phpmyadmin/libraries/Util.class.php on line 4405.
I got it while I was trying to reproducing a bug from buglist and i had this pull request merged locally. I'm not able to import any sql file.
I
don't get this error after reverting back this pull request so looks
like
issue is with this PR itself.
- Smita
Normally, phpunit behaves correctly on my server.
Smita, I suggest you add this remark as a comment to the pull request, for easier reference.
Done. Thanks.
- Smita
-- Marc Delisle (phpMyAdmin)
------------------------------------------------------------------------------
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org
------------------------------------------------------------------------------
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/
Hi,
Thank you for all your feedbacks! I already have an idea about the origin of this new error. I just began my second holiday time, so I'll fix it in September (in 10 days).
See you. Hugues.
2014-08-20 18:36 GMT+02:00 Hugues Peccatte hugues.peccatte@gmail.com:
Hi,
Thank you for all your feedbacks! I already have an idea about the origin of this new error. I just began my second holiday time, so I'll fix it in September (in 10 days).
See you. Hugues.
Hi,
The issue seems to be fixed. But Smita found it slow. Does anyone else have a loading time issue please?
Thanks, Hugues.
Le 2014-08-30 15:47, Hugues Peccatte a écrit :
2014-08-20 18:36 GMT+02:00 Hugues Peccatte <hugues.peccatte@gmail.com mailto:hugues.peccatte@gmail.com>:
Hi, Thank you for all your feedbacks! I already have an idea about the origin of this new error. I just began my second holiday time, so I'll fix it in September (in 10 days). See you. Hugues.
Hi,
The issue seems to be fixed. But Smita found it slow. Does anyone else have a loading time issue please?
Thanks, Hugues.
Hi Hugues, I don't see a speed difference between this and master, trying usual actions like browse, search, grid editing on the sample employees table.