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 DataRow issues related to serialization/deserialization #4078

Conversation

Youssef1313
Copy link
Member

No description provided.

@@ -28,20 +29,23 @@ public sealed class TestMethod : ITestMethod
private string? _declaringClassFullName;
private string? _declaringAssemblyName;

private static readonly ConcurrentDictionary<int, object?[]> DataDictionary = new();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notes:

  • This is bad. The dictionary in theory can grow up indefinitely.
  • This PR is mostly to open a discussion about the possibilities to improve the situation for some parameterized tests broken scenarios.

@Evangelink thoughts? I feel like some of the parameterized test issues could be fixable by trying to move forward in this direction without the need for breaking changes?

@Youssef1313
Copy link
Member Author

Closing for now per our discussion.

@Youssef1313 Youssef1313 deleted the improve-datarow-issues-serialization branch November 19, 2024 19:30
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