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 2ed1798 commit e9a1f7fCopy full SHA for e9a1f7f
br/cmd/br/stream.go
@@ -21,6 +21,7 @@ import (
21
"github.com/pingcap/tidb/br/pkg/trace"
22
"github.com/pingcap/tidb/br/pkg/utils"
23
"github.com/pingcap/tidb/br/pkg/version/build"
24
+ "github.com/pingcap/tidb/session"
25
"github.com/spf13/cobra"
26
"sourcegraph.com/sourcegraph/appdash"
27
)
@@ -38,6 +39,7 @@ func NewStreamCommand() *cobra.Command {
38
39
build.LogInfo(build.BR)
40
utils.LogEnvVariables()
41
task.LogArguments(c)
42
+ session.DisableStats4Test()
43
return nil
44
},
45
}
0 commit comments