Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Master broken

Hi,

There was actually an xml formatting issue. I fixed that.

I also made that failing test fail more often (with a loop): https://github.com/eclipse/rdf4j/pull/2484

Fails every time on my machine now.

Hope that helps if someone wants to take a look at it.

Håvard


On 4 Sep 2020, at 15:10, Jerven Tjalling Bolleman <Jerven.Bolleman@sib.swiss> wrote:

Hi,

Something funny,

mvn clean;mvn test -> fails
run junit in eclipse -> passes

mvn test -> fails
mvn surefire:test -Dtest=RDFCollectionsTest -> passes


Regards,
Jerven

On 2020-09-04 14:05, Jerven Tjalling Bolleman wrote:
Hi All,
I can reproduce the build failure locally on a JDK11.
Let me try and see what is going on.
Regards,
Jerven
On 2020-09-04 13:49, Bart Hanssens (BOSA) wrote:
That’s what puzzling me too, I can also build it locally (though
using JDK11 on Debian, currently no access to 8 nor 14) and run the
compliance test set without any problem.
Bart
FROM: rdf4j-dev-bounces@xxxxxxxxxxx <rdf4j-dev-bounces@xxxxxxxxxxx> ON
BEHALF OF Jeen Broekstra
SENT: vrijdag 4 september 2020 13:34
TO: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
SUBJECT: Re: [rdf4j-dev] Master broken
It's the same test that's been giving me grief on develop, so almost
certainly not caused by your merge, Havard. I'll try and spend time on
solving this weekend but would appreciate an extra pair of eyes. It's
baffling that it consintenly fails on GitHub but I can't reproduce
locally.
Jeen
On Fri, Sep 4, 2020, at 18:48, Bart Hanssens (BOSA) wrote:
Hi,
Hmz, building seems to be just fine (there was a time-out issue with
getting a jar from maven central repo),
though there is a failed compliance test (assertion error in
RDFCollectionsTest.testNonWellformedCollection)...
Best regards
Bart
-----Original Message-----
From: rdf4j-dev-bounces@xxxxxxxxxxx <rdf4j-dev-bounces@xxxxxxxxxxx>
On Behalf Of Håvard Ottestad
Sent: vrijdag 4 september 2020 10:15
To: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
Subject: [rdf4j-dev] Master broken
Hi,
I just merged to master from my phone and I’m not able to fix the
branch until later today.
It’s just an xml-formatting issue though. So if someone else feels
called they are very much welcome to fix it. If not I’ll fix it
when I get back from work.
Håvard
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/rdf4j-dev
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/rdf4j-dev
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/rdf4j-dev

--
Jerven Tjalling Bolleman
SIB | Swiss Institute of Bioinformatics
CMU - 1, rue Michel Servet - 1211 Geneva 4
t: +41 22 379 58 85 - f: +41 22 379 58 58
Jerven.Bolleman@sib.swiss - http://www.sib.swiss

_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev


Back to the top