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 CI runs by disabling flaky test class. #1958

Merged

Conversation

lauxjpn
Copy link
Collaborator

@lauxjpn lauxjpn commented Dec 11, 2024

There are two classes that can lead to a MySqlEndOfStreamException, if both test classes are included in the run:

  • RelationalModelBuilderTest.RelationalComplexTypeTestBase
  • RelationalModelBuilderTest.RelationalOwnedTypesTestBase

The exception is thrown for MySQL most of the time, though in rare cases also for MariaDB.
We disable RelationalModelBuilderTest.RelationalOwnedTypesTestBase for now.

@lauxjpn lauxjpn added this to the 9.0.0-alpha.1 milestone Dec 11, 2024
@lauxjpn lauxjpn self-assigned this Dec 11, 2024
@lauxjpn lauxjpn modified the milestones: 9.0.0-alpha.1, 9.0.0-preview.2.efcore.9.0.0 Dec 13, 2024
@lauxjpn lauxjpn merged commit bacd373 into PomeloFoundation:main Dec 13, 2024
19 checks passed
@lauxjpn lauxjpn deleted the test/mysqlendofstreamexception branch December 13, 2024 01:52
@lauxjpn lauxjpn restored the test/mysqlendofstreamexception branch December 13, 2024 01:54
@lauxjpn lauxjpn deleted the test/mysqlendofstreamexception branch December 13, 2024 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant