smolnar82 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_r335148303
 
 

 ##########
 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:
   Yes, I just wanted to reuse code...

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


With regards,
Apache Git Services

Reply via email to