15430: Fixes updated wb1 test that was migrated from using '@@' to 'ilike'.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 16 Aug 2021 18:31:56 +0000 (15:31 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 16 Aug 2021 19:00:44 +0000 (16:00 -0300)
commiteff1577ab3dd53a6d637da17f0ea51d0a44bdf65
treea1945d04bfc1f100fa45f44b174bfb74dd6d81f9
parentcdc228d1818f2714b988c58a7336ff80a911cf5a
15430: Fixes updated wb1 test that was migrated from using '@@' to 'ilike'.

It seems that the ordering isn't the same when using both operators as one
pipeline instance object wasn't getting listed after migration. Had to both
change the created_at and uuid fields to make it appear on the all_processes
page when passing 'ilike'.

This shouldn't be a problem, as we're actually using 'ilike' on the real wb1
page, it was just the test what was outdated.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
apps/workbench/test/controllers/work_units_controller_test.rb
apps/workbench/test/integration/work_units_test.rb
services/api/lib/record_filters.rb
services/api/test/fixtures/jobs.yml
services/api/test/fixtures/pipeline_instances.yml