]> git.arvados.org - arvados.git/commit
3782: bugfix and added integration test
authorTim Pierce <twp@curoverse.com>
Wed, 1 Oct 2014 17:50:53 +0000 (13:50 -0400)
committerTim Pierce <twp@curoverse.com>
Wed, 1 Oct 2014 17:50:53 +0000 (13:50 -0400)
commit34e461fe9d33283d8e2135802ee9accb30a5e34f
tree8c49ec1ac8d3bece84ff59cc39e53657ce6260e1
parent3cdc055b90fd859cbd0e101becb4abd78f4d467f
3782: bugfix and added integration test

* Fixed bug where log viewer would always request partial log and receive
  206, even when total log size is shorter than log_viewer_max_bytes.
* Added integration tests:
** set up KEEP_LOCAL_STORE with dummy log
** test retrieving full job log
** test retrieving partial job log
apps/workbench/app/assets/javascripts/log_viewer.js
apps/workbench/app/views/jobs/_show_log.html.erb
apps/workbench/test/integration/jobs_test.rb
services/api/test/fixtures/collections.yml
services/api/test/fixtures/jobs.yml