You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/08/23 12:16:56 UTC

svn commit: r1805890 - /subversion/branches/addremove/subversion/tests/libsvn_wc/wc-queries-test.c

Author: stsp
Date: Wed Aug 23 12:16:56 2017
New Revision: 1805890

URL: http://svn.apache.org/viewvc?rev=1805890&view=rev
Log:
On the addremove branch, fix a test failure.

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

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

Modified: subversion/branches/addremove/subversion/tests/libsvn_wc/wc-queries-test.c
URL: http://svn.apache.org/viewvc/subversion/branches/addremove/subversion/tests/libsvn_wc/wc-queries-test.c?rev=1805890&r1=1805889&r2=1805890&view=diff
==============================================================================
--- subversion/branches/addremove/subversion/tests/libsvn_wc/wc-queries-test.c (original)
+++ subversion/branches/addremove/subversion/tests/libsvn_wc/wc-queries-test.c Wed Aug 23 12:16:56 2017
@@ -102,6 +102,7 @@ static const int slow_statements[] =
   STMT_SELECT_DELETE_LIST,
   STMT_SELECT_UPDATE_MOVE_LIST,
   STMT_FIND_REPOS_PATH_IN_WC,
+  STMT_SELECT_BASE_NODES_BY_CHECKSUM,
 
   /* Designed as slow to avoid penalty on other queries */
   STMT_SELECT_UNREFERENCED_PRISTINES,