andreachild commented on code in PR #3193: URL: https://github.com/apache/tinkerpop/pull/3193#discussion_r2291682096
########## gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/filter/Tail.feature: ########## @@ -239,11 +239,12 @@ Feature: Step - tail() | l[d[3].i] | # Test that Map local tail 1 - should still return single entry + # note that this test injects a map with a single entry as to not enforce an expected ordering Scenario: g_injectXa1_b2_c3X_tailXlocal_1X Given the empty graph And the traversal of """ - g.inject(["a": 1, "b": 2, "c": 3]).tail(Scope.local, 1) + g.inject(["c": 3]).tail(Scope.local, 1) Review Comment: I believe the ordering issue is not in the step but in the GLV step definition and result parsing. I didn't get a chance to troubleshoot it thoroughly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org