You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/10/06 17:01:14 UTC

svn commit: r1395083 - /subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c

Author: pburba
Date: Sat Oct  6 15:01:13 2012
New Revision: 1395083

URL: http://svn.apache.org/viewvc?rev=1395083&view=rev
Log:
On the auto-props-sdc branch: Add an upgrade only query to the list expected
slow queries.

* subversion/tests/libsvn_wc/wc-queries-test.c
  (slow_statements): Add STMT_SELECT_WCROOT_NODES.

Modified:
    subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c

Modified: subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c
URL: http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c?rev=1395083&r1=1395082&r2=1395083&view=diff
==============================================================================
--- subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c (original)
+++ subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c Sat Oct  6 15:01:13 2012
@@ -97,6 +97,9 @@ static const int slow_statements[] =
   /* Designed as slow to avoid penalty on other queries */
   STMT_SELECT_UNREFERENCED_PRISTINES,
 
+  /* Only runs once during upgrade. */
+  STMT_SELECT_WCROOT_NODES,
+
   /* Slow, but just if foreign keys are enabled:
    * STMT_DELETE_PRISTINE_IF_UNREFERENCED,
    */