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

Fix GitHub Actions Failure by Updating Test Code for PreviousGtidsEvent #468

Conversation

why-arong
Copy link
Contributor

PreviousGtidsEvent was recently added to the codebase, but the corresponding test cases in the TestBasicBinLogStreamReader class were not updated. This has been causing GitHub Actions to fail.

This PR fixes the issue by updating the test_allowed_event_list method in TestBasicBinLogStreamReader to include the correct expected lengths for _allowed_event_list.

Before the fix, the test expected lengths of 23, 22, and 22 for different scenarios. These have been corrected to 24, 23, and 23, respectively, to align with the addition of PreviousGtidsEvent.

@julien-duponchelle
Copy link
Owner

Oh right I solved conflicts by hand and didn't pay attention thanks !

@julien-duponchelle julien-duponchelle merged commit c977dd8 into julien-duponchelle:main Sep 3, 2023
4 checks passed
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.

None yet

2 participants