[jira] [Commented] (JENA-1409) Issues in DBOE testing

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221607#comment-16221607 ] ASF GitHub Bot commented on JENA-1409: -- Github user kinow commented on the issue:

[GitHub] jena issue #296: JENA-1409: jena-db testing

2017-10-26 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/296 Still have those other errors in Windows. Not sure, however, if the errors I had in Linux and in Windows are related. Will try to debug at least one test today before going home. ---

[GitHub] jena issue #295: JENA-1406 use JUnit temp folder rule to create DB dir

2017-10-26 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/295 This solves the issue in Linux. There are still issues in Windows, but I suspect they might be unrelated. Whether they could (or even should) be fixed in the same manner as in this PR, I'm not sure.

[jira] [Commented] (JENA-1409) Issues in DBOE testing

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221597#comment-16221597 ] ASF GitHub Bot commented on JENA-1409: -- Github user kinow commented on the issue:

[GitHub] jena issue #296: JENA-1409: jena-db testing

2017-10-26 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/296 >What I don't get is why PR #295 passes TestProcessFileLock (or does it?) as it changes TestDatabaseOps. That was on my Linux environment at home only, sorry. Testing on Windows now. ---

[jira] [Commented] (JENA-1409) Issues in DBOE testing

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221454#comment-16221454 ] ASF GitHub Bot commented on JENA-1409: -- Github user afs commented on the issue: h

[GitHub] jena issue #296: JENA-1409: jena-db testing

2017-10-26 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/296 What I don't get is why PR #295 passes `TestProcessFileLock` (or does it?) as it changes `TestDatabaseOps`. Here 5 failures has become 6. This is good! They are all the `beforeTest` now.

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221448#comment-16221448 ] ASF GitHub Bot commented on JENA-1407: -- Github user afs commented on the issue: h

[GitHub] jena issue #297: Enable parallel testing for Elephas IO (JENA-1407)

2017-10-26 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/297 Total 36:11 min with 15:46 in Elephas I/O Total 13:38 min with 03:27 in Elephas I/O 23 min reduction, 12 mins from Elephas I/O Maybe the saving is even more than reported (clearup? setup?)

Re: @Test TestDatabaseOps.compact_prefixes_3 [Was Re: [] Release Apache Jena 3.5.0]

2017-10-26 Thread Andy Seaborne
On 26/10/17 22:42, Bruno P. Kinoshita wrote: Hi Andy, Good to know that @Rule/tmpFolder isolation address the problem. It >might well be the best long term, but the effect of disk space that has been a problem for TDB1 might arise. But perhaps it is safe as the folders are normally dele

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221437#comment-16221437 ] ASF GitHub Bot commented on JENA-1407: -- Github user kinow commented on the issue:

[GitHub] jena issue #297: Enable parallel testing for Elephas IO (JENA-1407)

2017-10-26 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/297 Tested on a 4 core, 6GB, Ubuntu LTS VM, with a simple `mvn clean test install`. First I applied the pull request #295 in order to get the build passing. Then manually applied the diff in this pu

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221385#comment-16221385 ] ASF GitHub Bot commented on JENA-1407: -- Github user afs commented on the issue: h

[GitHub] jena issue #297: Enable parallel testing for Elephas IO (JENA-1407)

2017-10-26 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/297 Will try it out ASAP. How many cores do you have? If the parallelism is 2, how much effect is there? I'm wondering if it consumes the whole machine for a few minutes, which might

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221319#comment-16221319 ] Andy Seaborne commented on JENA-1407: - [^Elephas-Test-Times] is the results of running

[jira] [Updated] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1407: Attachment: Elephas-Test-Times > Improvements to build/test time of Elephas tests. >

Re: @Test TestDatabaseOps.compact_prefixes_3 [Was Re: [] Release Apache Jena 3.5.0]

2017-10-26 Thread Bruno P. Kinoshita
Hi Andy, >Good to know that @Rule/tmpFolder isolation address the problem. It >might >well be the best long term, but the effect of disk space that has >been a problem for TDB1 might arise. But perhaps it is safe as the folders are normally deleted after the test execution? "The TemporaryF

[jira] [Commented] (JENA-1409) Issues in DBOE testing

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221266#comment-16221266 ] ASF GitHub Bot commented on JENA-1409: -- Github user kinow commented on the issue:

[GitHub] jena issue #296: JENA-1409: jena-db testing

2017-10-26 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/296 Tested this pr on Win 10 ``` Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T07:39:06+12:00) Maven home: C:\Users\kinow\Development\java\apache-maven-3.5.0 Ja

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220816#comment-16220816 ] Rob Vesse commented on JENA-1407: - Tried out parallel testing and it reduces test time to a

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220798#comment-16220798 ] ASF GitHub Bot commented on JENA-1407: -- GitHub user rvesse opened a pull request:

[GitHub] jena pull request #297: Enable parallel testing for Elephas IO (JENA-1407)

2017-10-26 Thread rvesse
GitHub user rvesse opened a pull request: https://github.com/apache/jena/pull/297 Enable parallel testing for Elephas IO (JENA-1407) Using parallelism of 4 reduces build time for Elephas IO to approximately 3-4 minutes in my testing. Also fixed one test that was not parallel

Re: @Test TestDatabaseOps.compact_prefixes_3 [Was Re: [] Release Apache Jena 3.5.0]

2017-10-26 Thread Rob Vesse
I have not encountered this either with or without your fix on my OS X System Rob On 26/10/2017 13:34, "Andy Seaborne" wrote: Good to know that @Rule/tmpFolder isolation address the problem. It might well be the best long term, but the effect of disk space that has been a problem

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220402#comment-16220402 ] Rob Vesse commented on JENA-1407: - Skipped tests are and artefacts of the implementation of

Re: @Test TestDatabaseOps.compact_prefixes_3 [Was Re: [] Release Apache Jena 3.5.0]

2017-10-26 Thread Andy Seaborne
Good to know that @Rule/tmpFolder isolation address the problem. It might well be the best long term, but the effect of disk space that has been a problem for TDB1 might arise. On PR#296, I've put an alternative that applies to the other modules that touch disk (maybe it sorts out out TestPro

[jira] [Commented] (JENA-1409) Issues in DBOE testing

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220372#comment-16220372 ] ASF GitHub Bot commented on JENA-1409: -- Github user afs commented on the issue: h

[GitHub] jena issue #296: JENA-1409: jena-db testing

2017-10-26 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/296 This PR configures surefire to run the `TC_*` test suite in each of the modules doing disk-based tests. This should make the tests non-parallel. Also includes checking in `TestProcessFileLock`.

[GitHub] jena pull request #296: JENA-1409: jena-db testing

2017-10-26 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/296 JENA-1409: jena-db testing Covers JENA-1406, PR#295 You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena jena-db-testing Alternatively you can rev

[jira] [Commented] (JENA-1409) Issues in DBOE testing

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220369#comment-16220369 ] ASF GitHub Bot commented on JENA-1409: -- GitHub user afs opened a pull request: ht

[jira] [Commented] (JENA-1408) Improvements to development build times

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220359#comment-16220359 ] Andy Seaborne commented on JENA-1408: - Command line: {{-Dmaven.javadoc.skip=true}}. An

[jira] [Comment Edited] (JENA-1408) Improvements to development build times

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220359#comment-16220359 ] Andy Seaborne edited comment on JENA-1408 at 10/26/17 12:13 PM: -

[jira] [Created] (JENA-1409) Issues in DBOE testing

2017-10-26 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1409: --- Summary: Issues in DBOE testing Key: JENA-1409 URL: https://issues.apache.org/jira/browse/JENA-1409 Project: Apache Jena Issue Type: Bug Reporter:

[jira] [Updated] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1407: Description: The Elephas test can take a significant proportion of the total build time. if this cou

[jira] [Commented] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220303#comment-16220303 ] Andy Seaborne commented on JENA-1407: - I'm not sure it is the same tests every time. T

[jira] [Created] (JENA-1408) Improvements to development build times

2017-10-26 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1408: --- Summary: Improvements to development build times Key: JENA-1408 URL: https://issues.apache.org/jira/browse/JENA-1408 Project: Apache Jena Issue Type: Improveme

[jira] [Updated] (JENA-1407) Improvements to build/test time of Elephas tests.

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1407: Summary: Improvements to build/test time of Elephas tests. (was: Improvements to development build)

[jira] [Commented] (JENA-1407) Improvements to development build

2017-10-26 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220271#comment-16220271 ] Rob Vesse commented on JENA-1407: - >From what I remember that this was mostly down to the d

[jira] [Commented] (JENA-1407) Improvements to development build

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220261#comment-16220261 ] Andy Seaborne commented on JENA-1407: - Is there some way to improve the Elephas I/O tes

[jira] [Comment Edited] (JENA-1407) Improvements to development build

2017-10-26 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220261#comment-16220261 ] Andy Seaborne edited comment on JENA-1407 at 10/26/17 10:05 AM: -

[jira] [Created] (JENA-1407) Improvements to development build

2017-10-26 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1407: --- Summary: Improvements to development build Key: JENA-1407 URL: https://issues.apache.org/jira/browse/JENA-1407 Project: Apache Jena Issue Type: Improvement

Re: @Test TestDatabaseOps.compact_prefixes_3 [Was Re: [] Release Apache Jena 3.5.0]

2017-10-26 Thread Bruno P. Kinoshita
Using a temporary folder instead of a pre-defined one, and changing to a instance field, fixed the issue for me. https://github.com/apache/jena/pull/295 I found no other errors. So in case the pull request solution is not appropriate, I'd still be happy to vote +1 in the other thread. Though I'm

[jira] [Commented] (JENA-1406) Fix TDB2 TestDatabaseOps.compact_prefixes_3 test

2017-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220145#comment-16220145 ] ASF GitHub Bot commented on JENA-1406: -- GitHub user kinow opened a pull request:

[GitHub] jena pull request #295: JENA-1406 use JUnit temp folder rule to create DB di...

2017-10-26 Thread kinow
GitHub user kinow opened a pull request: https://github.com/apache/jena/pull/295 JENA-1406 use JUnit temp folder rule to create DB dir Ticket in JIRA https://issues.apache.org/jira/browse/JENA-1406 This pull request changes the test to use a temporary folder, created by the

[jira] [Commented] (JENA-1406) Fix TDB2 TestDatabaseOps.compact_prefixes_3 test

2017-10-26 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220140#comment-16220140 ] Bruno P. Kinoshita commented on JENA-1406: -- With the pull request, all tests pass

[jira] [Created] (JENA-1406) Fix TDB2 TestDatabaseOps.compact_prefixes_3 test

2017-10-26 Thread Bruno P. Kinoshita (JIRA)
Bruno P. Kinoshita created JENA-1406: Summary: Fix TDB2 TestDatabaseOps.compact_prefixes_3 test Key: JENA-1406 URL: https://issues.apache.org/jira/browse/JENA-1406 Project: Apache Jena Is