From: John C. <joh...@ua...> - 2004-07-20 13:47:47
|
Reini, Is there a doc somewhere that describes how to run the unit tests? I'd be interested in trying to run them on my test machines. Thanks, John Cole -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Reini Urban Sent: Tuesday, July 20, 2004 3:10 AM To: php...@li... Subject: [Phpwiki-talk] 10 days absence Hi From 22.July to 1.August I'll be in Poland (Czieszyn), and will not be able to react on any support request. Known problems: * unit tests: The current CVS version still crashes on certain special operations, loading some old markup pages with dba and mysql. * mysql still uses far too much memory on 8M memory-limit systems. A pear system destructor hash was fixed recently (culprit #1), but there must be more references to huge objects on page iterations around, which prevent them from being garbage collected. Cheers, -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk ------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. |
From: Dan F. <dfr...@cs...> - 2004-07-20 14:49:06
|
John Cole wrote: >Reini, > Is there a doc somewhere that describes how to run the unit tests? I'd be >interested in trying to run them on my test machines. > >Thanks, > >John Cole > > John, tests/unit/readme.html. However, I must say I have not been able to run the tests completely successfully since Reini got his hands on them. :-) Seriously, I think he added some tests which fail for me. HOWEVER, it is possible that they are failing because of bugs he wishes to fix, so they may be working as designed. Dan >-----Original Message----- >From: php...@li... >[mailto:php...@li...]On Behalf Of Reini >Urban >Sent: Tuesday, July 20, 2004 3:10 AM >To: php...@li... >Subject: [Phpwiki-talk] 10 days absence > > >Hi > From 22.July to 1.August I'll be in Poland (Czieszyn), and will not be >able to react on any support request. > >Known problems: >* unit tests: The current CVS version still crashes on certain special >operations, loading some old markup pages with dba and mysql. > >* mysql still uses far too much memory on 8M memory-limit systems. >A pear system destructor hash was fixed recently (culprit #1), but there >must be more references to huge objects on page iterations around, which >prevent them from being garbage collected. > >Cheers, > > |
From: Reini U. <ru...@x-...> - 2004-07-21 07:06:00
|
Dan Frankowski schrieb: > John Cole wrote: >> Reini, >> Is there a doc somewhere that describes how to run the unit tests? >> I'd be interested in trying to run them on my test machines. > > John, > tests/unit/readme.html. from the cmd line or from the browser. > However, I must say I have not been able to run the tests completely > successfully since Reini got his hands on them. :-) Seriously, I think > he added some tests which fail for me. HOWEVER, it is possible that they > are failing because of bugs he wishes to fix, so they may be working as > designed. Absolutely. The new tests SetupWiki and DumpHtml are the most important. The tests are okay, phpwiki has a problem. > > Dan > >> -----Original Message----- >> From: php...@li... >> [mailto:php...@li...]On Behalf Of Reini >> Urban >> Sent: Tuesday, July 20, 2004 3:10 AM >> To: php...@li... >> Subject: [Phpwiki-talk] 10 days absence >> >> >> Hi >> From 22.July to 1.August I'll be in Poland (Czieszyn), and will not be >> able to react on any support request. >> >> Known problems: >> * unit tests: The current CVS version still crashes on certain special >> operations, loading some old markup pages with dba and mysql. >> >> * mysql still uses far too much memory on 8M memory-limit systems. >> A pear system destructor hash was fixed recently (culprit #1), but >> there must be more references to huge objects on page iterations >> around, which prevent them from being garbage collected. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |