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

Fixed flaky tests #862

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

hpoettker
Copy link

@hpoettker hpoettker commented Sep 11, 2024

The tests previously tested assertions against the replica after executing changes in the source without waiting for the replication to converge.

At least on my machine, the tests currently fail at least a couple of times when executed in loops like

for i in $(seq 10); do prove t/pt-table-sync/pt-1256.t; done

or

for i in $(seq 10); do prove t/pt-table-sync/char_chunking.t; done

The code is my own creation and it can be distributed under the GPL2 licence.

  • The contributed code is licensed under GPL v2.0
  • Contributor Licence Agreement (CLA) is signed
  • util/update-modules has been ran
  • Documentation updated
  • Test suite update

@hpoettker hpoettker changed the title Fixed flaky test Fixed flaky tests Sep 11, 2024
The tests previously tested assertions against the replica after
executing changes in the source without waiting for the
replication to converge.
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.

1 participant