ajantha-bhat opened a new issue, #6988:
URL: https://github.com/apache/iceberg/issues/6988

   ### Apache Iceberg version
   
   None
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   CI run with dummy PR:
   https://github.com/apache/iceberg/actions/runs/4315439240/jobs/7529817581
   
   ```
   TestRESTCatalog > testCatalogTokenRefreshFailsAndUsesCredentialForRefresh() 
FAILED
       org.mockito.exceptions.verification.TooFewActualInvocations: 
       rESTCatalogAdapter.execute(
           POST,
           "v1/oauth/tokens",
           <any>,
           <custom argument matcher>,
           class org.apache.iceberg.rest.responses.OAuthTokenResponse,
           {"Authorization" = "***"},
           <any>
       );
       Wanted 2 times:
       -> at 
org.apache.iceberg.rest.RESTCatalogAdapter.execute(RESTCatalogAdapter.java:374)
       But was 1 time:
       -> at 
org.apache.iceberg.rest.RESTCatalogAdapter.postForm(RESTCatalogAdapter.java:455)
           at 
org.apache.iceberg.rest.RESTCatalogAdapter.execute(RESTCatalogAdapter.java:374)
           at 
org.apache.iceberg.rest.TestRESTCatalog.testCatalogTokenRefreshFailsAndUsesCredentialForRefresh(TestRESTCatalog.java:1497)
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to