[ARVADOS] updated: 35c8b0a58073ab45912d794c90a4c40c17a371be

git at public.curoverse.com git at public.curoverse.com
Wed May 20 09:39:02 EDT 2015


Summary of changes:
 .../test/integration_performance/collections_perf_test.rb        | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

       via  35c8b0a58073ab45912d794c90a4c40c17a371be (commit)
      from  d144724e1b48fa10e28f1e0ddddf440c6ac90ee2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 35c8b0a58073ab45912d794c90a4c40c17a371be
Author: radhika <radhika at curoverse.com>
Date:   Wed May 20 08:13:14 2015 -0400

    integration_performance tests: add comment describing how to run the tests; also remove the ENV variable which is not needed
    since the tests in this directory will not be part of regular test run because it is not a standard rails test directory.

diff --git a/apps/workbench/test/integration_performance/collections_perf_test.rb b/apps/workbench/test/integration_performance/collections_perf_test.rb
index 2e80cd7..575a0a9 100644
--- a/apps/workbench/test/integration_performance/collections_perf_test.rb
+++ b/apps/workbench/test/integration_performance/collections_perf_test.rb
@@ -1,10 +1,15 @@
 require 'integration_helper'
 
+# The tests in the "integration_performance" dir are not included in regular
+#   build pipeline since it is not one of the "standard" test directories.
+#
+# To run tests in this directory use the following command:
+# ./run-tests.sh WORKSPACE=~/arvados --only apps/workbench apps/workbench_test="TEST=test/integration_performance/*.rb"
+#
+
 class CollectionsPerfTest < ActionDispatch::IntegrationTest
   setup do
     Capybara.current_driver = :rack_test
-
-    skip "ENV variable RUN_INTG_PERF_TESTS with value 'y' is not found" if !ENV["RUN_INTG_PERF_TESTS"].andand.start_with? 'y'
   end
 
   def create_large_collection size, file_name_prefix

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list