Skip to content

Commit

Permalink
tests: independent syncer region test
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch committed May 22, 2019
1 parent b6150ca commit caf25ca
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ package server_test

import (
"context"
"testing"
"time"

. "github.com/pingcap/check"
Expand All @@ -25,6 +26,18 @@ import (
"github.com/pingcap/pd/tests"
)

func Test(t *testing.T) {
TestingT(t)
}

var _ = Suite(&serverTestSuite{})

type serverTestSuite struct{}

func (s *serverTestSuite) SetUpSuite(c *C) {
server.EnableZap = true
}

type idAllocator struct {
id uint64
}
Expand Down

0 comments on commit caf25ca

Please sign in to comment.