eolivelli opened a new pull request #2266: Fix method order in order to make 
the execution of TestEntryLog predictable
URL: https://github.com/apache/bookkeeper/pull/2266
 
 
   ### Motivation
   
   TestEntyLog reuses the entryLogger variable across test methods execution, 
resulting in an unpredictable execution.
   We can at least make the test work consistently across environments using 
JUnit built-in FixMethodOrder annotation
   
   ### Changes
   @FixMethodOrder(MethodSorters.NAME_ASCENDING)
   
   Fixes #2260
   

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