risdenk commented on a change in pull request #165: KNOX-2057 - Using unique 
table IDs through different test cases even if they are in different test 
classes (JVM is shared in during parallel execution)
URL: https://github.com/apache/knox/pull/165#discussion_r335147421
 
 

 ##########
 File path: 
gateway-shell/src/main/java/org/apache/knox/gateway/shell/table/KnoxShellTable.java
 ##########
 @@ -113,7 +112,7 @@ public long getId() {
   }
 
   public static KnoxShellTableBuilder builder() {
-    return new KnoxShellTableBuilder(getUniqueTableId());
+    return new KnoxShellTableBuilder();
   }
 
   static long getUniqueTableId() {
 
 Review comment:
   `static long getUniqueTableId()` but looks like it is used in tests.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to