mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
make diagnostics false in cluster test
This commit is contained in:
parent
0ac8648ea9
commit
673a290255
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ func newServer() (*server.Command, error) {
|
|||
|
||||
s.Config.GossipSeed = "localhost:" + s.Config.GossipPort
|
||||
s.Config.Cluster.Type = "gossip"
|
||||
s.Config.Metric.Diagnostics = false
|
||||
td, err := ioutil.TempDir("", "")
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "temp dir")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue