lhotari commented on PR #24818: URL: https://github.com/apache/pulsar/pull/24818#issuecomment-3377977421
> It appears that the test cases pull in some utils from common, which are expecting bookkeeper to be shaded in. Ran into same issue even when explicitly including the dependency with test scope. Unsure if we can actually remove bookkeeper from the client shading. Will experiment. Oh yes, there are a few dependencies that need to be shaded. The dependency graph shows them. Without having CLI access, your feedback loop is just going to be very long. > As for why I can't test locally - machine restrictions. I must pull dependencies via my company's proxy and some dependencies are not available on that proxy (funnily enough, partially due to the very vulnerabilities im trying to remove); even tried manually populating my cache and it still failed. My personal machine is a beater. I have been testing through CI on the PR I made in my fork There might be free VMs available. For example Google Cloud has free credits which will last long if you stop and start a VM when needed. There's also GitHub Codespaces which is fully automated pay-per-use with 60 hours free per month, that has terminal access too. Are you already using it besides GitHub Actions? -- 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]
