nastra commented on PR #13186: URL: https://github.com/apache/iceberg/pull/13186#issuecomment-3645102366
> LGTM! Thanks for following up. > > One comment on removing the env vars for integration tests. I ran it again locally with > > ``` > AZURE_KEYVAULT_URL="https://icebergkeyvaulttest.vault.azure.net/" \ > ./gradlew :iceberg-azure:integrationTest --tests TestAzureKeyManagementClient --rerun-tasks > ``` > > It looks like the CI failed to due something unreleated > > ``` > TestRESTScanPlanning > scanPlanningWithBatchScan(Function) > [1] SYNCHRONOUS FAILED > java.lang.AssertionError: > Expected size: 1 but was: 0 in: > [] > at org.apache.iceberg.rest.TestRESTScanPlanning.scanPlanningWithBatchScan(TestRESTScanPlanning.java:364) > ``` > > If it happens again, perhaps we can rebase main That is currently a known test flakiness that @singhpk234 is looking into -- 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]
