[Erp5-report] r42707 ivan - in /erp5/trunk/bt5/erp5_km_ui_test: PathTemplateItem/portal_tes...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 27 14:39:41 CET 2011


Author: ivan
Date: Thu Jan 27 14:39:41 2011
New Revision: 42707

URL: http://svn.erp5.org?rev=42707&view=rev
Log:
Test with external site (an workaround until a proper solution is found).
Testing with current zope test runner (2.12) which has one thread only will cause inside the only running zope's thread an another request to same zope instance. Zope will accept this new request and wait for parent request to finish.As result it's a typical deadlock case which will last until some timeout is reached. This totally breaks test runner in zope 2.12.

Modified:
    erp5/trunk/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml
    erp5/trunk/bt5/erp5_km_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml?rev=42707&r1=42706&r2=42707&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml [utf8] Thu Jan 27 14:39:41 2011
@@ -64,7 +64,7 @@
 <tr>\n
   <td>type</td>\n
   <td>field_your_url</td>\n
-  <td>${base_url}/login_form</td>\n
+  <td>http://www.erp5.com/login_form</td>\n
 </tr>\n
 <tr>\n
   <td>clickAndWait</td>\n
@@ -140,7 +140,7 @@
 <tr>\n
   <td>type</td>\n
   <td>field_your_url</td>\n
-  <td>${base_url}/nosuch_view</td>\n
+  <td>http://www.erp5.com/nosuch_view</td>\n
 </tr>\n
 <tr>\n
   <td>clickAndWait</td>\n
@@ -157,8 +157,7 @@
 \n
 </tbody></table>\n
 </body>\n
-</html>\n
-
+</html>
 
 ]]></unicode> </value>
         </item>

Modified: erp5/trunk/bt5/erp5_km_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km_ui_test/bt/revision?rev=42707&r1=42706&r2=42707&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km_ui_test/bt/revision [utf8] Thu Jan 27 14:39:41 2011
@@ -1 +1 @@
-142
\ No newline at end of file
+143
\ No newline at end of file



More information about the Erp5-report mailing list