Hi Andy,
Noticed my e-mails are missing the formatting, so trying to post this one as plain-text. Thanks for the tips regarding the Eclipse set up. Will give it another try. >Would you be happy to vote +1 if we raise a JIRA to fix this test issue? Sure thing. Should I fill the issue and re-cast the vote? Bruno >________________________________ > From: Andy Seaborne <[email protected]> >To: [email protected] >Sent: Monday, 9 May 2016 10:04 PM >Subject: Re: [VOTE] Release Jena 3.1.0 (2nd proposed candidate) > > >Hi Bruno, > >On 09/05/16 10:39, Bruno P. Kinoshita wrote: >> Hi, >> I have one test failing at the moment: > >TestFunctions.exprSprintf_05 > >> Running org.apache.jena.sparql.expr.TS_ExprTests run: 1255, Failures: 1, >> Errors: 0, Skipped: 0, Time elapsed: 0.277 sec <<< FAILURE! - in >> org.apache.jena.sparql.expr.TS_ExprexprSprintf_05(org.apache.jena.sparql.expr.TestFunctions) >> Time elapsed: 0.006 sec <<< FAILURE!java.lang.AssertionError: >> expected:<"10 14,2005"> but was:<"10 15,2005"> at >> org.junit.Assert.fail(Assert.java:88) at >> org.junit.Assert.failNotEquals(Assert.java:834) at >> org.junit.Assert.assertEquals(Assert.java:118) at >> org.junit.Assert.assertEquals(Assert.java:144) at >> org.apache.jena.sparql.expr.TestFunctions.test(TestFunctions.java:270) at >> org.apache.jena.sparql.expr.TestFunctions.exprSprintf_05(TestFunctions.java:82) >> Trying to import the project in Eclipse to try to see what's going on, but >> already spent some time battling Eclipse + maven. Looks like I have some >> problems with shaded guava dependencies. I remember I had to close the >> shaded-guava project in my workspace? But now it won't build with the >> project closed either. > >The way I work is to not import at all the shaded guava and only >import/have open the projects from jena-base. > >(Actually, I only have some modules open as needed to make navigation >easier) > >> Anyone building in Eclipse that could shed some light? >> I believe this test is failing due to my timezone? > >Yes - now I look at the test, that seems to be the case: > >The test is comparing: > >NodeValue.makeDateTime("2005-10-14T13:09:43Z") > >via > >afn:sprintf('%1$tm %1$te,%1$tY', ...) > >with > >"10 14,2005" > >and yes, that's not going to work for your timezone where >"2005-10-14T13:09:43Z" is "10 15,2005" local. > >It is supposed to be locale sensitive so it's the test that's wrong. > >Would you be happy to vote +1 if we raise a JIRA to fix this test issue? > > Andy > > >> I'm on: >> kinow:~/Development/java/jena/jena$ timedatectl Local time: Mon >> 2016-05-09 21:38:18 NZST Universal time: Mon 2016-05-09 09:38:18 UTC >> RTC time: Mon 2016-05-09 09:38:18 Time zone: Pacific/Auckland (NZST, >> +1200) Network time on: yesNTP synchronized: yes RTC in local TZ: no >> And Java environment: >> kinow:~/Development/java/jena/jena$ mvn -vApache Maven 3.3.9 >> (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T05:41:47+13:00)Maven >> home: /opt/mavenJava version: 1.8.0_91, vendor: Oracle CorporationJava home: >> /usr/lib/jvm/java-8-oracle/jreDefault locale: en_NZ, platform encoding: >> UTF-8OS name: "linux", version: "4.4.0-22-generic", arch: "amd64", family: >> "unix" >> (Ubuntu 16.04 + Java 8 + Maven 3) >> CheersBruno > > > >> >> From: Andy Seaborne <[email protected]> >> To: [email protected] >> Sent: Thursday, 5 May 2016 7:53 AM >> Subject: [VOTE] Release Jena 3.1.0 (2nd proposed candidate) >> >> Hi, >> >> Here is a vote on a release of Jena 3.1.0 >> (with Fuseki 2.4.0 and Fuseki 1.4.0). >> >> This is the second proposed candidate for this release. >> >> This fixes, from the previous proposed candidate >> 1/ Presence of binaries in the source-release >> 2/ Jump in large size of binary downloads due to javadoc inclusion >> >> * Dependency changes: >> >> Upgrades: >> jsonld-java : 2.8.2 >> jackson 2.6.3 >> slf4j 1.7.20 >> dexx collections 0.6 >> >> Key features listed below. >> >> Everyone, not just committers, is invited to test and vote. >> >> Staging repository: >> https://repository.apache.org/content/repositories/orgapachejena-1012/ >> >> Proposed dist/ area: >> https://dist.apache.org/repos/dist/dev/jena/ >> >> Keys: >> https://svn.apache.org/repos/asf/jena/dist/KEYS >> >> Git commit (browser URL): >> http://git-wip-us.apache.org/repos/asf/jena/commit/e7ee6bb6 >> >> Git Commit Hash: >> e7ee6bb69a5d7ce930a2529dd576a9ea209596a3 >> >> Git Commit Tag: >> jena-3.1.0-rc3 >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] 0 Don't care >> [ ] -1 Don't release, because ... >> >> This vote will be open to at least >> >> 7th May 2016, 23:59 UTC >> >> If you expect to check the release but the 72 hour limit does not work >> for you, please email within the schedule above with an expected time >> and we can extend the vote period. >> >> Thanks, >> >> Andy >> >> Checking needed: >> >> + does everything work on Linux? >> + does everything work on MS Windows? >> + does everything work on OS X? >> + are the GPG signatures fine? >> + are the checksums correct? >> + is there a source archive? >> + can the source archive really be built? >> + is there a correct LICENSE and NOTICE file in each artifact >> (both source and binary artifacts)? >> + does the NOTICE file contain all necessary attributions? >> + have any licenses of dependencies changed due to upgrades? >> if so have LICENSE and NOTICE been upgraded appropriately? >> + does the tag/commit in the SCM contain reproducible sources? >> >> >> --------------------------- >> >> Key features of the release: >> >> * In-memory txn dataset (Adam Soroka) (RC in 3.0.1) >> >> http://jena.staging.apache.org/documentation/rdf/datasets.html >> >> * Quads (Qihong Lin) (RC in 3.0.1) >> >> http://jena.staging.apache.org/documentation/query/construct-quad.html >> >> * DatasetGraphs & transactions integration >> >> * Alternative QueryParsers in jena-text >> >> * new module jena-cmds >> "jena.*" >> >> * Fuseki: Multiple service per file, shared datasets >> >> * Logging >> log4j marked <optional> >> >> * New custom functions and aggregate functions >> Added: >> * afn:springf (contribution from Alessandro Seganti) >> * The XQuery/XPath Functions and Operators "math:" functions >> * Custom aggregates for stdev etc. (also STDEV etc as keywords). >> >> * FactoryRDF >> Parsing RDF now saves space by interning RDFTerms created >> during a each parser run. >> >> * OSGi fixes (Jaroslav Pullmann) >> >> * General maintenance: about 80 JIRA. >> >> >> >> >> > > > >
