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

VReplication: End to End tests with a few related bug fixes #5935

Merged
merged 23 commits into from
Mar 24, 2020

Conversation

rohit-nayak-ps
Copy link
Contributor

No description provided.

@@ -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';
Copy link
Contributor

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?

@sougou
Copy link
Contributor

sougou commented Mar 20, 2020

Can you also verify that all your commits are signed?

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>
…the merged ones

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
@@ -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';
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@sougou
Copy link
Contributor

sougou commented Mar 22, 2020

Also, looks like there's a new data race in unit_race test.

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
@rohit-nayak-ps
Copy link
Contributor Author

Also, looks like there's a new data race in unit_race test.
Yes, wrongly scoped participants variable. Fixed and test passes now.

morgo and others added 2 commits March 23, 2020 15:32
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
@sougou sougou merged commit ffadb39 into vitessio:master Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants