lhotari commented on issue #24924: URL: https://github.com/apache/pulsar/issues/24924#issuecomment-3479795988
> Thanks a lot for the instructions. Unfortunately, the provided steps did not help me validate the new tests > The integration tests fail during the sink creation/validation phase, before any actual data processing occurs. One possibility is that the test requires that full image `apachepulsar/pulsar-test-latest-version:latest` locally and doesn't work with the `apachepulsar/java-test-image:latest` image which is faster to build. > Basically, testing that commands Pulsar tests are running using the DataStax Cassandra driver that Pulsar uses. > I've tried to make the full testing infra run for a while, but couldn't get it to work. If there is a way to launch CI/CD pipeline for my branch, that would be amazing. Here is the PR for this change in the core project - [#24931](https://github.com/apache/pulsar/pull/24931) It seems that you didn't have actions enabled for your PR since no checks were run: https://github.com/andrii-kysylevskyi/pulsar/pull/1/checks ? The instructions are at https://pulsar.apache.org/contribute/personal-ci/ . You can validate the CI/CD pipeline in your forked repository first and iterate without waiting for someone to trigger a CI run in apache/pulsar. -- 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]
