[ARVADOS] updated: fc8e572937f2fd61bdc1e7f34a2e3f9a5cebd7ff

git at public.curoverse.com git at public.curoverse.com
Mon Feb 9 23:39:38 EST 2015


Summary of changes:
 apps/workbench/Gemfile                         | 2 +-
 apps/workbench/test/performance_test_helper.rb | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

       via  fc8e572937f2fd61bdc1e7f34a2e3f9a5cebd7ff (commit)
       via  d65b683af52e072b3d179b6f32edfbf37e108011 (commit)
       via  c9f5db97ad5d853cc2f4636d0743037f6048ceeb (commit)
      from  c882575c856e01313cf2caf2e4ead1f27bfb33ae (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 fc8e572937f2fd61bdc1e7f34a2e3f9a5cebd7ff
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Feb 9 23:39:46 2015 -0500

    Fix typo.
    
    refs #4754

diff --git a/apps/workbench/test/performance_test_helper.rb b/apps/workbench/test/performance_test_helper.rb
index 7d335d8..1b6a1a6 100644
--- a/apps/workbench/test/performance_test_helper.rb
+++ b/apps/workbench/test/performance_test_helper.rb
@@ -1,6 +1,6 @@
 require 'integration_helper'
 
-# Performance test can run in two two different ways:
+# Performance test can run in two different ways:
 #
 # 1. Similar to other integration tests using the command:
 #     RAILS_ENV=test bundle exec rake test:benchmark

commit d65b683af52e072b3d179b6f32edfbf37e108011
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Feb 9 23:35:54 2015 -0500

    Also add minitest and friends to the performance group.
    
    Refs #4754

diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 5ed9340..d3746a8 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -33,7 +33,7 @@ group :development do
   gem 'flamegraph', require: false
 end
 
-group :test, :diagnostics do
+group :test, :diagnostics, :performance do
   gem 'minitest', '>= 5.0.0'
   gem 'selenium-webdriver'
   gem 'capybara'

commit c9f5db97ad5d853cc2f4636d0743037f6048ceeb
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Feb 9 23:32:23 2015 -0500

    Revert "We need tmp/cache to exist before we can run performance tests"
    
    refs #4754
    
    This reverts commit c882575c856e01313cf2caf2e4ead1f27bfb33ae.

diff --git a/apps/workbench/test/performance_test_helper.rb b/apps/workbench/test/performance_test_helper.rb
index e3da839..7d335d8 100644
--- a/apps/workbench/test/performance_test_helper.rb
+++ b/apps/workbench/test/performance_test_helper.rb
@@ -1,8 +1,5 @@
 require 'integration_helper'
 
-# We need tmp/cache to exist before we can run tests
-Rake::Task["tmp:create"].invoke
-
 # Performance test can run in two two different ways:
 #
 # 1. Similar to other integration tests using the command:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list