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

[release-21.0] Fix flakiness in `TestListenerShutdown` (#17024) #17189

Open vitess-bot[bot] opened 1 week ago

vitess-bot[bot] commented 1 week ago

Description

This is a backport of #17024

vitess-bot[bot] commented 1 week ago

Hello @frouioui, there are conflicts in this backport.

Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually.

Make sure you replace origin by the name of the vitessio/vitess remote


git fetch --all
gh pr checkout 17189 -R vitessio/vitess
git reset --hard origin/release-21.0
git cherry-pick -m 1 2d1e96ac46641d660ee65e43ba69a156495e7b19
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