You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test I introduced for #952 only works with reliable native ids. The reason is that it verifies correct behavior for the case when nodes and relationships in the query result have the same native ids.
Commit f59fadd (@meistermeier) changed the test so that it's now meaningless.
Either the test should be reverted to its original state (being well aware that it needs to be executed within a clean JVM, which is achieved via the Maven configuration that was introduced with the change).
Or another test strategy is needed that can achieve the required test setup from any previous state.
Niels
The text was updated successfully, but these errors were encountered:
The test I introduced for #952 only works with reliable native ids. The reason is that it verifies correct behavior for the case when nodes and relationships in the query result have the same native ids.
Commit f59fadd (@meistermeier) changed the test so that it's now meaningless.
Either the test should be reverted to its original state (being well aware that it needs to be executed within a clean JVM, which is achieved via the Maven configuration that was introduced with the change).
Or another test strategy is needed that can achieve the required test setup from any previous state.
Niels
The text was updated successfully, but these errors were encountered: