Dmitry Kropachev drivers last 6 months


 0 Collaborator

 1 Patch
dfe11a8b671d76be6c4e90981a736325b0e4719b

dfe11a8b671d76be6c4e90981a736325b0e4719b | Author: Dmitry Kropachev <dmitry.kropachev@gmail.com>
 | 2024-09-14 06:43:15-04:00

    Fix CustomCcmRule to drop `CURRENT` flag no matter what
    
    If super.after() throws an Exception `CURRENT` flag is never dropped
    which leads next tests to fail with IllegalStateException("Attempting to use a Ccm rule while another is in use.  This is disallowed")
    
    Patch by Dmitry Kropachev; reviewed by Andy Tolbert and Bret McGuire for JAVA-3117