mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
14 lines
260 B
Go
14 lines
260 B
Go
package pilosa_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/molecula/featurebase/v3/test"
|
|
"github.com/molecula/featurebase/v3/vprint"
|
|
)
|
|
|
|
func TestEtcd_StartStop(t *testing.T) {
|
|
c := test.MustRunUnsharedCluster(t, 1)
|
|
err := c.Close()
|
|
vprint.VV("DONE %v", err)
|
|
}
|