mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
remove unused env var from test
cluster.hosts is no longer a config option since move to etcd
This commit is contained in:
parent
53a33134d9
commit
b5dae698ff
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ func TestServerConfig(t *testing.T) {
|
|||
"--profile.mutex-fraction", "8290",
|
||||
},
|
||||
env: map[string]string{
|
||||
"PILOSA_CLUSTER_HOSTS": "localhost:1110,localhost:1111",
|
||||
"PILOSA_TRANSLATION_MAP_SIZE": "100000",
|
||||
"PILOSA_PROFILE_BLOCK_RATE": "9123",
|
||||
"PILOSA_PROFILE_MUTEX_FRACTION": "444",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue