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

Reparent test failures #6706

Closed
deepthi opened this issue Sep 11, 2020 · 0 comments · Fixed by #6726
Closed

Reparent test failures #6706

deepthi opened this issue Sep 11, 2020 · 0 comments · Fixed by #6726
Assignees
Milestone

Comments

@deepthi
Copy link
Member

deepthi commented Sep 11, 2020

There are a bunch of failures in this GH action run: https://github.com/vitessio/vitess/runs/1098675951

It turns out that schema tracking is creating errant GTIDs that then prevent us from performing replication related operations like ResetReplication and WaitForPosition.

To work around this temporarily, the fix is to disable schema tracking in https://github.com/vitessio/vitess/blob/master/go/test/endtoend/reparent/main_test.go like this:

		clusterInstance.VtTabletExtraArgs = []string{
			"-lock_tables_timeout", "5s",
			"-enable_semi_sync",
			"-track_schema_versions=false", // remove this line once https://github.com/vitessio/vitess/issues/6474 is fixed
		}

Once #6474 is fixed, the option line should be removed so that we can verify that schema tracking works well even when we reparent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants