(Translated by https://www.hiragana.jp/)
Gh-2840: MapStore MatchedVertex inconsistent by j69772 · Pull Request #3297 · gchq/Gaffer · GitHub
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

Gh-2840: MapStore MatchedVertex inconsistent #3297

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

j69772
Copy link
Member

@j69772 j69772 commented Sep 16, 2024

@cn337131 cn337131 changed the title Gh 2840 mapstore matchedvertex inconsistent Gh-2840: mapstore matchedvertex inconsistent Sep 16, 2024
@cn337131 cn337131 changed the title Gh-2840: mapstore matchedvertex inconsistent Gh-2840: MapStore MatchedVertex inconsistent Sep 16, 2024
@cn337131 cn337131 added bug Confirmed or suspected bug map-store Specific to/touches the map-store module labels Sep 16, 2024
@cn337131 cn337131 added this to the 2.3.1 milestone Sep 16, 2024
Comment on lines 544 to 545
assertThat(new String(JSONSerialiser.serialise(list.get(0), true))).isEqualTo(EXPECTED);
assertThat(new String(JSONSerialiser.serialise(list.get(0), true))).doesNotContain("matchedVertex");
Copy link
Member

Choose a reason for hiding this comment

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

It might be easier here to do the comparison as Element/Edge objects rather than the string representation

Copy link

sonarcloud bot commented Sep 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug map-store Specific to/touches the map-store module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Map store GetAllElements returns matchedVertex on Edge results
5 participants