smolnar82 opened a new 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
 
 
   ## What changes were proposed in this pull request?
   
   The Maven `surefire-plugin` reuse JVM forks by default which might end-up 
overwriting the KnoxShellTable call history with undesired value(s) during 
parallel execution. To avoid this we need to make sure to use unique table IDs 
in our tests.
   
   ## How was this patch tested?
   
   Ran JUnit tests locally (note: I did it previously many times but I couldn't 
reproduce this issue).
   
   Executed the same tests as described in #162 .

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