You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by Minto van der Sluis <mi...@xup.nl> on 2012/09/03 10:40:02 UTC

Trunk stability

Hi folks,

Trying to get started with building Isis from trunk. I managed to get it
building but unfortunetely it did not work out of the box. Here's what I
encounted

First I ran into the issue reported already by mukul joshi on friday.
http://mail-archives.apache.org/mod_mbox/incubator-isis-dev/201208.mbox/%3CCAMT7kGZ44HA1zA0LKbccQxBS4Z-Xwyc6cPPJgAwNQdnzSZcLSw@mail.gmail.com%3E

Next was failed tests in " Default Runtime Test Support"

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
log4j:WARN No appenders could be found for logger
(org.apache.isis.core.commons.config.IsisonfigurationDefault).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.

Results :

Tests in error:

loadInstance(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Object
FixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"

invalidFieldLine(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Ob
jectFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"

oldFieldNameSkipped(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice
.ObjectFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"

saveNoObjects(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Objec
tFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"

saveOneObject(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Objec
tFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"

saveTwoObjects(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Obje
ctFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"

saveReferencedObject(org.apache.isis.runtimes.dflt.runtime.fixturedomainservic
e.ObjectFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"

saveObjectAndAssociatedCollection(org.apache.isis.runtimes.dflt.runtime.fixtur
edomainservice.ObjectFixtureFilePersistorTest): Unparseable date:
"08-Mar-2010 0
1:00 UTC"

Tests run: 19, Failures: 0, Errors: 8, Skipped: 0

After skipping unit tests the next stop was:

[ERROR] Failed to execute goal on project sql-tests-served: Could not
resolve dependencies for project
org.apache.isis.runtimes.dflt.objectstores:sql-tests-served:jar:0.3.1-incubating-SNAPSHOT:
Failure to find
org.apache.isis.runtimes.dflt.objectstores:sql-tests-common:jar:tests:0.3.1-incubating-SNAPSHOT
in http://repository.apache.org/snapshots was cached in the local
repository, resolution will not be reattempted until the update interval
of apache.snapshots has elapsed or updates are forced -> [Help 1]

Switching to ..\apache-isis\framework\runtimes\dflt\objectstores\sql\
and doing a mvn clean install resulted unexpectedly in no failure. I did
not have the time to further investigate it. But I thought that I at
lease mention it here.

After this the rest did build fine (mvn clean install -rf
:sql-tests-common).

Regards,

Minto van der Sluis

Re: Trunk stability

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
I've applied the pom.xml changes.  As for the pesky
ObjectFixtureFilePersistorTest, I've cheated by making the assumeThat(...)
apply to the entire test suite, ie skip if not running under GMT.

rev 1380404 ~ 1380408

Dan

On 3 September 2012 09:40, Minto van der Sluis <mi...@xup.nl> wrote:

> Hi folks,
>
> Trying to get started with building Isis from trunk. I managed to get it
> building but unfortunetely it did not work out of the box. Here's what I
> encounted
>
> First I ran into the issue reported already by mukul joshi on friday.
>
> http://mail-archives.apache.org/mod_mbox/incubator-isis-dev/201208.mbox/%3CCAMT7kGZ44HA1zA0LKbccQxBS4Z-Xwyc6cPPJgAwNQdnzSZcLSw@mail.gmail.com%3E
>
> Next was failed tests in " Default Runtime Test Support"
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> log4j:WARN No appenders could be found for logger
> (org.apache.isis.core.commons.config.IsisonfigurationDefault).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
>
> Results :
>
> Tests in error:
>
>
> loadInstance(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Object
> FixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"
>
>
> invalidFieldLine(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Ob
> jectFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"
>
>
> oldFieldNameSkipped(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice
> .ObjectFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"
>
>
> saveNoObjects(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Objec
> tFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"
>
>
> saveOneObject(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Objec
> tFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"
>
>
> saveTwoObjects(org.apache.isis.runtimes.dflt.runtime.fixturedomainservice.Obje
> ctFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00 UTC"
>
>
> saveReferencedObject(org.apache.isis.runtimes.dflt.runtime.fixturedomainservic
> e.ObjectFixtureFilePersistorTest): Unparseable date: "08-Mar-2010 01:00
> UTC"
>
>
> saveObjectAndAssociatedCollection(org.apache.isis.runtimes.dflt.runtime.fixtur
> edomainservice.ObjectFixtureFilePersistorTest): Unparseable date:
> "08-Mar-2010 0
> 1:00 UTC"
>
> Tests run: 19, Failures: 0, Errors: 8, Skipped: 0
>
> After skipping unit tests the next stop was:
>
> [ERROR] Failed to execute goal on project sql-tests-served: Could not
> resolve dependencies for project
>
> org.apache.isis.runtimes.dflt.objectstores:sql-tests-served:jar:0.3.1-incubating-SNAPSHOT:
> Failure to find
>
> org.apache.isis.runtimes.dflt.objectstores:sql-tests-common:jar:tests:0.3.1-incubating-SNAPSHOT
> in http://repository.apache.org/snapshots was cached in the local
> repository, resolution will not be reattempted until the update interval
> of apache.snapshots has elapsed or updates are forced -> [Help 1]
>
> Switching to ..\apache-isis\framework\runtimes\dflt\objectstores\sql\
> and doing a mvn clean install resulted unexpectedly in no failure. I did
> not have the time to further investigate it. But I thought that I at
> lease mention it here.
>
> After this the rest did build fine (mvn clean install -rf
> :sql-tests-common).
>
> Regards,
>
> Minto van der Sluis
>