I think I found the problem: OOZIE-1655 changed oozie-default’s
oozie.service.JPAService.create.db.schema to match oozie-site by setting it
to false.  So it looks was working before (because it was reading
oozie-default and not oozie-site) so it was true during the tests before.
 To fix this, we just need to override this for the unit tests to be
true again.
 I’m not sure why test-patch didn’t catch this before and why it works fine
on my machine; I only ran into problems (it didn’t get stuck, but after a
few successful tests, they all failed with errors containing "Cannot create
PoolableConnectionFactory”) when I cloned the repo into a new folder.

I created OOZIE-1660 to fix this.

Sorry about that.


On Thu, Jan 2, 2014 at 4:23 PM, Mona Chitnis <[email protected]> wrote:

> Might be an intermittent problem. Due to another simultaneous heavy build
> on same box? PreCommit-HDFS-Build on hadoop9 since past 2 hours.
>
>
>
> On 1/2/14, 2:34 PM, "Robert Kanter" <[email protected]> wrote:
>
> >The precommit build keeps getting stuck at the same place on the recent
> >runs (and then timing out after 2 hours):
> >
> >-------------------------------------------------------
> > T E S T S
> >-------------------------------------------------------
> >Concurrency config is parallel='classes', perCoreThreadCount=false,
> >threadCount=1, useUnlimitedThreads=false
> >Running org.apache.oozie.client.TestOozieClientWithFakeServlet
> >Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec
> >Running org.apache.oozie.client.rest.TestJsonWorkflowAction
> >Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> >Running org.apache.oozie.client.rest.TestJsonWorkflowJob
> >Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> >Running org.apache.oozie.client.rest.TestJsonCoordinatorJob
> >Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> >Running org.apache.oozie.client.rest.TestJsonCoordinatorAction
> >Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> >Running org.apache.oozie.servlet.TestHostnameFilter
> >Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> >
> >Build timed out (after 120 minutes). Marking the build as aborted.
> >Build was aborted
> >Archiving artifacts
> >Recording test results
> >Finished: ABORTED
> >
> >
> >https://builds.apache.org/job/oozie-trunk-precommit-build/
> >
> >Also, for some reason the build history before today is also goneŠ
> >
> >Any ideas?
>
>

Reply via email to