Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Restore with lower case#240

Merged
3pointer merged 7 commits intomasterfrom
restore_with_lower_case
Apr 23, 2020
Merged

Restore with lower case#240
3pointer merged 7 commits intomasterfrom
restore_with_lower_case

Conversation

@3pointer
Copy link
Collaborator

@3pointer 3pointer commented Apr 20, 2020

What problem does this PR solve?

fix the issue that BR not support restore table with Upper table name.

What is changed and how it works?

add integration test for Upper table name.

Check List

Tests

  • Integration test

Related changes

  • Need to cherry-pick to the release branch

@codecov
Copy link

codecov bot commented Apr 20, 2020

Codecov Report

Merging #240 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #240   +/-   ##
=======================================
  Coverage   70.28%   70.28%           
=======================================
  Files          48       48           
  Lines        4786     4786           
=======================================
  Hits         3364     3364           
  Misses        976      976           
  Partials      446      446           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79a3a6e...db13cdf. Read the comment docs.

Copy link
Collaborator

@kennytm kennytm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break if the filter is set to case-sensitive. Please wait for the fix of the filter package instead.

@3pointer
Copy link
Collaborator Author

/run-all-tests

1 similar comment
@3pointer
Copy link
Collaborator Author

/run-all-tests

@IANTHEREAL
Copy link
Collaborator

LGTM

@3pointer 3pointer added the status/LGT1 LGTM1 label Apr 23, 2020
Copy link
Collaborator

@kennytm kennytm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@overvenus overvenus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@3pointer 3pointer merged commit 58c9d5f into master Apr 23, 2020
3pointer added a commit to 3pointer/br that referenced this pull request Apr 23, 2020
* restore: use lower string to filter since we use lower string to filter backup


Co-authored-by: kennytm <kennytm@gmail.com>
kennytm added a commit that referenced this pull request Apr 24, 2020
* Restore with lower case (#240)

* restore: use lower string to filter since we use lower string to filter backup


Co-authored-by: kennytm <kennytm@gmail.com>

* tools: replace retool by GO111MODULE (#244)

* tools: replace retool by GO111MODULE

* Makefile: temporarily shut up golangci-lint

Co-authored-by: kennytm <kennytm@gmail.com>
3pointer added a commit to 3pointer/br that referenced this pull request Apr 26, 2020
* restore: use lower string to filter since we use lower string to filter backup

Co-authored-by: kennytm <kennytm@gmail.com>
3pointer added a commit that referenced this pull request Apr 26, 2020
* backup: generate backupmeta when backup empty. (#235)

* cmd: don't use ':' in the default log file name (#236)

* Update build status badge (#239)

* tools: replace retool by GO111MODULE (#244)

* tools: replace retool by GO111MODULE

* Makefile: temporarily shut up golangci-lint

* Restore with lower case (#240)

* restore: use lower string to filter since we use lower string to filter backup

Co-authored-by: kennytm <kennytm@gmail.com>

* storage: support placing the S3/GCS options into the storage URL (#246)

* Rebase auto random counter after restore (#248)

* *: support auto random backup & restore

* update release 3.1

Co-authored-by: 山岚 <36239017+YuJuncen@users.noreply.github.com>
Co-authored-by: kennytm <kennytm@gmail.com>
Co-authored-by: Neil Shen <overvenus@gmail.com>
@overvenus overvenus deleted the restore_with_lower_case branch May 13, 2020 05:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants