-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
VReplication: End to End tests with a few related bug fixes #5935
Conversation
config/init_db.sql
Outdated
@@ -49,6 +49,9 @@ CREATE TABLE IF NOT EXISTS _vt.shard_metadata ( | |||
CREATE USER 'vt_dba'@'localhost'; | |||
GRANT ALL ON *.* TO 'vt_dba'@'localhost'; | |||
GRANT GRANT OPTION ON *.* TO 'vt_dba'@'localhost'; | |||
CREATE USER 'vt_dba'@'127.0.0.1'; |
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.
Is this change required for the tests to work?
Can you also verify that all your commits are signed? |
b06a74d
to
20161fb
Compare
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
…or materialized tables handled properly. Add JSON as VDiff output Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
…ion logs Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
b9c1dff
to
e703c9b
Compare
…the merged ones Signed-off-by: Rohit Nayak <rohit@planetscale.com>
config/init_db.sql
Outdated
@@ -49,6 +49,9 @@ CREATE TABLE IF NOT EXISTS _vt.shard_metadata ( | |||
CREATE USER 'vt_dba'@'localhost'; | |||
GRANT ALL ON *.* TO 'vt_dba'@'localhost'; | |||
GRANT GRANT OPTION ON *.* TO 'vt_dba'@'localhost'; | |||
#CREATE USER 'vt_dba'@'127.0.0.1'; |
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.
Many people use this config in production. So, it's better to delete the commented out code.
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.
Sorry, oversight. Meant to remove the lines after testing. Fixed.
Also, looks like there's a new data race in unit_race test. |
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
|
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
No description provided.