vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.67k stars 2.1k forks source link

VReplication Flaky Test fix: TestVtctldMigrateSharded #17182

Closed rohit-nayak-ps closed 4 days ago

rohit-nayak-ps commented 1 week ago

Description

TestVtctldMigrateSharded has been flaky for a while: https://app.launchableinc.com/organizations/vitess/workspaces/vitess-app/data/test-paths/class%3Dvreplication%23%23%23testcase%3DTestVtctldMigrateSharded. However it runs with no issues locally even with a significant number of runs.

Currently there are a lot of tests in the same test shard, which might account for the flakiness. We will try by moving TestMigrate(Un)Sharded to their own CI test 'shard' and monitor its flakiness.

Related Issue(s)

Checklist

Deployment Notes

vitess-bot[bot] commented 1 week ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility