pauloricardomg opened a new pull request, #364: URL: https://github.com/apache/cassandra-sidecar/pull/364
## Summary - Fix SpotBugs null pointer dereference warning in `ClusterOpsDatabaseAccessorIntegrationTest` by adding an explicit `assertThat(...).isNotNull()` before dereferencing the `findJob()` return value - Add `spotbugsIntegrationTest` to CircleCI and GitHub CI lightweight integration jobs so SpotBugs violations in integration test sources are caught in CI ## Context The `spotbugsIntegrationTest` task was not run in any CI pipeline: - GitHub CI unit-tests job runs `build -x integrationTest`, which skips integration test SpotBugs - CircleCI/GitHub integration test jobs only run `checkstyleIntegrationTest` and test execution tasks This allowed the SpotBugs violation to go undetected during commit. -- 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]

