14873: Migrated functional tests to be integration tests.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Thu, 4 Apr 2019 19:11:55 +0000 (16:11 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Thu, 4 Apr 2019 19:11:55 +0000 (16:11 -0300)
commit49754950aa80cd1163a053de0f37d975c277e012
tree49259a6ce24fcac095ee20282ccb5d94747393e4
parent66cab5a1f2b24c903a1a1c8b2316cc8b3f35ce1b
14873: Migrated functional tests to be integration tests.

Making more than 1 request on functional tests produces issues hard
to debug. Instead, those kind of tests should be done as integration tests.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>
services/api/test/functional/arvados/v1/groups_controller_test.rb
services/api/test/functional/arvados/v1/jobs_controller_test.rb
services/api/test/integration/groups_test.rb
services/api/test/integration/jobs_api_test.rb