[Phpmyadmin-devel] about "Not supported query: SHOW GRANTS"

Hi, on my test server, git bisect tells me that this commit introduced this UT message: https://github.com/phpmyadmin/phpmyadmin/commit/82e361376c42433df75a0035693b... -- Marc Delisle http://infomarc.info

on my test server, git bisect tells me that this commit introduced this UT message:
https://github.com/phpmyadmin/phpmyadmin/commit/82e361376c42433df75a0035693b...
Hi all, in the latest commit https://travis-ci.org/phpmyadmin/phpmyadmin/builds/9031365 I have fixed all the "Not supported query" error by moving mock data to DBI Dummy class. (It is running before our mock setup function) the existed error is from https://github.com/phpmyadmin/phpmyadmin/pull/493 PMA_From_Processing_Test::testProcessFormSet Look at this line: https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/Header.class.... the header is not always called on Unit test case. https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/Header.class.... I try to fix on commit : xmujay@9ee4bb0 But some conflicts with the existed cases about $GLOBAL['header']. thanks -------------- Bin Zu

on my test server, git bisect tells me that this commit introduced this UT message:
https://github.com/phpmyadmin/phpmyadmin/commit/82e361376c42433df75a0035693b...
Hi all,
in the latest commit https://travis-ci.org/phpmyadmin/phpmyadmin/builds/9031365
I have fixed all the "Not supported query" error by moving mock data to DBI Dummy class. (It is running before our mock setup function)
Thanks xmujay to help fix the "Not supported query: SHOW GRANTS". it is from my UT files about plugin/import. the fix seems good to me. thanks
the existed error is from https://github.com/phpmyadmin/phpmyadmin/pull/493 PMA_From_Processing_Test::testProcessFormSet
Look at this line: https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/Header.class....
the header is not always called on Unit test case. https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/Header.class....
I try to fix on commit : xmujay@9ee4bb0
But some conflicts with the existed cases about $GLOBAL['header']. thanks
thanks, adam

Hi, On Saturday, 13 July 2013 at 10:01 AM, adam wrote:
on my test server, git bisect tells me that this commit introduced this UT message:
https://github.com/phpmyadmin/phpmyadmin/commit/82e361376c42433df75a0035693b...
Hi all,
in the latest commit https://travis-ci.org/phpmyadmin/phpmyadmin/builds/9031365
I have fixed all the "Not supported query" error by moving mock data to DBI Dummy class. (It is running before our mock setup function)
Thanks xmujay to help fix the "Not supported query: SHOW GRANTS". it is from my UT files about plugin/import. the fix seems good to me. thanks
the existed error is from https://github.com/phpmyadmin/phpmyadmin/pull/493 PMA_From_Processing_Test::testProcessFormSet
Look at this line: https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/Header.class....
the header is not always called on Unit test case. https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/Header.class....
I try to fix on commit : xmujay@9ee4bb0
But some conflicts with the existed cases about $GLOBAL['header']. thanks
I have issued a Pull Request [0] that should possibly fix this issue [0] https://github.com/phpmyadmin/phpmyadmin/pull/499
thanks, adam ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net (mailto:Phpmyadmin-devel@lists.sourceforge.net) https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
participants (4)
-
adam
-
Ayush Chaudhary
-
Bin Zu
-
Marc Delisle