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 RD-10971 #439

Merged
merged 4 commits into from
Sep 5, 2024
Merged

Fixed RD-10971 #439

merged 4 commits into from
Sep 5, 2024

Conversation

bgaidioz
Copy link
Collaborator

@bgaidioz bgaidioz commented Jun 5, 2024

The crash was hit because we use token.toString when the token can be null. Instead I used String.valueOf(token).

Also added tests for bugs hit while debugging that.

@bgaidioz bgaidioz marked this pull request as ready for review August 28, 2024 10:20
@bgaidioz bgaidioz changed the title Preliminary work for RD-10971 Test code for RD-10971 Aug 28, 2024
}

// Fails because of RD-10971
ignore(
Copy link
Collaborator Author

@bgaidioz bgaidioz Sep 2, 2024

Choose a reason for hiding this comment

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

Add a test that mimics the actual RD-10971 bug (parsing an empty string as a collection of records).

And document the fix that was tried.

@bgaidioz bgaidioz changed the title Test code for RD-10971 Fixed RD-10971 Sep 5, 2024
Copy link
Contributor

@torcato torcato left a comment

Choose a reason for hiding this comment

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

LGTM

@bgaidioz bgaidioz merged commit c705a88 into main Sep 5, 2024
7 checks passed
@bgaidioz bgaidioz deleted the RD-10971 branch September 5, 2024 10:39
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.

2 participants