built, ran unit tests, all good.
I also ran integrationTests locally (/gradlew integrationTest) on Mac and saw these failures 43 tests completed, 36 failed > Task :geode-memcached:integrationTest FAILED > Task :geode-core:integrationTest org.apache.geode.cache.client.ClientCacheFactoryJUnitTest > test000Defaults FAILED org.junit.ComparisonFailure: expected:<[[Echos-iMac.local/127.0.0.1]:40404]> but was:<[[10.0.0.110/10.0.0.110]:40404]> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.cache.client.ClientCacheFactoryJUnitTest.test000Defaults(ClientCacheFactoryJUnitTest.java:117) org.apache.geode.cache.client.ClientCacheFactoryJUnitTest > test005SecureUserDefaults FAILED org.junit.ComparisonFailure: expected:<[[Echos-iMac.local/127.0.0.1]:40404]> but was:<[[10.0.0.110/10.0.0.110]:40404]> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.cache.client.ClientCacheFactoryJUnitTest.test005SecureUserDefaults(ClientCacheFactoryJUnitTest.java:273) org.apache.geode.internal.ClassPathLoaderJUnitTest > redeployingParentClassDoesNotCauseSubclassIncompatibilities FAILED java.lang.ClassNotFoundException: jddunit.function.classB at org.apache.geode.internal.ClassPathLoader.forName(ClassPathLoader.java:186) at org.apache.geode.internal.ClassPathLoader$1.loadClass(ClassPathLoader.java:365) at org.apache.geode.internal.ClassPathLoaderJUnitTest.redeployingParentClassDoesNotCauseSubclassIncompatibilities(ClassPathLoaderJUnitTest.java:242) org.apache.geode.internal.AvailablePortJUnitTest > testIsPortAvailable FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.geode.internal.AvailablePortJUnitTest.testIsPortAvailable(AvailablePortJUnitTest.java:56) org.apache.geode.management.internal.cli.commands.GfshCommandIntegrationTest > invalidCommandWhenConnected FAILED org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.test.junit.rules.GfshCommandRule.connectAndVerify(GfshCommandRule.java:156) at org.apache.geode.management.internal.cli.commands.GfshCommandIntegrationTest.invalidCommandWhenConnected(GfshCommandIntegrationTest.java:71) 4489 tests completed, 5 failed, 84 skipped > Task :geode-core:integrationTest FAILED On Mon, Dec 23, 2019 at 4:21 PM Karen Miller <kmil...@apache.org> wrote: > +1 > My vote is only based on running the examples with RC 4. I didn't check > anything else. > > On Mon, Dec 23, 2019 at 3:09 PM Aaron Lindsey <aaronlind...@apache.org> > wrote: > > > The release notes section on the wiki just says "tbd". Also, I cannot > find > > Mark’s public key in any of the public PGP key servers (such as > > https://keyserver.ubuntu.com), but I did verify that the signatures in > > the source and binary distributions match the key that is listed in the > > geode KEYS file. > > > > Other than those 2 things, everything else looks good. I checked the > > following: > > > > - Built from source and ran unit tests > > - Used GFSH to create a locator and server and do some puts/gets > > - Checked version in GFSH > > - Built and ran all of the examples > > - Verified SHAs and signatures > > > > Aaron > > > > > On Dec 23, 2019, at 2:59 PM, Michael Oleske <mole...@pivotal.io> > wrote: > > > > > > +1 > > > > > > - ran `./gradlew build` on Geode 1.11.0.RC4 on Mac and Windows > > > - built Geode Native 1.11.0.RC4 against Geode 1.11.0.RC4 on Mac and > > Windows > > > - ran `ctest -L STABLE -C Debug` on cppcache/integration-test on Mac > and > > > Windows > > > - ran `ctest` on cppcache/integration/test on Mac and Windows (Did not > > test > > > IPV6 support as I don't generally use that) > > > - ran `ctest -L STABLE -C Debug` on clicache/integration-test on > Windows > > > - ran XUnit tests in Rider on clicache/integrations-test2 on Windows > > > - installed and built Geode Native 1.11.0.RC4 examples on Windows > > > > > > -michael > > > > > > > > > On Fri, Dec 20, 2019 at 2:49 PM Mark Hanson <mhan...@pivotal.io> > wrote: > > > > > >> Given it is the holidays, perhaps more time is in order. I am bumping > > the > > >> voting deadline to Friday, December 27th, 2019. > > >> > > >> Thanks, > > >> Mark > > >> > > >> > > >> > > >>> On Dec 20, 2019, at 2:46 PM, Mark Hanson <mhan...@pivotal.io> wrote: > > >>> > > >>> Subject: [VOTE] Apache Geode 1.11.0.RC4 > > >>> Hello Geode Dev Community, > > >>> > > >>> This is a release candidate for Apache Geode version 1.11.0.RC4. > > >>> Thanks to all the community members for their contributions to this > > >> release! > > >>> > > >>> Please do a review and give your feedback, including the checks you > > >> performed. > > >>> > > >>> Voting deadline: > > >>> 3PM PST Friday, December 27 2019. > > >>> > > >>> Please note that we are voting upon the source tag: > > >>> rel/v1.11.0.RC4 > > >>> > > >>> Release notes: > > >>> > > >> > > > https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.11.0 > > >>> > > >>> Source and binary distributions: > > >>> https://dist.apache.org/repos/dist/dev/geode/1.11.0.RC4/ > > >>> > > >>> Maven staging repo: > > >>> > https://repository.apache.org/content/repositories/orgapachegeode-1064 > > >>> > > >>> GitHub: > > >>> https://github.com/apache/geode/tree/rel/v1.11.0.RC4 > > >>> https://github.com/apache/geode-examples/tree/rel/v1.11.0.RC4 > > >>> https://github.com/apache/geode-native/tree/rel/v1.11.0.RC4 > > >>> > > >>> Pipelines: > > >>> > > >> > > > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-11-0-main > > >>> > > >> > > > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-release-1-11-0-rc > > >>> > > >>> Geode's KEYS file containing PGP keys we use to sign the release: > > >>> https://github.com/apache/geode/blob/develop/KEYS > > >>> > > >>> Command to run geode-examples: > > >>> ./gradlew -PgeodeReleaseUrl= > > >> https://dist.apache.org/repos/dist/dev/geode/1.11.0.RC4 > > >> -PgeodeRepositoryUrl= > > >> > https://repository.apache.org/content/repositories/orgapachegeode-1064 > > >> build runAll > > >>> > > >>> Regards > > >>> Mark Hanson > > >>> > > >> > > >> > > > > >