Description
Looking into hcfs tests I see that classname doesn't correspond to the file name (not big of a deal, but looks messy). Also, I've noticed that in some cases (like running the test from Groovy smoke env) one of the tests error out with this
org.codehaus.groovy.runtime.metaclass.MethodSelectionException: Could not find which method plus() to invoke from this list public groovy.lang.GString groovy.lang.GString#plus(groovy.lang.GString) public groovy.lang.GString groovy.lang.GString#pl org.codehaus.groovy.runtime.metaclass.MethodSelectionException: Could not find which method plus() to invoke from this listus(java.lang.String) public groovy.lang.GString groovy.lang.GString#plus(groovy.lang.GString) public groovy.lang.GString groovy.lang.GString#plus(java.lang.String)