adutra commented on PR #2233: URL: https://github.com/apache/polaris/pull/2233#issuecomment-3146447024
> The failing test does not fail to me locally: `testCreateGcpCredentialsFromStaticToken` – I am investigating. > > EDIT: not failing anymore 😆 🤷♂️ Failing again :-( The error is: ``` Expecting actual: 1754133695923L to be between: [1754133696234L, 1754133697234L] ``` IOW, the token expires 311 milliseconds before the lowest bound. I think this test is probably flaky: If a GC pause happens between the token issuance and the call to `Instant.now()`, we can have more than 500 milliseconds of difference. I will provide a fix. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org