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

SchemaTemplateSerDeTests: Replace ibm's Pair with our NonnullPair #3248

Merged
merged 2 commits into from
Mar 17, 2025

Conversation

ScottDugas
Copy link
Collaborator

com.ibm.icu.impl.Pair does not have a toString implementation which does not make it conducive to parameterized test arguments.

I did a search for other references to that Pair class, and did not find anything.

This will help us understand what arguments are being provided for: #3247 that cause it to fail.

com.ibm.icu.impl.Pair does not have a toString implementation which
does not make it conducive to parameterized test arguments.
@ScottDugas ScottDugas added the testing improvement Change that improves our testing label Mar 17, 2025
@alecgrieser alecgrieser merged commit fe58468 into FoundationDB:main Mar 17, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing improvement Change that improves our testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants