diff --git a/glide.lock b/glide.lock index 6cfc927b..caebc5f8 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: 11e6bd98c99ecd78b59d905847f46dd54ff2306035536eaa0754c8c4868870ed -updated: 2017-03-06T13:03:02.042405087-08:00 +hash: 48a2f456909edfb095bcd4d2ed59c220569bbbc2c9ab6fcc5bd94ed8bf6cb802 +updated: 2017-03-15T14:01:44.943466204-07:00 imports: - name: bitbucket.org/zombiezen/gopdf version: 1c63dc69751bc45441c2ce1f56b631c55294b4d5 @@ -21,7 +21,7 @@ imports: - name: github.com/cheggaaa/pb version: d7e6ca3010b6f084d8056847f55d7f572f180678 - name: github.com/coreos/etcd - version: 317f3571ff9407c17ad6fd68877c4e673954d25a + version: 5856c8bce9778a12d79038fdb1f3fba9416bd297 subpackages: - auth/authpb - client @@ -104,13 +104,13 @@ imports: - psn - schema - name: github.com/hashicorp/consul - version: db4f40f6f05d6ab6712951ad4e5f045f8e9e1c9c + version: 2f0650a987ea7c251bd58cb896bcbbdbceeec2f4 subpackages: - api - name: github.com/hashicorp/go-cleanhttp version: 3573b8b52aa7b37b9358d966a898feb387f62437 - name: github.com/hashicorp/serf - version: d787b2e8f72b5da48c43b84c2617234401084050 + version: 19f2c401e122352c047a84d6584dd51e2fb8fcc4 subpackages: - coordinate - name: github.com/inconshreveable/mousetrap @@ -139,7 +139,7 @@ imports: subpackages: - codec - name: golang.org/x/image - version: e6cbe778da3cea914ea6436d0f99309605c3dfc4 + version: 793f3be7dac93749dec06ae3fbe7d0ded4bdcf3d subpackages: - draw - font @@ -181,7 +181,7 @@ imports: - storage/v1 - transport - name: google.golang.org/appengine - version: 5403c08c6e8fb3b2dc1209d2d833d8e8ac8240de + version: b79c28f0197795b4050bfcd7c4c2209136c594b1 subpackages: - internal - internal/app_identity diff --git a/glide.yaml b/glide.yaml index 358ec969..b07516de 100644 --- a/glide.yaml +++ b/glide.yaml @@ -9,7 +9,7 @@ import: - package: github.com/cheggaaa/pb version: d7e6ca3010b6f084d8056847f55d7f572f180678 - package: github.com/coreos/etcd - version: 317f3571ff9407c17ad6fd68877c4e673954d25a + version: 5856c8bce9778a12d79038fdb1f3fba9416bd297 subpackages: - auth/authpb - client @@ -60,7 +60,7 @@ import: subpackages: - psn - package: github.com/hashicorp/consul - version: db4f40f6f05d6ab6712951ad4e5f045f8e9e1c9c + version: 2f0650a987ea7c251bd58cb896bcbbdbceeec2f4 subpackages: - api - package: github.com/samuel/go-zookeeper diff --git a/test-configs/01-write-1M-keys-client-variable.yaml b/test-configs/01-write-1M-keys-client-variable.yaml index efd2dec9..29f2ce13 100644 --- a/test-configs/01-write-1M-keys-client-variable.yaml +++ b/test-configs/01-write-1M-keys-client-variable.yaml @@ -3,7 +3,7 @@ test_description: | - Google Cloud Compute Engine - 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client) - Ubuntu 16.10 - - etcd tip (Go 1.8.0) + - etcd tip (Go 1.8.0, git SHA 5856c8bce9778a12d79038fdb1f3fba9416bd297) - Zookeeper r3.5.2-alpha - Java 8 - javac 1.8.0_121 diff --git a/test-configs/02-write-1M-keys-best-throughput.yaml b/test-configs/02-write-1M-keys-best-throughput.yaml index 6b3c8aef..e45e1219 100644 --- a/test-configs/02-write-1M-keys-best-throughput.yaml +++ b/test-configs/02-write-1M-keys-best-throughput.yaml @@ -3,7 +3,7 @@ test_description: | - Google Cloud Compute Engine - 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client) - Ubuntu 16.10 - - etcd tip (Go 1.8.0) + - etcd tip (Go 1.8.0, git SHA 5856c8bce9778a12d79038fdb1f3fba9416bd297) - Zookeeper r3.5.2-alpha - Java 8 - javac 1.8.0_121 diff --git a/test-configs/03-write-too-many-keys.yaml b/test-configs/03-write-too-many-keys.yaml index 3702c775..64a53bd7 100644 --- a/test-configs/03-write-too-many-keys.yaml +++ b/test-configs/03-write-too-many-keys.yaml @@ -3,7 +3,7 @@ test_description: | - Google Cloud Compute Engine - 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client) - Ubuntu 16.10 - - etcd tip (Go 1.8.0) + - etcd tip (Go 1.8.0, git SHA 5856c8bce9778a12d79038fdb1f3fba9416bd297) - Zookeeper r3.5.2-alpha - Java 8 - javac 1.8.0_121 diff --git a/test-configs/install-etcd.sh b/test-configs/install-etcd.sh index 3b3a7431..a844b485 100755 --- a/test-configs/install-etcd.sh +++ b/test-configs/install-etcd.sh @@ -2,37 +2,6 @@ set -e <