Everything is green but the full build with the following > [INFO] *--- maven-failsafe-plugin:2.20:integration-test (default) @ > apache-tomee --- > *[WARNING] file.encoding cannot be set as system property, use > <argLine>-Dfile.encoding=...</argLine> instead[INFO] > [INFO] ------------------------------------------------------- > [INFO] T E S T S > [INFO] ------------------------------------------------------- > [INFO] Running org.apache.tomee.TomEECliIT > Must specify either a plain text to encrypt or a ciphered value to decrypt. > usage: cipher [options] <value> > > Uses a password cipher implementation to encrypt/decrypt a value. > -c,--cipher <c> Specifies the password cipher implementation to use > (default is Static3DES). > -d,--decrypt Switches command line tool to decrypt. > -e,--encrypt Switches command line tool to encrypt (default). > -h,--help Lists these options and exits. > > > Available ciphers are: cdi > [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.959 > s - in org.apache.tomee.TomEECliIT > [INFO] Running org.apache.tomee.RemoteTomEEEJBContainerIT > Oct 18, 2022 1:58:53 PM org.apache.openejb.client.EventLogger log > INFO: > RemoteInitialContextCreated{providerUri=http://localhost:33621/tomee/ejb}[ERROR] > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 300.028 s > <<< FAILURE! - in org.apache.tomee.RemoteTomEEEJBContainerIT[ERROR] > run(org.apache.tomee.RemoteTomEEEJBContainerIT) Time elapsed: 300.028 s <<< > ERROR!org.junit.runners.model.TestTimedOutException: test timed out after > 300000 milliseconds > at > app//org.apache.tomee.RemoteTomEEEJBContainerIT.run(RemoteTomEEEJBContainerIT.java:96) > > I stopped it and triggered a new one to see. Not sure why this one would start to get stuck.
-- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, Oct 18, 2022 at 7:55 PM David Blevins <david.blev...@gmail.com> wrote: > Yep. Also going to ignore for now -- looks like my YourKit license is > expired. > > Not sure why MyFaces took 105 seconds to do its thing. Really looking > forward to creating a TomEE 10 dist that has no front-end tech like JSF, > JSTL, JSP, etc. Should start up way faster. > > > -- > David Blevins > http://twitter.com/dblevins > http://www.tomitribe.com > > > On Oct 18, 2022, at 7:40 AM, Jean-Louis Monteiro < > jlmonte...@tomitribe.com> wrote: > > > > Yes I came to the same conclusion when I look at the logs even though I > did > > not open MyFaces or even try to understand. > > I remembered you saying it was 12 years old machines, so I was like, > let's > > be ok with it and increase the timeout a bit to wait until the server > > starts. > > > > As a quick and dirty fix it should work. We have other fixes to apply, > but > > we need 9 to be final and released. We can address more issues and do > more > > cleanup in 10 when catching up with Jakarta EE 10 > > -- > > Jean-Louis Monteiro > > http://twitter.com/jlouismonteiro > > http://www.tomitribe.com > > > > > > On Tue, Oct 18, 2022 at 4:36 PM David Blevins <david.blev...@gmail.com> > > wrote: > > > >> Thanks, Jean-Louis. > >> > >> I was just picking through the log output of one of the startup times > that > >> went over 1 minute. The only gap in log output is here, during the > MyFaces > >> startup. > >> > >> - > >> > https://gist.github.com/dblevins/201aafb0f507728a03489ab9dc8a1b02#file-encryptionalgorithmstest-long-startup-log-L102-L103 > >> > >> That accounts for basically 45 seconds of the startup. I've got MyFaces > >> code up and am digging through to see what I can find. > >> > >> The longer timeout should work to fix the test, just curious what the > heck > >> could take so long! > >> > >> > >> -- > >> David Blevins > >> http://twitter.com/dblevins > >> http://www.tomitribe.com > >> > >>> On Oct 18, 2022, at 7:18 AM, Jean-Louis Monteiro < > >> jlmonte...@tomitribe.com> wrote: > >>> > >>> Quick and deploy full green > >>> arquillian green > >>> examples green > >>> tck green > >>> > >>> just pushed a fix for itests which is the last failure > >>> -- > >>> Jean-Louis Monteiro > >>> http://twitter.com/jlouismonteiro > >>> http://www.tomitribe.com > >>> > >>> > >>> On Tue, Oct 18, 2022 at 11:37 AM Jean-Louis Monteiro < > >>> jlmonte...@tomitribe.com> wrote: > >>> > >>>> Hi, > >>>> > >>>> I just pushed a fix for MTOM. Geronimo Activation does not support > >>>> octetstream DataHandler so I added Sun provider. We can maybe go and > add > >>>> the support in Geronimo so we don't need Sun. > >>>> > >>>> Aside from some instabilities, we should be in better shape. > >>>> -- > >>>> Jean-Louis Monteiro > >>>> http://twitter.com/jlouismonteiro > >>>> http://www.tomitribe.com > >>>> > >>>> > >>>> On Tue, Oct 18, 2022 at 7:02 AM Jean-Louis Monteiro < > >>>> jlmonte...@tomitribe.com> wrote: > >>>> > >>>>> I found the commit this started failing in through a git bisect. > >>>>>> > >>>>>> - FullPoolFailoverTest.testConnectionPoolTimeout - > >>>>>> 8c0819090de18bf6c645812e88eae3202b557f83 > >>>>> > >>>>> > >>>>> Also dug into this one, it seems to be related to a comment that I > >> yanked > >>>>> in the pom.xml when I was setting up activemq to use a random port. > >> Looks > >>>>> like setting > >>>>> > >>>>> openejb.home>${project.build.directory}/test-classes</openejb.home> > >>>>> > >>>>> > >>>>> Makes the test fail. I don't know why at the minute. It was commented > >> out > >>>>> so I did it again without knowing why. > >>>>> -- > >>>>> Jean-Louis Monteiro > >>>>> http://twitter.com/jlouismonteiro > >>>>> http://www.tomitribe.com > >>>>> > >>>>> > >>>>> On Mon, Oct 10, 2022 at 4:52 PM David Blevins < > david.blev...@gmail.com > >>> > >>>>> wrote: > >>>>> > >>>>>> I've been working on the test failures in the main build. We're > down > >> to > >>>>>> about 7 from our usual 14-17. > >>>>>> > >>>>>> This test doesn't fail for me. Is anyone else able to reproduce it? > >>>>>> > >>>>>> - MDBWithWildcardTest > >>>>>> > >>>>>> I found the commit this started failing in through a git bisect. > >>>>>> > >>>>>> - FullPoolFailoverTest.testConnectionPoolTimeout - > >>>>>> 8c0819090de18bf6c645812e88eae3202b557f83 > >>>>>> > >>>>>> I've been running git bisects trying to find the cause of the > >>>>>> examples/mtom test, but a few hours into that and still nothing > >> concussive > >>>>>> as too many of the interim steps have build failures that don't > really > >>>>>> allow for running those tests and determining if the commit is good > >> or bad. > >>>>>> > >>>>>> Flying home in a bit, but hope to continue running git bisects > >> tomorrow. > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> David Blevins > >>>>>> http://twitter.com/dblevins > >>>>>> http://www.tomitribe.com > >>>>>> > >>>>>> > >> > >> > >