Skip to content

Commit

Permalink
move tidb to db/ (pingcap#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang authored May 17, 2018
1 parent 38fb0d8 commit 6e11f8a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
_ "github.com/siddontang/chaos/pkg/nemesis"

// register tidb
_ "github.com/siddontang/chaos/tidb"
_ "github.com/siddontang/chaos/db/tidb"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/tidb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
"syscall"
"time"

"github.com/siddontang/chaos/db/tidb"
"github.com/siddontang/chaos/pkg/control"
"github.com/siddontang/chaos/pkg/core"
"github.com/siddontang/chaos/pkg/history"
"github.com/siddontang/chaos/pkg/nemesis"
"github.com/siddontang/chaos/tidb"
)

var (
Expand Down
3 changes: 3 additions & 0 deletions db/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// db is the place to put the test databases.

package db
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6e11f8a

Please sign in to comment.