Paolo Castagna wrote:
> Hi,
> I've just noticed that there are 4 tests failing in LARQ...
> 
> Failures appeared between build #387 and #388:
> https://builds.apache.org/view/G-L/view/Jena/job/Jena_LARQ/387/
> https://builds.apache.org/view/G-L/view/Jena/job/Jena_LARQ/388/
> 
> LARQ's build #388 was triggered by a new TDB SNAPSHOT, this one in particular:
> https://builds.apache.org/job/Jena_TDB_Snapshot/org.apache.jena$jena-tdb/95/
> 
> Later today, I'll try to find out what's changed and why it is
> causing those 4 LARQ tests to fail.

It was this in TestAssemblerLARQ:
-        assertTrue(((Dataset)thing).asDatasetGraph() instanceof 
DatasetGraphTDB) ;
+        assertTrue(((Dataset)thing).asDatasetGraph() instanceof
DatasetGraphTransaction) ;

Jenkins is not well at the moment.

Paolo

> 
> Paolo
> 
> PS:
> Another example of 'good' continuous integration... unfortunately
> we did not received a notification via email (and I did not see it
> until now).
> 

Reply via email to