You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2019/10/22 17:49:01 UTC

[GitHub] [helix] pkuwm opened a new issue #521: Upgrade testng to fix unit test bugs

pkuwm opened a new issue #521: Upgrade testng to fix unit test bugs 
URL: https://github.com/apache/helix/issues/521
 
 
   Found a bug for assertEquals(map1, map2). When map1 is empty and map2 is not, assertEquals(map1, map2) could pass, which is supposed to fail.
   
   Current testng version is way too old: 6.0.1, which was released in Mar 24, 2011. The latest release version is 7.0.0 Aug 18, 2019. 
   
   I've verified 7.0.0 doesn't that the bug. We should upgrade testng to this version and fix at least the bug above.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org