arvados.git
7 years ago10120: Print lines to stderr even when per-time-interval throttle is closed. 10120-crunch-dispatch-throttle-wip
Tom Clegg [Thu, 22 Sep 2016 19:04:08 +0000 (15:04 -0400)]
10120: Print lines to stderr even when per-time-interval throttle is closed.

7 years agocloses #10036
radhika [Thu, 22 Sep 2016 18:32:16 +0000 (14:32 -0400)]
closes #10036
Merge branch '10036-canceled-container-state'

7 years ago10036: Use status label "Ready" for a canceled container request (priority 0), when...
radhika [Thu, 22 Sep 2016 02:50:24 +0000 (22:50 -0400)]
10036: Use status label "Ready" for a canceled container request (priority 0), when it's container_uuid is in Queued or Locked states.

7 years agoMerge branch '10037-useless-progress-bar'
Lucas Di Pentima [Thu, 22 Sep 2016 17:02:34 +0000 (14:02 -0300)]
Merge branch '10037-useless-progress-bar'
Closes #10037

7 years ago10037: Merge branch 'master' into 10037-useless-progress-bar
Lucas Di Pentima [Thu, 22 Sep 2016 17:01:40 +0000 (14:01 -0300)]
10037: Merge branch 'master' into 10037-useless-progress-bar

7 years ago10037: Changed test name to something more appropiate.
Lucas Di Pentima [Thu, 22 Sep 2016 17:00:37 +0000 (14:00 -0300)]
10037: Changed test name to something more appropiate.

7 years agoMerge branch '10117-fuse-refcount' refs #10117
Peter Amstutz [Thu, 22 Sep 2016 16:39:44 +0000 (12:39 -0400)]
Merge branch '10117-fuse-refcount' refs #10117

7 years ago10117: Revert mistaken change to Gemfile.lock.
Peter Amstutz [Thu, 22 Sep 2016 16:38:17 +0000 (12:38 -0400)]
10117: Revert mistaken change to Gemfile.lock.

7 years ago10117: Tweak behavior of has_ref(). Fix naming of CacheTest.
Peter Amstutz [Thu, 22 Sep 2016 15:38:21 +0000 (11:38 -0400)]
10117: Tweak behavior of has_ref().  Fix naming of CacheTest.

7 years ago10037: Test enhancement to check for other statuses on the dashboard, also adding...
Lucas Di Pentima [Thu, 22 Sep 2016 15:31:23 +0000 (12:31 -0300)]
10037: Test enhancement to check for other statuses on the dashboard, also adding pipeline instances on those checks.

7 years agoUpdate cwltool again for bugfix, refs #10088
Peter Amstutz [Thu, 22 Sep 2016 13:57:56 +0000 (09:57 -0400)]
Update cwltool again for bugfix, refs #10088

7 years ago10037: Fixed alignment issues on the dashboard
Lucas Di Pentima [Thu, 22 Sep 2016 13:20:32 +0000 (10:20 -0300)]
10037: Fixed alignment issues on the dashboard

7 years ago10117: The check needs to be between clear() and the deletion from entries.
Peter Amstutz [Wed, 21 Sep 2016 22:10:54 +0000 (18:10 -0400)]
10117: The check needs to be between clear() and the deletion from entries.

7 years ago10117: Check that inode is in entries before trying to remove it, along with
Peter Amstutz [Wed, 21 Sep 2016 21:58:29 +0000 (17:58 -0400)]
10117: Check that inode is in entries before trying to remove it, along with
explanation why it is necessary.

7 years agoMerge branch '10029-wb-send-request-id'
Lucas Di Pentima [Wed, 21 Sep 2016 21:37:07 +0000 (18:37 -0300)]
Merge branch '10029-wb-send-request-id'
Closes #10029

7 years ago10029: Merge branch 'master' into 10029-wb-send-request-id
Lucas Di Pentima [Wed, 21 Sep 2016 21:36:04 +0000 (18:36 -0300)]
10029: Merge branch 'master' into 10029-wb-send-request-id

7 years ago10037: Fixed test because of the fixture dates changes made to allow some containers...
Lucas Di Pentima [Wed, 21 Sep 2016 21:20:20 +0000 (18:20 -0300)]
10037: Fixed test because of the fixture dates changes made to allow some containers to appear on the recent pipelines and processes list on the dashboard

7 years ago10037: Added test to check for progress bar showing only on running containers
Lucas Di Pentima [Wed, 21 Sep 2016 21:19:23 +0000 (18:19 -0300)]
10037: Added test to check for progress bar showing only on running containers

7 years ago10117: OrderedDict preserves insertion order, so use inode as key instead of cache_pr...
Peter Amstutz [Wed, 21 Sep 2016 19:51:34 +0000 (15:51 -0400)]
10117: OrderedDict preserves insertion order, so use inode as key instead of cache_priority.

7 years ago10117: Restore original semantics of invalidate() and add code comment, add
Peter Amstutz [Wed, 21 Sep 2016 18:55:53 +0000 (14:55 -0400)]
10117: Restore original semantics of invalidate() and add code comment, add
kernel_invalidate().

7 years ago10117: Additional refinement: a directory not in use but still referenced needs
Peter Amstutz [Wed, 21 Sep 2016 18:17:51 +0000 (14:17 -0400)]
10117: Additional refinement: a directory not in use but still referenced needs
to be invalidated before it can be cleared so that the kernel releases its
references.

7 years ago10117: Consider both use_count and ref_count and check subdirectories to determine...
Peter Amstutz [Wed, 21 Sep 2016 15:13:32 +0000 (11:13 -0400)]
10117: Consider both use_count and ref_count and check subdirectories to determine if it is safe to evict directory contents from cache.

7 years ago10029: Some changes/improvements described as follows:
Lucas Di Pentima [Wed, 21 Sep 2016 15:14:13 +0000 (12:14 -0300)]
10029: Some changes/improvements described as follows:
* client_session_id renamed to current_request_id
* before_filter moved to be the first one
* request id clearing after lograge is done logging it
* added test to check for the request being cleared correctly
* corrected test that check for request_id being passed to the api server

7 years ago10037: Avoid showing progressbar on Workbench's Dashboard when a container is not...
Lucas Di Pentima [Wed, 21 Sep 2016 13:36:04 +0000 (10:36 -0300)]
10037: Avoid showing progressbar on Workbench's Dashboard when a container is not running, instead show it's state label.

7 years agoMerge branch '9957-keep-web-config' closes #9957
Tom Clegg [Wed, 21 Sep 2016 02:39:22 +0000 (22:39 -0400)]
Merge branch '9957-keep-web-config' closes #9957

7 years ago9957: Clarify AuthToken is not used.
Tom Clegg [Mon, 19 Sep 2016 18:16:14 +0000 (14:16 -0400)]
9957: Clarify AuthToken is not used.

7 years ago9957: Clarify anonymous token explanation.
Tom Clegg [Mon, 19 Sep 2016 17:55:08 +0000 (13:55 -0400)]
9957: Clarify anonymous token explanation.

7 years ago9957: Refactor keep-web to load config from a file, with legacy support for command...
Tom Clegg [Fri, 16 Sep 2016 03:41:39 +0000 (23:41 -0400)]
9957: Refactor keep-web to load config from a file, with legacy support for command line flags.

Add systemd unit file.

7 years agoUpdate cwltool version pin, refs #10088
Peter Amstutz [Tue, 20 Sep 2016 19:48:30 +0000 (15:48 -0400)]
Update cwltool version pin, refs #10088

7 years agoMerge branch '10088-raw-files' refs #10088
Peter Amstutz [Tue, 20 Sep 2016 12:22:25 +0000 (08:22 -0400)]
Merge branch '10088-raw-files' refs #10088

7 years agoMerge branch '9954-keep-balance-systemd' closes #9954
Tom Clegg [Mon, 19 Sep 2016 17:49:13 +0000 (13:49 -0400)]
Merge branch '9954-keep-balance-systemd' closes #9954

7 years agoMerge branch '10014-collection-error-detail' closes #10014
Tom Clegg [Mon, 19 Sep 2016 17:46:32 +0000 (13:46 -0400)]
Merge branch '10014-collection-error-detail' closes #10014

7 years ago10029: Added test to check for client_session_id parameter existence and format.
Lucas Di Pentima [Mon, 19 Sep 2016 17:43:12 +0000 (14:43 -0300)]
10029: Added test to check for client_session_id parameter existence and format.

7 years ago10014: Add error details. Use filesystem language ("directory") instead of "subcollec...
Tom Clegg [Fri, 16 Sep 2016 15:05:48 +0000 (11:05 -0400)]
10014: Add error details. Use filesystem language ("directory") instead of "subcollection".

7 years ago10014: Add details to various error messages.
Tom Clegg [Tue, 13 Sep 2016 20:25:36 +0000 (16:25 -0400)]
10014: Add details to various error messages.

7 years ago10088: Bump cwltool dependency for another bugfix to scandeps.
Peter Amstutz [Mon, 19 Sep 2016 15:35:17 +0000 (11:35 -0400)]
10088: Bump cwltool dependency for another bugfix to scandeps.

7 years ago10088: Bump cwltool dependency for bugfix to scandeps.
Peter Amstutz [Sun, 18 Sep 2016 01:26:36 +0000 (21:26 -0400)]
10088: Bump cwltool dependency for bugfix to scandeps.

7 years ago10088: upload_dependencies reads raw files to find actual dependencies
Peter Amstutz [Fri, 16 Sep 2016 21:37:13 +0000 (17:37 -0400)]
10088: upload_dependencies reads raw files to find actual dependencies

7 years ago10029: Added client_session_id to Workbench's client request log.
Lucas Di Pentima [Fri, 16 Sep 2016 17:59:12 +0000 (14:59 -0300)]
10029: Added client_session_id to Workbench's client request log.

7 years ago10029: Added a session id for every new workbench request, to be sent as a parameter...
Lucas Di Pentima [Thu, 15 Sep 2016 20:53:40 +0000 (17:53 -0300)]
10029: Added a session id for every new workbench request, to be sent as a parameter to the API server.

7 years agorefs #9835
radhika [Thu, 15 Sep 2016 15:33:52 +0000 (11:33 -0400)]
refs #9835
Merge branch '9835-container-reuse-doc'

7 years ago9836: Add container reuse to ContainerRequest documentation.
radhika [Wed, 14 Sep 2016 13:14:28 +0000 (09:14 -0400)]
9836: Add container reuse to ContainerRequest documentation.

7 years agoFix arvados-cwl-runner tests, refs #9766
Peter Amstutz [Thu, 15 Sep 2016 15:29:09 +0000 (11:29 -0400)]
Fix arvados-cwl-runner tests, refs #9766

7 years agoFix misake in arvados-cwl-runner upload_dependencies refactor. refs #9766
Peter Amstutz [Thu, 15 Sep 2016 14:27:12 +0000 (10:27 -0400)]
Fix misake in arvados-cwl-runner upload_dependencies refactor. refs #9766

7 years ago9954: Add systemd unit keep-balance.service.
Tom Clegg [Thu, 15 Sep 2016 14:27:32 +0000 (10:27 -0400)]
9954: Add systemd unit keep-balance.service.

7 years agoMerge branch '9986-fuse-retry-if-killed' closes #9986
Tom Clegg [Thu, 15 Sep 2016 13:50:15 +0000 (09:50 -0400)]
Merge branch '9986-fuse-retry-if-killed' closes #9986

7 years ago9986: Retry (up to 2 times) any python test suite killed by SIGKILL.
Tom Clegg [Wed, 14 Sep 2016 20:34:05 +0000 (16:34 -0400)]
9986: Retry (up to 2 times) any python test suite killed by SIGKILL.

7 years agoMerge branch '100032-cwl-metrics' refs #100032
Peter Amstutz [Wed, 14 Sep 2016 21:14:07 +0000 (17:14 -0400)]
Merge branch '100032-cwl-metrics' refs #100032

7 years ago100032: Add metrics to job submission in --debug mode.
Peter Amstutz [Wed, 14 Sep 2016 21:13:35 +0000 (17:13 -0400)]
100032: Add metrics to job submission in --debug mode.

7 years agoMerge branch '9766-register-workflow' closes #9766
Peter Amstutz [Wed, 14 Sep 2016 16:30:56 +0000 (12:30 -0400)]
Merge branch '9766-register-workflow' closes #9766

7 years agoMerge branch '9623-reuse-containers'
Lucas Di Pentima [Wed, 14 Sep 2016 16:22:57 +0000 (13:22 -0300)]
Merge branch '9623-reuse-containers'
Closes #9623

7 years agoMerge branch 'master' into 9623-reuse-containers
Lucas Di Pentima [Wed, 14 Sep 2016 16:20:49 +0000 (13:20 -0300)]
Merge branch 'master' into 9623-reuse-containers

7 years agoMerge branch '9986-fuse-test-deadlock' closes #9986
Tom Clegg [Wed, 14 Sep 2016 16:04:00 +0000 (12:04 -0400)]
Merge branch '9986-fuse-test-deadlock' closes #9986

7 years ago9986: Move llfuse thread-shutdown check into a "finally" block so it actually runs.
Tom Clegg [Wed, 14 Sep 2016 15:04:35 +0000 (11:04 -0400)]
9986: Move llfuse thread-shutdown check into a "finally" block so it actually runs.

7 years ago9986: Report actual thread shutdown wait if >0.1s (instead of just saying it took...
Tom Clegg [Wed, 14 Sep 2016 15:03:43 +0000 (11:03 -0400)]
9986: Report actual thread shutdown wait if >0.1s (instead of just saying it took >1s)

7 years ago9986: Kill test suite when danger of deadlock is detected.
Tom Clegg [Thu, 8 Sep 2016 18:26:58 +0000 (14:26 -0400)]
9986: Kill test suite when danger of deadlock is detected.

7 years ago9986: Share one multiprocessing pool with all IntegrationTests.
Tom Clegg [Thu, 8 Sep 2016 13:34:31 +0000 (09:34 -0400)]
9986: Share one multiprocessing pool with all IntegrationTests.

7 years ago9986: Send SIGKILL if llfuse thread does not join.
Tom Clegg [Thu, 8 Sep 2016 12:56:18 +0000 (08:56 -0400)]
9986: Send SIGKILL if llfuse thread does not join.

7 years ago9766: Fix test to expect yaml text.
Peter Amstutz [Wed, 14 Sep 2016 15:44:37 +0000 (11:44 -0400)]
9766: Fix test to expect yaml text.

7 years ago9623: Several fixes addressing review comments:
Lucas Di Pentima [Wed, 14 Sep 2016 15:43:55 +0000 (12:43 -0300)]
9623: Several fixes addressing review comments:
* Fixed ordering for completed containers selection
* Search for Locked or Queued containers in just one query
* Fixed several test issues

7 years ago9766: Rename metavar. Post packed yaml text instead of json. Adjust fixture
Peter Amstutz [Wed, 14 Sep 2016 15:38:13 +0000 (11:38 -0400)]
9766: Rename metavar.  Post packed yaml text instead of json.  Adjust fixture
to have similar form as posted by --create-workflow.  Fix fixture to be a
string instead of structured text.

7 years agocloses #9970
radhika [Wed, 14 Sep 2016 15:19:53 +0000 (11:19 -0400)]
closes #9970
Merge branch '9970-requesting-container-at-create'

7 years ago9970: Invalidate record if a requesting_container_uuid is provided at create.
radhika [Wed, 14 Sep 2016 14:03:26 +0000 (10:03 -0400)]
9970: Invalidate record if a requesting_container_uuid is provided at create.

7 years ago9623: Added test cases on container request to check for container reuse flow. Also...
Lucas Di Pentima [Wed, 14 Sep 2016 13:41:11 +0000 (10:41 -0300)]
9623: Added test cases on container request to check for container reuse flow. Also added more container reuse tests to cover missing cases.

7 years ago9623: Changed query strategy for better performance. Also fixed the case where state...
Lucas Di Pentima [Wed, 14 Sep 2016 12:39:43 +0000 (09:39 -0300)]
9623: Changed query strategy for better performance. Also fixed the case where state = complete and several containers were found with different outputs.

7 years ago9623: Fixed progress values to be between 0.0 and 1.0
Lucas Di Pentima [Wed, 14 Sep 2016 12:38:57 +0000 (09:38 -0300)]
9623: Fixed progress values to be between 0.0 and 1.0

7 years agoMerge branch 'master' into 9766-register-workflow
Peter Amstutz [Wed, 14 Sep 2016 12:35:15 +0000 (08:35 -0400)]
Merge branch 'master' into 9766-register-workflow

7 years ago9623: Container fixtures corrections.
Lucas Di Pentima [Wed, 14 Sep 2016 10:54:16 +0000 (07:54 -0300)]
9623: Container fixtures corrections.

7 years ago9623: Moved deep_sort_hash method to ArvadosModel as it's used by both Job and Contai...
Lucas Di Pentima [Wed, 14 Sep 2016 10:50:18 +0000 (07:50 -0300)]
9623: Moved deep_sort_hash method to ArvadosModel as it's used by both Job and Container classes.

7 years agocloses #9836
radhika [Tue, 13 Sep 2016 23:52:40 +0000 (19:52 -0400)]
closes #9836
Merge branch '9836-workflows-doc'

7 years agoMerge branch 'master' into 9836-workflows-doc
radhika [Tue, 13 Sep 2016 23:51:45 +0000 (19:51 -0400)]
Merge branch 'master' into 9836-workflows-doc

7 years agocloses #9835
radhika [Tue, 13 Sep 2016 23:50:47 +0000 (19:50 -0400)]
closes #9835
Merge branch '9835-container-api-doc'

7 years agoMerge branch 'master' into 9835-container-api-doc
radhika [Tue, 13 Sep 2016 23:50:27 +0000 (19:50 -0400)]
Merge branch 'master' into 9835-container-api-doc

7 years agoMerge branch 'master' into 9623-reuse-containers
Lucas Di Pentima [Tue, 13 Sep 2016 21:30:43 +0000 (18:30 -0300)]
Merge branch 'master' into 9623-reuse-containers

7 years agoFix typo, updated version on wrong package, refs #10013
Peter Amstutz [Tue, 13 Sep 2016 18:40:16 +0000 (14:40 -0400)]
Fix typo, updated version on wrong package, refs #10013

7 years agoUpdate cwltool version, refs #10013
Peter Amstutz [Tue, 13 Sep 2016 17:14:24 +0000 (13:14 -0400)]
Update cwltool version, refs #10013

7 years ago9836: Remove the workflow definition related discussion and provide a link to CWL...
radhika [Tue, 13 Sep 2016 16:32:20 +0000 (12:32 -0400)]
9836: Remove the workflow definition related discussion and provide a link to CWL instead.

7 years ago9835: mount_types improvements.
radhika [Tue, 13 Sep 2016 16:17:34 +0000 (12:17 -0400)]
9835: mount_types improvements.

7 years agoMerge branch '9924-revoked-working-slots' closes #9924
Peter Amstutz [Tue, 13 Sep 2016 14:05:09 +0000 (10:05 -0400)]
Merge branch '9924-revoked-working-slots' closes #9924

7 years ago9924: Tweak comment and remove superfluous variable assignment.
Peter Amstutz [Tue, 13 Sep 2016 14:04:43 +0000 (10:04 -0400)]
9924: Tweak comment and remove superfluous variable assignment.

7 years ago9924: Mark all slots as "failed" on "Unable to confirm allocation" error.
Peter Amstutz [Tue, 13 Sep 2016 02:13:11 +0000 (22:13 -0400)]
9924: Mark all slots as "failed" on "Unable to confirm allocation" error.

7 years agoMerge branch '10001-cwl-scatter' closes #10001
Peter Amstutz [Tue, 13 Sep 2016 01:53:59 +0000 (21:53 -0400)]
Merge branch '10001-cwl-scatter' closes #10001

7 years ago10001: Update cwltool dependency to get parallel scatter fixes.
Peter Amstutz [Tue, 13 Sep 2016 01:53:35 +0000 (21:53 -0400)]
10001: Update cwltool dependency to get parallel scatter fixes.

7 years agoMerge branch '10004-check-sinfo' closes #10004
Peter Amstutz [Tue, 13 Sep 2016 01:42:53 +0000 (21:42 -0400)]
Merge branch '10004-check-sinfo' closes #10004

7 years ago10004: Add comment documenting reason why check_sinfo is needed.
Peter Amstutz [Tue, 13 Sep 2016 01:42:26 +0000 (21:42 -0400)]
10004: Add comment documenting reason why check_sinfo is needed.

7 years ago9623: Restored changes to fixture file
Lucas Di Pentima [Mon, 12 Sep 2016 21:09:51 +0000 (18:09 -0300)]
9623: Restored changes to fixture file

7 years ago9623: Rewrote tests to avoid using fixture records.
Lucas Di Pentima [Mon, 12 Sep 2016 20:57:59 +0000 (17:57 -0300)]
9623: Rewrote tests to avoid using fixture records.

7 years ago9623: Removed fixtures additions meant for Container reuse tests because some of...
Lucas Di Pentima [Mon, 12 Sep 2016 20:55:07 +0000 (17:55 -0300)]
9623: Removed fixtures additions meant for Container reuse tests because some of them made other integration tests to fail.

7 years agoFix crash when pipeline template is not readable. refs #10003
Tom Clegg [Mon, 12 Sep 2016 20:53:55 +0000 (16:53 -0400)]
Fix crash when pipeline template is not readable. refs #10003

7 years ago10004: Add check_sinfo() to end srun_sync() if any of the allocated nodes are
Peter Amstutz [Mon, 12 Sep 2016 19:17:23 +0000 (15:17 -0400)]
10004: Add check_sinfo() to end srun_sync() if any of the allocated nodes are
no longer "alloc" according to sinfo.

7 years ago9836: Add workflow to api documentation.
radhika [Mon, 12 Sep 2016 17:49:35 +0000 (13:49 -0400)]
9836: Add workflow to api documentation.

7 years agocloses #10005
radhika [Fri, 9 Sep 2016 21:01:31 +0000 (17:01 -0400)]
closes #10005
Merge branch '10005-rename-workflow-in-workflow-as-definition'

7 years ago10005: update workflow fixture name and description as well and update workbench...
radhika [Fri, 9 Sep 2016 19:58:44 +0000 (15:58 -0400)]
10005: update workflow fixture name and description as well and update workbench invocations of workflow.workflow.

7 years ago10005: Rename workflow attribute in workflow object as definition.
radhika [Fri, 9 Sep 2016 19:06:29 +0000 (15:06 -0400)]
10005: Rename workflow attribute in workflow object as definition.

7 years ago9623: Added CR fixtures to make services/crunch-dispatch-local tests run OK again.
Lucas Di Pentima [Fri, 9 Sep 2016 15:35:45 +0000 (12:35 -0300)]
9623: Added CR fixtures to make services/crunch-dispatch-local tests run OK again.

7 years ago9835: more details such as mount_types added.
radhika [Fri, 9 Sep 2016 00:48:30 +0000 (20:48 -0400)]
9835: more details such as mount_types added.

7 years agoMerge branch '9898-container-lock-api'
Tom Clegg [Thu, 8 Sep 2016 23:19:42 +0000 (19:19 -0400)]
Merge branch '9898-container-lock-api'

closes #9898

7 years ago9623: Fixed test by avoiding Container reusability when calling create_minimal_req...
Lucas Di Pentima [Thu, 8 Sep 2016 21:54:41 +0000 (18:54 -0300)]
9623: Fixed test by avoiding Container reusability when calling create_minimal_req! multiple times with the same attributes.

7 years ago9623: Cleaned up references to local constants about Container's states. Added optimi...
Lucas Di Pentima [Thu, 8 Sep 2016 21:52:50 +0000 (18:52 -0300)]
9623: Cleaned up references to local constants about Container's states. Added optimizations on the serialized attributes sorting.

7 years ago9898: Update test for new response code.
Tom Clegg [Thu, 8 Sep 2016 21:09:26 +0000 (17:09 -0400)]
9898: Update test for new response code.