You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/20 16:24:38 UTC

[GitHub] [nifi-registry] thenatog commented on issue #259: NIFIREG-361 - Improved handling of the /access/logout endpoint.

thenatog commented on issue #259: NIFIREG-361 - Improved handling of the /access/logout endpoint.
URL: https://github.com/apache/nifi-registry/pull/259#issuecomment-589165845
 
 
   > @thenatog : looks good in my opinion, and I think the test failure is unrelated, could you confirm?
   > 
   > ```
   > Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.151 sec <<< FAILURE! - in org.apache.nifi.registry.web.api.BucketsIT
   > testCreateBucketGetBucket(org.apache.nifi.registry.web.api.BucketsIT)  Time elapsed: 0.124 sec  <<< ERROR!
   > javax.ws.rs.ClientErrorException: HTTP 409 Conflict
   > 	at org.glassfish.jersey.client.JerseyInvocation.createExceptionForFamily(JerseyInvocation.java:1122)
   > 	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:1105)
   > 	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:883)
   > 	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$1(JerseyInvocation.java:767)
   > 	at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
   > 	at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
   > 	at org.glassfish.jersey.internal.Errors.process(Errors.java:229)
   > 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:414)
   > 	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:765)
   > 	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:456)
   > 	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:357)
   > 	at org.apache.nifi.registry.web.api.BucketsIT.testCreateBucketGetBucket(BucketsIT.java:127)
   > ```
   
   I'm not seeing this error when I run the tests on my machine. Someone should confirm this.

----------------------------------------------------------------
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