Skip to content

Commit

Permalink
br: enable toomanytests
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Aug 10, 2023
1 parent c7c7000 commit 2d92a99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/nogo_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,10 @@
".*test_/testmain\\.go$": "ignore generated code",
".*failpoint_binding__.go$": "ignore generated code",
"util/chunk": "ignore util/chunk",
"br/pkg/restore": "ignore br/pkg/restore"
"br/pkg/lightning/mydump/": "more than 50",
"br/pkg/lightning/importer/": "more than 50",
"br/pkg/lightning/backend/local/": "more than 50",
"br/pkg/restore/": "more than 50"
},
"only_files": {
"planer/core/casetest/binaryplan": "planer/core/casetest/binaryplan",
Expand Down Expand Up @@ -627,6 +630,7 @@
"executor/test/splittest": "executor/test/splittest",
"executor/test/tiflashtest": "executor/test/tiflashtest",
"executor/test/unstabletest": "executor/test/unstabletest",
"br/": "br code",
"session/test": "session/test code",
"ddl/tests": "ddl/tests code",
"disttask/": "disttask code",
Expand Down

0 comments on commit 2d92a99

Please sign in to comment.