Re: failing: not ok 3 auth enable/disable lifecycle in 10000ms

2024-02-19 Thread David Smiley
A couple days ago I configured Crave via adding to gradle.properties: tests.timeoutSuite=60! That's 10 minutes. In Jenkins, it should be longer, maybe 20. This could be passed in the CLI with "-P". The trailing exclamation is an override over that of LuceneTestCase, which I'm arguing in

Re: failing: not ok 3 auth enable/disable lifecycle in 10000ms

2024-01-23 Thread Eric Pugh
Does anyone know how to do this? I have never touched the Jenkins jobs… On Tue, Jan 23, 2024 at 11:50 AM David Smiley wrote: > Please configure it to stop the build after a couple hours. We never > want a build running for longer. > > On Mon, Jan 22, 2024 at 7:53 AM Eric Pugh wrote: > > > >

Re: failing: not ok 3 auth enable/disable lifecycle in 10000ms

2024-01-23 Thread David Smiley
Please configure it to stop the build after a couple hours. We never want a build running for longer. On Mon, Jan 22, 2024 at 7:53 AM Eric Pugh wrote: > > Build https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/168/ has been > running for five days! Guessing it's not going to finish.

Re: failing: not ok 3 auth enable/disable lifecycle in 10000ms

2024-01-22 Thread Eric Pugh
Build https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/168/ has been running for five days! Guessing it's not going to finish. I clicked the "Stop" button on the build and will see what happens. I might let it run another time to see if the test starts behaving, and if not, then

Re: failing: not ok 3 auth enable/disable lifecycle in 10000ms

2024-01-18 Thread Eric Pugh
Okay, I checked and it looks like the test failed, and is causing the entire build to hang... https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/168/console The test runs on my local machine just fineAnd it appears to be running just fine on Solr-Check-main. Is there a way

Re: failing: not ok 3 auth enable/disable lifecycle in 10000ms

2024-01-17 Thread Eric Pugh
I will take a look…. > On Jan 17, 2024, at 10:38 AM, David Smiley wrote: > > The integration tests (bats) are failing on branch_9x for me locally and as > also seen in Jenkins. >> not ok 3 auth enable/disable lifecycle in 1ms >

failing: not ok 3 auth enable/disable lifecycle in 10000ms

2024-01-17 Thread David Smiley
The integration tests (bats) are failing on branch_9x for me locally and as also seen in Jenkins. > not ok 3 auth enable/disable lifecycle in 1ms https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/167/console Hopefully someone has a clue why? ~ David Smiley Apache Lucene/Solr