ctubbsii commented on code in PR #5839:
URL: https://github.com/apache/accumulo/pull/5839#discussion_r2308658855
##########
core/src/test/java/org/apache/accumulo/core/conf/PropertyTest.java:
##########
@@ -250,7 +250,7 @@ public void validatePropertyKeys() {
@Test
public void testAnnotations() {
- assertTrue(Property.GENERAL_VOLUME_CHOOSER.isExperimental());
+ assertFalse(Property.GENERAL_VOLUME_CHOOSER.isExperimental());
Review Comment:
This change removes the only test case for the isExperimental() method
returning true. Instead of negating the assertion, this should have changed the
property to one that still returns true.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]