dan-s1 commented on PR #6720: URL: https://github.com/apache/nifi/pull/6720#issuecomment-1329588731
> Thanks for the updates @dan-s1, it looks like the latest commit build failed on the following unit test: > > ``` > Error: org.apache.nifi.authorization.AuthorizerFactoryTest.testUpdateUserWithSameIdentity Time elapsed: 0.511 s <<< ERROR! > java.lang.IllegalStateException: User/user group already exists with the identity 'xyz'. > at org.apache.nifi.authorization.AuthorizerFactory$1$1$1.updateUser(AuthorizerFactory.java:253) > at org.apache.nifi.authorization.AuthorizerFactoryTest.testUpdateUserWithSameIdentity(AuthorizerFactoryTest.java:216) > ``` Fixed. I forgot to remove those lines after I placed in assertThrows. -- 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]
