andreachild commented on code in PR #3117:
URL: https://github.com/apache/tinkerpop/pull/3117#discussion_r2078579937


##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/Sum.feature:
##########
@@ -18,6 +18,17 @@
 @StepClassMap @StepSum
 Feature: Step - sum()
 
+  Scenario: g_V_sum_overflow_int
+    Given the modern graph
+    And the traversal of
+      """
+      g.inject(2147483647, 1).sum()

Review Comment:
   Please add more tests for different combinations of input types



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to