-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: add integration test for br #18797
brie: add integration test for br #18797
Conversation
12eb04e
to
24df6cf
Compare
Codecov Report
@@ Coverage Diff @@
## master #18797 +/- ##
===========================================
Coverage 79.2275% 79.2275%
===========================================
Files 545 545
Lines 147840 147840
===========================================
Hits 117130 117130
Misses 21305 21305
Partials 9405 9405 |
36282bb
to
5fa4aae
Compare
/run-check_dev_2 |
02d31cb
to
92e6461
Compare
/run-check_dev_2 |
session/session_test.go
Outdated
|
||
tk.MustQuery("select count(*) from t1").Check(testkit.Rows("3")) | ||
|
||
os.RemoveAll("/tmp/bk1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about using API like os.TempDir and path.Join to make the code more general?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea
2bf9ad1
to
53e75d3
Compare
/run-check_dev_2 |
LGTM |
lgtm |
LGTM |
@overvenus,Thanks for your review. However, LGTM is restricted to Reviewers or higher roles.See the corresponding SIG page for more information. Related SIGs: execution(slack). |
/merge |
/merge |
@zz-jason Oops! This PR requires at least 2 LGTMs to merge. The current number of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Co-authored-by: jebter <[email protected]>
Co-authored-by: jebter <[email protected]>
What problem does this PR solve?
Problem Summary: add BR integration for TiDB
What is changed and how it works?
What's Changed:
Related changes
Check List
Tests
Release note