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

Handle Blazegraph corruption of special characters #2848

Merged
merged 3 commits into from
Dec 25, 2023

Conversation

NZT48
Copy link
Collaborator

@NZT48 NZT48 commented Dec 25, 2023

Description

This PR handles situation when Blazegraph corrupts data on reading. This is affecting special characters like emojis, which are returned in format of \U0001f600 instead of 😀. Additionally, try-catch is added to avoid infinite loop of state finalized processing, which happens with unexpected errors like the one mentioned before.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Manual testing using DKG.js client
  • BDD tests

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@NZT48 NZT48 added the bug Something isn't working label Dec 25, 2023
@NZT48 NZT48 self-assigned this Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants