We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048a455 commit 0d3dd29Copy full SHA for 0d3dd29
tests/realtikvtest/ddltest/main_test.go
@@ -15,18 +15,13 @@
15
package ddltest
16
17
import (
18
- "flag"
19
"testing"
20
21
"github.com/pingcap/tidb/pkg/config"
22
"github.com/pingcap/tidb/tests/realtikvtest"
23
"github.com/pingcap/tidb/tests/realtikvtest/testutils"
24
)
25
26
-// FullMode is a flag identify it should be run in full mode.
27
-// In full mode, the test will run all the cases.
28
-var FullMode = flag.Bool("full-mode", false, "whether tests run in full mode")
29
-
30
func TestMain(m *testing.M) {
31
config.UpdateGlobal(func(conf *config.Config) {
32
conf.Store = config.StoreTypeTiKV
0 commit comments