[Phpmyadmin-devel] Hello phpmyadmin

Hi Devs, I am Supun Nakandala, third year undergraduate from Department of Computer Science, University of Moratuwa. I am hoping to work for the "Automated Testing" project for the GSOC 2013. For that I am trying to create some unit test cases as patches. I would like to know is there any specific phpunit library that the project is currently using or whether I can proceed with the latest version. Thank you Supun Nakandala

Supun Nakandala a écrit :
Hi Devs, I am Supun Nakandala, third year undergraduate from Department of Computer Science, University of Moratuwa. I am hoping to work for the "Automated Testing" project for the GSOC 2013. For that I am trying to create some unit test cases as patches. I would like to know is there any specific phpunit library that the project is currently using or whether I can proceed with the latest version.
Thank you Supun Nakandala
Hi, please refer to [0] for the testing environment, it should suffice for now. By the way, I am using phpunit 3.6.10. Not sure if someone on the team is using a more recent version. [0] http://wiki.phpmyadmin.net/pma/TestingEnvironment -- Marc Delisle http://infomarc.info

Hi devs, I set up the testing environment and tried to execute the existing selenium test. But none of them was successful and ended up in resulting various errors. I would like to know whether these tests are working or whether they are obsolete so that I can provide a renewed version as a patch. On Fri, Feb 8, 2013 at 2:44 AM, Marc Delisle <marc@infomarc.info> wrote:
Supun Nakandala a écrit :
Hi Devs, I am Supun Nakandala, third year undergraduate from Department of Computer Science, University of Moratuwa. I am hoping to work for the "Automated Testing" project for the GSOC 2013. For that I am trying to create some unit test cases as patches. I would like to know is there any specific phpunit library that the project is currently using or whether I can proceed with the latest version.
Thank you Supun Nakandala
Hi, please refer to [0] for the testing environment, it should suffice for now. By the way, I am using phpunit 3.6.10. Not sure if someone on the team is using a more recent version.
[0] http://wiki.phpmyadmin.net/pma/TestingEnvironment
-- Marc Delisle http://infomarc.info
------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa

On 02/08/2013 04:15 PM, Supun Nakandala wrote:
Hi devs, I set up the testing environment and tried to execute the existing selenium test. But none of them was successful and ended up in resulting various errors. I would like to know whether these tests are working or whether they are obsolete so that I can provide a renewed version as a patch.
The tests run fine, see [0] and [1]. Must be an issue in your setup... Bye, Rouslan [0]: http://ci.phpmyadmin.net/ [1]: http://ci.phpmyadmin.net/job/phpMyAdmin/

Hi devs, I set up the testing environment as described in [0] and tried to execute the following command [1]. But this gives this error[2] [0] - http://wiki.phpmyadmin.net/pma/TestingEnvironment [1] - $ cd <pma_dir> , $ phpunit [2] - https://gist.github.com/anonymous/4744831 Can someone tell me what is going wrong here Thank You Regards Supun On Fri, Feb 8, 2013 at 9:48 PM, Rouslan Placella <rouslan@placella.com>wrote:
On 02/08/2013 04:15 PM, Supun Nakandala wrote:
Hi devs, I set up the testing environment and tried to execute the existing selenium test. But none of them was successful and ended up in resulting various errors. I would like to know whether these tests are working or whether they are obsolete so that I can provide a renewed version as a patch.
The tests run fine, see [0] and [1]. Must be an issue in your setup...
Bye, Rouslan
[0]: http://ci.phpmyadmin.net/ [1]: http://ci.phpmyadmin.net/job/phpMyAdmin/
------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa

Le 2013-02-09 05:53, Supun Nakandala a écrit :
Hi devs, I set up the testing environment as described in [0] and tried to execute the following command [1]. But this gives this error[2]
[0] - http://wiki.phpmyadmin.net/pma/TestingEnvironment
[1] - $ cd <pma_dir> , $ phpunit
[2] - https://gist.github.com/anonymous/4744831
Can someone tell me what is going wrong here
You have a permission problem with your sessions directory (see line 3 in your gist). -- Marc Delisle http://infomarc.info

Hi Marc, I managed to solve the permission problem. But the error still prevails. I have attached the error here[0] [0] - https://gist.github.com/anonymous/4745328 Thank you Regards Supun On Sat, Feb 9, 2013 at 5:07 PM, Marc Delisle <marc@infomarc.info> wrote:
Le 2013-02-09 05:53, Supun Nakandala a écrit :
Hi devs, I set up the testing environment as described in [0] and tried to execute the following command [1]. But this gives this error[2]
[0] - http://wiki.phpmyadmin.net/pma/TestingEnvironment
[1] - $ cd <pma_dir> , $ phpunit
[2] - https://gist.github.com/anonymous/4744831
Can someone tell me what is going wrong here
You have a permission problem with your sessions directory (see line 3 in your gist).
-- Marc Delisle http://infomarc.info
------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa

Le 2013-02-09 08:47, Supun Nakandala a écrit :
Hi Marc, I managed to solve the permission problem. But the error still prevails. I have attached the error here[0]
Hi, which MySQL version is this? -- Marc Delisle http://infomarc.info

On Sat, Feb 9, 2013 at 9:51 PM, Marc Delisle <marc@infomarc.info> wrote:
Le 2013-02-09 08:47, Supun Nakandala a écrit :
Hi Marc, I managed to solve the permission problem. But the error still prevails. I have attached the error here[0]
Hi, which MySQL version is this?
-- Marc Delisle http://infomarc.info
------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
MySQL version is 5.5.8 -- Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa
participants (3)
-
Marc Delisle
-
Rouslan Placella
-
Supun Nakandala