Re: rewrite CI pipeline

2022-12-08 Thread Sai Boorlagadda
Seems like there are some environmental-related differences. On Thu, 8 Dec 2022 at 18:56, Sai Boorlagadda wrote: > Kirk, > > I updated the github pipeline[1] to run unit tests across multiple JDK > implementations on the different OS to figure out if there are any JDK/OS > differences and seems

Re: rewrite CI pipeline

2022-12-08 Thread Sai Boorlagadda
Kirk, I updated the github pipeline[1] to run unit tests across multiple JDK implementations on the different OS to figure out if there are any JDK/OS differences and seems like there are common tests that fail on GithubActions. Sai [1]

Re: rewrite CI pipeline

2022-12-08 Thread Kirk Lund
Hey Sai, Quick update on this. On my Mac, I'm able to build and run all unit tests without any failures using the very latest Oracle Java 8 JDK. I'll try OpenJDK and Azul next. I do have a number of IntegrationTest failures. Most are BindException failures because some process is already bound

Re: rewrite CI pipeline

2022-12-02 Thread Kirk Lund
Sai, I'll be able to spend some time this weekend on these failing tests. Hope to have some more news to share soon! -Kirk On Mon, Nov 21, 2022 at 4:35 PM Sai Boorlagadda wrote: > I was thinking it has to do with either JDK or ubuntu. I also tried > 'temurin' > and there were different sets of

Re: rewrite CI pipeline

2022-11-21 Thread Anthony Baker
I would not expect to see any differences between openjdk distributions. Anthony > On Nov 21, 2022, at 4:34 PM, Sai Boorlagadda > wrote: > > !! External Email > > I was thinking it has to do with either JDK or ubuntu. I also tried > 'temurin' > and there were different sets of errors. So to

Re: rewrite CI pipeline

2022-11-21 Thread Sai Boorlagadda
I was thinking it has to do with either JDK or ubuntu. I also tried 'temurin' and there were different sets of errors. So to see if the devs can shed some light on JDK dependency or any prior knowledge on choosing bellsoft distribution. Sai On Mon, 21 Nov 2022 at 16:25, Kirk Lund wrote: > It's

Re: rewrite CI pipeline

2022-11-21 Thread Kirk Lund
It's also possible that these issues are specific to using OpenJDK 8 or Ubuntu. I thought we were building and testing with CentOS before. On Mon, Nov 21, 2022 at 4:20 PM Kirk Lund wrote: > Looks like membership errors. Membership went through extensive changes to > be modularized as

Re: rewrite CI pipeline

2022-11-21 Thread Kirk Lund
Looks like membership errors. Membership went through extensive changes to be modularized as geode-membership, and VMware was still fixing some bugs in it when I left. These could be really difficult to solve for those of us who have no experience with the new membership. I wonder if we could

rewrite CI pipeline

2022-11-21 Thread Sai Boorlagadda
Hello devs, I started a parallel activity to tease out CI work on using ASF jenkins and also Github actions (though GHA has several issues). I wanted to provide some updates on these efforts and seek if others are interested to collaborate. Jenkins - Was waiting for INFRA to create a high level