[ARVADOS] updated: 2.1.0-1171-gb06f6b12c

Git user git at public.arvados.org
Thu Aug 12 15:51:52 UTC 2021


Summary of changes:
 apps/workbench/test/controllers/work_units_controller_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  b06f6b12cdf299e7bfab67f9a83d647eacaecbbb (commit)
      from  6f06db5ead38db82e7ab1ca50cb7a12c9befe54c (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 b06f6b12cdf299e7bfab67f9a83d647eacaecbbb
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Aug 12 12:50:55 2021 -0300

    17948: Updates wb1 test so that it exercises the ilike operator instead of @@
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/apps/workbench/test/controllers/work_units_controller_test.rb b/apps/workbench/test/controllers/work_units_controller_test.rb
index 6f74955cd..375c65c9b 100644
--- a/apps/workbench/test/controllers/work_units_controller_test.rb
+++ b/apps/workbench/test/controllers/work_units_controller_test.rb
@@ -32,7 +32,7 @@ class WorkUnitsControllerTest < ActionController::TestCase
        '/container_requests/zzzzz-xvhdp-cr4completedcr2']],
   ].each do |search_filter, expected_min, expected_max, expected, not_expected|
     test "all_processes page for search filter '#{search_filter}'" do
-      work_units_index(filters: [['any','@@', search_filter]], show_children: true)
+      work_units_index(filters: [['any','ilike', "%#{search_filter}%"]], show_children: true)
       assert_response :success
 
       # Verify that expected number of processes are found

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list