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

tests: deflake migrater #5620

Merged
merged 1 commit into from
Dec 23, 2019
Merged

Commits on Dec 23, 2019

  1. tests: deflake migrater

    Fixes vitessio#5616
    After tablets are initialized, the shard master gets updated
    asynchronoysly. Sometimes, the test races ahead of that update and
    panics.
    
    Test is now changed to wait for shard masters to be udpated, and
    there's no defensive code in case the master is not set.
    
    Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
    sougou committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    64fd6ff View commit details
    Browse the repository at this point in the history