Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning: optimize the estimated size #41943

Merged
merged 18 commits into from
Mar 14, 2023
Merged
Prev Previous commit
Next Next commit
fix message unit test
  • Loading branch information
okJiang committed Mar 8, 2023
commit 504942edb6397156e3c51f6cee5da04a84e993e1
2 changes: 1 addition & 1 deletion br/pkg/lightning/importer/table_import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ func (s *tableRestoreSuite) TestCheckClusterResource() {
[]byte(`{
"max-replicas": 1
}`),
"(.*)Please expand the storage(.*)",
"(.*)Please increase storage(.*)",
true,
0,
},
Expand Down