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

brie: support batch ddl for sql restore (#49089) #49849

Merged

fix realtikvtest

af5fec9
Select commit
Loading
Failed to load commit list.
Merged

brie: support batch ddl for sql restore (#49089) #49849

fix realtikvtest
af5fec9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 28, 2024 in 1s

50.5494% of diff hit (target 0.0000%)

View this Pull Request on Codecov

50.5494% of diff hit (target 0.0000%)

Annotations

Check warning on line 248 in br/pkg/restore/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

br/pkg/restore/client.go#L245-L248

Added lines #L245 - L248 were not covered by tests

Check warning on line 488 in br/pkg/restore/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

br/pkg/restore/client.go#L488

Added line #L488 was not covered by tests

Check warning on line 495 in br/pkg/restore/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

br/pkg/restore/client.go#L493-L495

Added lines #L493 - L495 were not covered by tests

Check warning on line 502 in br/pkg/restore/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

br/pkg/restore/client.go#L499-L502

Added lines #L499 - L502 were not covered by tests

Check warning on line 454 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L454

Added line #L454 was not covered by tests

Check warning on line 529 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L529

Added line #L529 was not covered by tests

Check warning on line 539 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L534-L539

Added lines #L534 - L539 were not covered by tests

Check warning on line 544 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L543-L544

Added lines #L543 - L544 were not covered by tests

Check warning on line 549 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L548-L549

Added lines #L548 - L549 were not covered by tests

Check warning on line 559 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L553-L559

Added lines #L553 - L559 were not covered by tests

Check warning on line 570 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L563-L570

Added lines #L563 - L570 were not covered by tests

Check warning on line 591 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L579-L591

Added lines #L579 - L591 were not covered by tests

Check warning on line 618 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L617-L618

Added lines #L617 - L618 were not covered by tests

Check warning on line 623 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L622-L623

Added lines #L622 - L623 were not covered by tests

Check warning on line 629 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L628-L629

Added lines #L628 - L629 were not covered by tests

Check warning on line 635 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L633-L635

Added lines #L633 - L635 were not covered by tests

Check warning on line 644 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L644

Added line #L644 was not covered by tests

Check warning on line 654 in executor/brie.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie.go#L653-L654

Added lines #L653 - L654 were not covered by tests

Check warning on line 50 in executor/brie_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie_utils.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 60 in executor/brie_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie_utils.go#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 83 in executor/brie_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie_utils.go#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 99 in executor/brie_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie_utils.go#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 138 in executor/brie_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie_utils.go#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 152 in executor/brie_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie_utils.go#L147-L152

Added lines #L147 - L152 were not covered by tests

Check warning on line 179 in executor/brie_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/brie_utils.go#L178-L179

Added lines #L178 - L179 were not covered by tests