After working through unit tests and the builds are passing. I am working on adding an integration step to the build pipeline.
Looks like there are a few (4 tests) failing[1] on the integration suite. Let me know if anyone interested to look into them. It would really good to get integration tests enabled on develop. Below 4 tests needs to be analyzed and fixed: 1) LocatorLauncherJmxSerialFilterPropertyBlankIntegrationTest > startDoesNotConfigureJmxSerialFilter_whenPropertyIsBlank_onJava8 2) LocatorLauncherGlobalSerialFilterPropertyEmptyIntegrationTest > startDoesNotConfigureGlobalSerialFilter_whenPropertyIsEmpty 3) VersionCommandJUnitTest > initializationError 4) LoadClusterConfigFromDirInt > canStartWithDeployedJarInClusterConfig 1. https://github.com/apache/geode/actions/runs/3983609395/jobs/6829148633 Sai