Re: [DISCUSS] is it time to make Windows tests gating?

2019-05-17 Thread Owen Nichols
Windows tests are now in the main pipeline. There are still a handful of intermittent failures, but generally I expect to see them mostly green. The increased visibility should help drive the process of shaking out any remaining issues. The shape of the main pipeline is now very tall, which m

Re: [DISCUSS] reduce PR checks to JDK11 only

2019-05-17 Thread Darrel Schneider
One problem with doing this, I think, is that we have some tests that are disabled unless run on 8. They are the analyze serializables tests. I'm not sure of the details but I think the "golden" checksums these tests compare to were generated from the byte codes from the jdk 8 class files. The byte

Re: some pages in the wiki may be not on the right place

2019-05-17 Thread Gang Yan
Hi Geode Dev updated table, to add 4 sub pages: original title original page traslated title translated page status last updated Replacing JGroups 2.2.9 https://cwiki.apache.org/confluence/display/GEODE/Replacing+JGroups+2.2.9 替换 JGroups 2.2.9 https://cwiki.apache.org/confluence/pages/viewpage.ac

some pages in the wiki may be not on the right place

2019-05-17 Thread Gang Yan
Hi Geode Dev some pages in wiki , are just a translation not a proposal. the pages are listed as follows, please focus on the column of "status" and "last updated": original title original page traslated title translated page status last updated Replacing JGroups 2.2.9 https://cwiki.apache.org/co

Re: [DISCUSS] is it time to make Windows tests gating?

2019-05-17 Thread Dan Smith
You're awesome Jens! -Dan On Fri, May 17, 2019 at 9:48 AM Jens Deppe wrote: > I fixed the first two and started ignoring > AvailablePortHelperIntegrationTest for Windows (Windows has a default > active port range wildly different than Linux which makes this test very > flaky, and since it's jus

Re: [DISCUSS] is it time to make Windows tests gating?

2019-05-17 Thread Jens Deppe
I fixed the first two and started ignoring AvailablePortHelperIntegrationTest for Windows (Windows has a default active port range wildly different than Linux which makes this test very flaky, and since it's just testing test code it seemed reasonable to ignore it). LauncherMemberMXBeanIntegration

Re: [DISCUSS] is it time to make Windows tests gating?

2019-05-17 Thread Dan Smith
Looking at the metrics for the windows jobs, it looks like the windows tests are mostly red due to a few specific tests. The acceptance and gfsh distributed tests jobs seem to be ok, it's just the unit tests and integration tests that have problems. It also looks like ExportConfigCommandTest stoppe