[Erp5-report] r14181 - /erp5/trunk/utils/oood/testOoodHighLoad.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 24 02:37:03 CEST 2007


Author: bartek
Date: Tue Apr 24 02:37:02 2007
New Revision: 14181

URL: http://svn.erp5.org?rev=14181&view=rev
Log:
note for previous commit: returned integers are error codes returned by server and do not cause the test to fail

Modified:
    erp5/trunk/utils/oood/testOoodHighLoad.py

Modified: erp5/trunk/utils/oood/testOoodHighLoad.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/testOoodHighLoad.py?rev=14181&r1=14180&r2=14181&view=diff
==============================================================================
--- erp5/trunk/utils/oood/testOoodHighLoad.py (original)
+++ erp5/trunk/utils/oood/testOoodHighLoad.py Tue Apr 24 02:37:02 2007
@@ -31,6 +31,8 @@
   This test sends random numbers of random ODF files to oood, to convert them to random formats,
   all at random intervals. This is to simulate production environment.
   First it creates a list of all ODF docs which are in the system to pick up files from it.
+  Fails if server raises exception returns something which is not expected type, unless it is 
+  an integer which means an error code - the serwer had a problem and handled it properly.
 """
 
 import base64




More information about the Erp5-report mailing list