-
Notifications
You must be signed in to change notification settings - Fork 617
DynamicLabels include non-dynamic label #2619
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
Comments
Update: from what I see in our tests, this only happens sometimes (25% - 50% of runs), making it very annoying to deal with |
IDK yet if relevant or not, but do these entities have |
michael-simons
added a commit
that referenced
this issue
Oct 27, 2022
In case another matching node description is found, the value of the `mostMatchingStaticLabels` must be updated. Fixes #2619. # Conflicts: # src/test/java/org/springframework/data/neo4j/integration/reactive/ReactiveDynamicLabelsIT.java # Conflicts: # src/main/java/org/springframework/data/neo4j/core/mapping/NodeDescriptionStore.java
michael-simons
added a commit
that referenced
this issue
Oct 27, 2022
In case another matching node description is found, the value of the `mostMatchingStaticLabels` must be updated. Fixes #2619. # Conflicts: # src/test/java/org/springframework/data/neo4j/integration/reactive/ReactiveDynamicLabelsIT.java
michael-simons
added a commit
that referenced
this issue
Oct 27, 2022
In case another matching node description is found, the value of the `mostMatchingStaticLabels` must be updated. Fixes #2619.
Thanks @SaschaPeukert for the report. This is fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given:
And a test something like this:
It appears that
dynamicLabels
now include "Test" and "Counter" which is not ideal.Seen with spring-boot 2.6.13 which uses spring-data-neo4j 6.2.9, I think
The text was updated successfully, but these errors were encountered: