arvados.git
9 years agoMerge branch 'master' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 15:42:02 +0000 (10:42 -0500)]
Merge branch 'master' into 5110-workbench-full-text-search

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 15:41:44 +0000 (10:41 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago5037: Remove git tags from SDK version restrictions.
Tom Clegg [Tue, 10 Feb 2015 14:53:15 +0000 (09:53 -0500)]
5037: Remove git tags from SDK version restrictions.

9 years ago5037: Merge branch 'master' into 5037-nonocache
Tom Clegg [Tue, 10 Feb 2015 14:55:02 +0000 (09:55 -0500)]
5037: Merge branch 'master' into 5037-nonocache

9 years agoFix typo.
Ward Vandewege [Tue, 10 Feb 2015 04:39:46 +0000 (23:39 -0500)]
Fix typo.

refs #4754

9 years agoAlso add minitest and friends to the performance group.
Ward Vandewege [Tue, 10 Feb 2015 04:35:54 +0000 (23:35 -0500)]
Also add minitest and friends to the performance group.

Refs #4754

9 years agoRevert "We need tmp/cache to exist before we can run performance tests"
Ward Vandewege [Tue, 10 Feb 2015 04:32:23 +0000 (23:32 -0500)]
Revert "We need tmp/cache to exist before we can run performance tests"

refs #4754

This reverts commit c882575c856e01313cf2caf2e4ead1f27bfb33ae.

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 04:03:01 +0000 (23:03 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 04:02:39 +0000 (23:02 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years agoWe need tmp/cache to exist before we can run performance tests
Ward Vandewege [Tue, 10 Feb 2015 03:45:04 +0000 (22:45 -0500)]
We need tmp/cache to exist before we can run performance tests

refs #4754

9 years agoMake sure the performance testing gems are available when workbench is
Ward Vandewege [Tue, 10 Feb 2015 03:25:50 +0000 (22:25 -0500)]
Make sure the performance testing gems are available when workbench is
run in the performance rails environment.

refs #4754

9 years ago5110: full text search seems to treat '_' characters as spaces. Thus, when searched...
Radhika Chippada [Tue, 10 Feb 2015 02:50:41 +0000 (21:50 -0500)]
5110: full text search seems to treat '_' characters as spaces. Thus, when searched for 'pipeline_1', objects matching 'pipeline'
are also fetched since '1' is a common word and ignored. Hence, update the test to use more specific search filters.

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 02:36:07 +0000 (21:36 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years ago4523: add search test looking for '_' which is ignored by full text search.
Radhika Chippada [Tue, 10 Feb 2015 02:34:45 +0000 (21:34 -0500)]
4523: add search test looking for '_' which is ignored by full text search.

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 02:27:25 +0000 (21:27 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago5176: Update Gemfiles with current arvados gem.
Brett Smith [Tue, 10 Feb 2015 01:15:30 +0000 (20:15 -0500)]
5176: Update Gemfiles with current arvados gem.

Refs #5176.  Closes #5181.

9 years agoMerge branch '5176-escape-filenames'
Brett Smith [Tue, 10 Feb 2015 01:12:17 +0000 (20:12 -0500)]
Merge branch '5176-escape-filenames'

Closes #5176, #5180.

9 years ago5176: Update API Collections test to accommodate new fixtures.
Brett Smith [Tue, 10 Feb 2015 01:12:00 +0000 (20:12 -0500)]
5176: Update API Collections test to accommodate new fixtures.

9 years ago5110: append :* to search filter to enable prefix matching; server no longer does...
Radhika Chippada [Mon, 9 Feb 2015 23:33:25 +0000 (18:33 -0500)]
5110: append :* to search filter to enable prefix matching; server no longer does this and expects clients to append it as needed.

9 years ago5176: Update Gemfile.lock.
Tom Clegg [Mon, 9 Feb 2015 22:56:10 +0000 (17:56 -0500)]
5176: Update Gemfile.lock.

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Mon, 9 Feb 2015 22:48:55 +0000 (17:48 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Mon, 9 Feb 2015 22:47:19 +0000 (17:47 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago4523: update tests to include :* in the filters sent rather than expect server to...
Radhika Chippada [Mon, 9 Feb 2015 22:45:47 +0000 (17:45 -0500)]
4523: update tests to include :* in the filters sent rather than expect server to append it.

9 years ago5176: Update bundles.
Tom Clegg [Mon, 9 Feb 2015 22:45:25 +0000 (17:45 -0500)]
5176: Update bundles.

9 years ago5176: Fix broken fixtures, add tests.
Tom Clegg [Mon, 9 Feb 2015 22:34:41 +0000 (17:34 -0500)]
5176: Fix broken fixtures, add tests.

9 years agorefs #4926 #5072 Merge branch '4926-fix-imagesizes'
Nancy Ouyang [Mon, 9 Feb 2015 22:29:47 +0000 (17:29 -0500)]
refs #4926 #5072 Merge branch '4926-fix-imagesizes'

9 years agoMerge branch '4464-api-project-contents-wip'
Brett Smith [Mon, 9 Feb 2015 22:10:03 +0000 (17:10 -0500)]
Merge branch '4464-api-project-contents-wip'

Refs #4464.  Closes #5140.

9 years ago4464: Simplify API collection list method docs.
Brett Smith [Mon, 9 Feb 2015 21:40:08 +0000 (16:40 -0500)]
4464: Simplify API collection list method docs.

9 years ago4464: API group contents no longer include manifests.
Brett Smith [Thu, 5 Feb 2015 16:58:43 +0000 (11:58 -0500)]
4464: API group contents no longer include manifests.

This change achieves symmetry with the collections list method, which
doesn't return manifests unless you expressly request them.  We don't
have a good way to support the select parameter in group contents at
all right now, so this commit also makes that clear through the
discovery document, and documents the limitation.  This change should
help avoid performance problems like witnessed in #4464.

Some refactoring/clean-up to help support this change:

* Extract out a method that generates the full hash response to list
  @objects.  Reuse that code in the groups contents method.
* The collections controller had code to generate a list of a model's
  selectable attributes.  Move that to ArvadosModel and reuse it in
  the groups contents method.
* Make signatures consistent across all definitions of apply_filters
  and apply_where_limit_order_params.  The latter simply passes
  arguments to the former, so it can have the same signature, and it
  should respect the provided model_class argument the same way.  Same
  for the override in the users controller.

9 years ago4464: Document API group contents parameters.
Brett Smith [Wed, 4 Feb 2015 20:46:25 +0000 (15:46 -0500)]
4464: Document API group contents parameters.

9 years ago4464: Remove API group contents include_linked parameter.
Brett Smith [Wed, 4 Feb 2015 20:46:04 +0000 (15:46 -0500)]
4464: Remove API group contents include_linked parameter.

With Tom's permission.

9 years ago5176: Add more Ruby SDK tests for empty manifests.
Brett Smith [Mon, 9 Feb 2015 22:02:01 +0000 (17:02 -0500)]
5176: Add more Ruby SDK tests for empty manifests.

I wrote these while trying to diagnose other issues in the branch.
They didn't reveal anything directly, but it seems like a waste to
write tests and not commit them, so here they are.

9 years ago5175: Avoid egg_info name conflicts with pip.
Brett Smith [Mon, 9 Feb 2015 21:01:35 +0000 (16:01 -0500)]
5175: Avoid egg_info name conflicts with pip.

pip does its own subclassing of egg_info.  Installing with pip fails
if setup.py includes an egg_info class that is passed in as the
cmdclass for the egg_info command.  Avoid using that name to avoid
conflicts with pip.  Refs #5175.

9 years ago4523: update full text search record_filter to not append :* for prefix matching...
Radhika Chippada [Mon, 9 Feb 2015 20:23:00 +0000 (15:23 -0500)]
4523: update full text search record_filter to not append :* for prefix matching; instead expect client to append it as needed.

9 years agoMerge branch '5175-pep-440' refs #5175
Tom Clegg [Mon, 9 Feb 2015 18:28:55 +0000 (13:28 -0500)]
Merge branch '5175-pep-440' refs #5175

9 years ago5715: Sort imports.
Tom Clegg [Mon, 9 Feb 2015 18:28:38 +0000 (13:28 -0500)]
5715: Sort imports.

9 years ago5175: Revert change to find_packages(), it gets confused by run_test_server.py.
Tom Clegg [Mon, 9 Feb 2015 18:28:18 +0000 (13:28 -0500)]
5175: Revert change to find_packages(), it gets confused by run_test_server.py.

9 years ago5175: Include README for Node Manager packages.
Brett Smith [Mon, 9 Feb 2015 17:31:29 +0000 (12:31 -0500)]
5175: Include README for Node Manager packages.

9 years ago5175: Do not add +sha1 tag to Python packages ever.
Brett Smith [Mon, 9 Feb 2015 17:31:11 +0000 (12:31 -0500)]
5175: Do not add +sha1 tag to Python packages ever.

PEP 440 is clear that the local version tag is for distributors who
are patching an upstream release.  That's not us; we are the upstream
release.  "Local version identifiers SHOULD NOT be used for upstream
projects," so just don't do it.

This also lets us sidestep the issue of trying to parse sys.argv
behind setuptools' back.

Developers who want to keep their development builds distinct should
tag packages themselves with -b .devN.

9 years ago4523: Add tests for some edge cases.
Tom Clegg [Mon, 9 Feb 2015 17:10:29 +0000 (12:10 -0500)]
4523: Add tests for some edge cases.

9 years ago4523: Fix up whitespace.
Tom Clegg [Mon, 9 Feb 2015 17:05:16 +0000 (12:05 -0500)]
4523: Fix up whitespace.

9 years ago4523: Remove unneeded else.
Tom Clegg [Mon, 9 Feb 2015 15:42:22 +0000 (10:42 -0500)]
4523: Remove unneeded else.

9 years ago5176: Add spaces-in-filenames tests.
Tom Clegg [Mon, 9 Feb 2015 16:20:28 +0000 (11:20 -0500)]
5176: Add spaces-in-filenames tests.

9 years ago5176: Fix handling of escape sequences in manifest filenames.
Tom Clegg [Mon, 9 Feb 2015 15:49:13 +0000 (10:49 -0500)]
5176: Fix handling of escape sequences in manifest filenames.

9 years ago5110: clean up pipeline instances integration tests a bit. and remove a few of the...
Radhika Chippada [Mon, 9 Feb 2015 02:28:57 +0000 (21:28 -0500)]
5110: clean up pipeline instances integration tests a bit. and remove a few of the tests in
"scroll pipeline instances page for with search filter" that are neither searching nor scrolling.

9 years ago5175: Do not add +sha1 tag unless --sha1-tag flag given.
Tom Clegg [Sun, 8 Feb 2015 23:53:49 +0000 (18:53 -0500)]
5175: Do not add +sha1 tag unless --sha1-tag flag given.

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Sun, 8 Feb 2015 21:56:51 +0000 (16:56 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years ago4523: update full text search to append ':*' for each word to support a collection...
Radhika Chippada [Sun, 8 Feb 2015 21:22:07 +0000 (16:22 -0500)]
4523: update full text search to append ':*' for each word to support a collection file search such as dir_name_part space file_name_part.

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Sun, 8 Feb 2015 20:54:14 +0000 (15:54 -0500)]
Merge branch 'master' into 4523-full-text-search

Conflicts:
services/api/test/unit/collection_test.rb

9 years ago4958: Add tests.
Tom Clegg [Sun, 8 Feb 2015 08:46:34 +0000 (03:46 -0500)]
4958: Add tests.

9 years ago4958: Avoid squishing dax's aspect ratio when window is narrow.
Tom Clegg [Sat, 7 Feb 2015 22:21:14 +0000 (17:21 -0500)]
4958: Avoid squishing dax's aspect ratio when window is narrow.

9 years ago4958: Detect old browsers and recommend upgrading.
Tom Clegg [Sat, 7 Feb 2015 22:19:50 +0000 (17:19 -0500)]
4958: Detect old browsers and recommend upgrading.

We use a plain .js file in /public instead of the asset pipeline, and
don't rely on any JS libraries. This gives the error alert a much
better chance of working in a browser that can't even parse our
compiled/minified application.js.

9 years ago5030: Hide cpu/mem/io graph until data points arrive.
Tom Clegg [Sat, 7 Feb 2015 10:36:50 +0000 (05:36 -0500)]
5030: Hide cpu/mem/io graph until data points arrive.

9 years ago5030: Move log graph javascript into its own file.
Tom Clegg [Sat, 7 Feb 2015 10:15:31 +0000 (05:15 -0500)]
5030: Move log graph javascript into its own file.

9 years ago5037: Use a newer Python SDK (with no connection cache) instead of cache=False.
Tom Clegg [Sat, 7 Feb 2015 08:59:12 +0000 (03:59 -0500)]
5037: Use a newer Python SDK (with no connection cache) instead of cache=False.

9 years agoMerge branch '5011-arv-put-replication' closes #5011
Tom Clegg [Fri, 6 Feb 2015 22:53:33 +0000 (17:53 -0500)]
Merge branch '5011-arv-put-replication' closes #5011

9 years ago5011: Fix comment about when local_store_* methods get used.
Tom Clegg [Fri, 6 Feb 2015 22:53:02 +0000 (17:53 -0500)]
5011: Fix comment about when local_store_* methods get used.

9 years ago4926: Fixed images to be consistently 900x500
Nancy Ouyang [Fri, 6 Feb 2015 22:43:22 +0000 (17:43 -0500)]
4926: Fixed images to be consistently 900x500

9 years agoMerge branch '3021-leave-api-running' refs #3021
Tom Clegg [Fri, 6 Feb 2015 22:30:31 +0000 (17:30 -0500)]
Merge branch '3021-leave-api-running' refs #3021

9 years ago5110: use full text search operator '@@' instead of 'ilike'
Radhika Chippada [Fri, 6 Feb 2015 21:22:51 +0000 (16:22 -0500)]
5110: use full text search operator '@@' instead of 'ilike'

9 years ago4523: slightly modified full text search condition.
Radhika Chippada [Fri, 6 Feb 2015 21:15:23 +0000 (16:15 -0500)]
4523: slightly modified full text search condition.

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Fri, 6 Feb 2015 18:47:32 +0000 (13:47 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago5011: Merge branch 'master' into 5011-arv-put-replication
Tom Clegg [Fri, 6 Feb 2015 18:47:22 +0000 (13:47 -0500)]
5011: Merge branch 'master' into 5011-arv-put-replication

9 years ago4951: remove unused id from link
Radhika Chippada [Fri, 6 Feb 2015 18:43:11 +0000 (13:43 -0500)]
4951: remove unused id from link

9 years ago5011: Make docstring less scary.
Tom Clegg [Fri, 6 Feb 2015 18:42:00 +0000 (13:42 -0500)]
5011: Make docstring less scary.

9 years agoMerge branch 'master' into 4951-request-vm
Radhika Chippada [Fri, 6 Feb 2015 18:39:22 +0000 (13:39 -0500)]
Merge branch 'master' into 4951-request-vm

9 years ago4951: localStorage lookup much simplified and handled during page loading.
Radhika Chippada [Fri, 6 Feb 2015 18:38:18 +0000 (13:38 -0500)]
4951: localStorage lookup much simplified and handled during page loading.

9 years ago3021: Bugfix for arvados_fuse.TagsDirectory to correctly merge tag list updates
Peter Amstutz [Fri, 6 Feb 2015 18:34:43 +0000 (13:34 -0500)]
3021: Bugfix for arvados_fuse.TagsDirectory to correctly merge tag list updates
with existing TagsDirectory entries.

9 years ago3021: Use bind(0.0.0.0, 0) instead of grep /proc/net/tcp to find a port number.
Tom Clegg [Fri, 6 Feb 2015 17:46:57 +0000 (12:46 -0500)]
3021: Use bind(0.0.0.0, 0) instead of grep /proc/net/tcp to find a port number.

9 years agoRelax version limit of python-daemon dependencies.
Brett Smith [Fri, 6 Feb 2015 17:00:41 +0000 (12:00 -0500)]
Relax version limit of python-daemon dependencies.

We imposed this limit in 9c2e673ba96ba5d11e56a4aba67157e64dfe01e2.
The issues seem to be ironed out as of version 2.0.4.  See:

* <http://lists.alioth.debian.org/pipermail/python-daemon-devel/2015-January/000114.html>
* <https://bitbucket.org/pypa/setuptools/issue/338/__future__-imports-are-not-effective-in>

No issue #.

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Fri, 6 Feb 2015 13:56:09 +0000 (08:56 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago4951: actually add test assertion to verify that request access button was no longer...
Radhika Chippada [Fri, 6 Feb 2015 13:02:52 +0000 (08:02 -0500)]
4951: actually add test assertion to verify that request access button was no longer displayed after a request was made.

9 years ago4951: add test assertion to verify that request access button was no longer displayed...
Radhika Chippada [Fri, 6 Feb 2015 12:49:27 +0000 (07:49 -0500)]
4951: add test assertion to verify that request access button was no longer displayed after a request was made.

9 years agoMerge branch 'master' into 4951-request-vm
Radhika Chippada [Fri, 6 Feb 2015 12:36:15 +0000 (07:36 -0500)]
Merge branch 'master' into 4951-request-vm

9 years ago3021: Merge branch 'master' into 3021-leave-api-running
Tom Clegg [Fri, 6 Feb 2015 05:04:29 +0000 (00:04 -0500)]
3021: Merge branch 'master' into 3021-leave-api-running

Conflicts:
sdk/python/tests/test_websockets.py

9 years ago3021: We use passenger in dev and test environments, too.
Tom Clegg [Fri, 6 Feb 2015 04:59:35 +0000 (23:59 -0500)]
3021: We use passenger in dev and test environments, too.

9 years ago3021: Make sure any unexpected openssl output ends up on stderr.
Tom Clegg [Fri, 6 Feb 2015 01:37:48 +0000 (20:37 -0500)]
3021: Make sure any unexpected openssl output ends up on stderr.

9 years ago3021: Reduce race potential by resetting database after fuse unmounts.
Tom Clegg [Thu, 5 Feb 2015 23:31:12 +0000 (18:31 -0500)]
3021: Reduce race potential by resetting database after fuse unmounts.

9 years ago3021: Remove unused variable.
Tom Clegg [Thu, 5 Feb 2015 23:12:22 +0000 (18:12 -0500)]
3021: Remove unused variable.

9 years ago3021: Use kwargs to pass options through make_mount(). Dry up FuseTagsUpdateTest.
Tom Clegg [Thu, 5 Feb 2015 22:37:32 +0000 (17:37 -0500)]
3021: Use kwargs to pass options through make_mount(). Dry up FuseTagsUpdateTest.

9 years agoMerge branch '5141-workbench-numeric-inputs-wip'
Brett Smith [Thu, 5 Feb 2015 22:14:03 +0000 (17:14 -0500)]
Merge branch '5141-workbench-numeric-inputs-wip'

Closes #5141, #5143.

9 years ago5141: Workbench permits float values for number pipeline inputs.
Brett Smith [Thu, 5 Feb 2015 21:18:00 +0000 (16:18 -0500)]
5141: Workbench permits float values for number pipeline inputs.

Previously, when a pipeline input had the number dataclass, we
rendered the input form with type=number.  However, the Arvados number
dataclass is meant to allow all numeric types.  The HTML 5 number
input type only permits integers.

Unfortunately, X-Editable does not have any built-in validation for a
broader range of numeric types.  This commit simply removes any
validation.

9 years ago3021: Give up earlier if ARVADOS_TEST_API_HOST is set but reset() fails.
Tom Clegg [Thu, 5 Feb 2015 22:02:45 +0000 (17:02 -0500)]
3021: Give up earlier if ARVADOS_TEST_API_HOST is set but reset() fails.

9 years ago3021: Reset env vars in any reset(), not just in start().
Tom Clegg [Thu, 5 Feb 2015 22:02:16 +0000 (17:02 -0500)]
3021: Reset env vars in any reset(), not just in start().

9 years agoAvoid optional disk cache usage if it is owned by a different user. refs #2659.
Tom Clegg [Thu, 5 Feb 2015 21:22:34 +0000 (16:22 -0500)]
Avoid optional disk cache usage if it is owned by a different user. refs #2659.

9 years ago5135: Workbench consistently orders modal buttons.
Brett Smith [Thu, 5 Feb 2015 21:43:29 +0000 (16:43 -0500)]
5135: Workbench consistently orders modal buttons.

Primary buttons should be first from the right, following Bootstrap
conventions and Tom's edict.  Closes #5135.

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Thu, 5 Feb 2015 21:33:39 +0000 (16:33 -0500)]
Merge branch 'master' into 4523-full-text-search

Conflicts:
services/api/db/structure.sql

9 years ago4523: preparing to merge master
Radhika Chippada [Thu, 5 Feb 2015 21:29:56 +0000 (16:29 -0500)]
4523: preparing to merge master

9 years ago3021: Set env var to empty string instead of removing it. Unsetenv isn't worth introd...
Tom Clegg [Thu, 5 Feb 2015 21:29:27 +0000 (16:29 -0500)]
3021: Set env var to empty string instead of removing it. Unsetenv isn't worth introducing a dependency on Go 1.4.

9 years agoMerge branch 'master' into 4951-request-vm
Radhika Chippada [Thu, 5 Feb 2015 21:22:57 +0000 (16:22 -0500)]
Merge branch 'master' into 4951-request-vm

9 years ago5011: Add forward compatibility, so we don't need backward compatibility later.
Tom Clegg [Thu, 5 Feb 2015 21:22:20 +0000 (16:22 -0500)]
5011: Add forward compatibility, so we don't need backward compatibility later.

9 years ago4951: when a request for shell access is made, remember this in html5 localStorage...
Radhika Chippada [Thu, 5 Feb 2015 21:20:48 +0000 (16:20 -0500)]
4951: when a request for shell access is made, remember this in html5 localStorage so that on future revisits of the page (in the same browser) we can show an info message to that effect rather than showing the request button again.

9 years ago5011: Add tests and comments for redundancy vs. replication_desired attrs.
Tom Clegg [Thu, 5 Feb 2015 20:15:22 +0000 (15:15 -0500)]
5011: Add tests and comments for redundancy vs. replication_desired attrs.

9 years ago5011: Fix up docstring.
Tom Clegg [Thu, 5 Feb 2015 20:14:49 +0000 (15:14 -0500)]
5011: Fix up docstring.

9 years agoMerge branch '4472-save-partial-output' closes #4472
Tom Clegg [Thu, 5 Feb 2015 18:16:53 +0000 (13:16 -0500)]
Merge branch '4472-save-partial-output' closes #4472

9 years ago5011: Dry up three different solutions for mocking keep_services().accessible().
Tom Clegg [Thu, 5 Feb 2015 17:05:29 +0000 (12:05 -0500)]
5011: Dry up three different solutions for mocking keep_services().accessible().

9 years ago5011: Merge branch 'master' into 5011-arv-put-replication
Tom Clegg [Thu, 5 Feb 2015 14:40:25 +0000 (09:40 -0500)]
5011: Merge branch 'master' into 5011-arv-put-replication

9 years ago3021: In start(), if a stale server is already running (but we can't reset() it)...
Tom Clegg [Thu, 5 Feb 2015 02:28:52 +0000 (21:28 -0500)]
3021: In start(), if a stale server is already running (but we can't reset() it), kill it.

9 years ago3021: Check whether a randomly selected port is available before using it.
Tom Clegg [Thu, 5 Feb 2015 02:27:17 +0000 (21:27 -0500)]
3021: Check whether a randomly selected port is available before using it.

9 years ago3021: Don't worry about env vars, run_test_server.py does that.
Tom Clegg [Thu, 5 Feb 2015 02:25:53 +0000 (21:25 -0500)]
3021: Don't worry about env vars, run_test_server.py does that.