You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Davide Giannella <da...@apache.org> on 2017/12/04 20:25:48 UTC

[VOTE] Release Apache Jackrabbit Oak 1.7.12

A candidate for the Jackrabbit Oak 1.7.12 release is available at:

    https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.12/

The release candidate is a zip archive of the sources in:

   
https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.7.12/

The SHA1 checksum of the archive is
eca45d4c8d357654253eb488526c4ef2b421ed06.

A staged Maven repository is available for review at:

    https://repository.apache.org/

The command for running automated checks against this release candidate is:

    $ sh check-release.sh oak 1.7.12
eca45d4c8d357654253eb488526c4ef2b421ed06

Please vote on releasing this package as Apache Jackrabbit Oak 1.7.12.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

    [ ] +1 Release this package as Apache Jackrabbit Oak 1.7.12
    [ ] -1 Do not release this package because...

D.

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Amit Jain <am...@ieee.org>.
+1 Release this package as Apache Jackrabbit Oak 1.7.12

Thanks
Amit

On Tue, Dec 5, 2017 at 1:55 AM, Davide Giannella <da...@apache.org> wrote:
>
> A candidate for the Jackrabbit Oak 1.7.12 release is available at:
>
>     https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.12/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.7.12/
>
> The SHA1 checksum of the archive is
> eca45d4c8d357654253eb488526c4ef2b421ed06.
>
> A staged Maven repository is available for review at:
>
>     https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
>     $ sh check-release.sh oak 1.7.12
> eca45d4c8d357654253eb488526c4ef2b421ed06
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.7.12.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>     [ ] +1 Release this package as Apache Jackrabbit Oak 1.7.12
>     [ ] -1 Do not release this package because...
>
> D.

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Davide Giannella <da...@apache.org>.
[X] +1 Release this package as Apache Jackrabbit Oak 1.7.12

D.


Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Amit Jain <am...@apache.org>.
The issue of failing tests is fixed with OAK-7026 now. The impact of
the issue would be that the each execution of the datastorecheck
command with verbose option on windows would leave a temporary file.
Given limited impact my vote stays +1 for the release.

Thanks
Amit

On Tue, Dec 5, 2017 at 1:06 PM, Julian Reschke <ju...@gmx.de> wrote:
> On 2017-12-05 08:27, Amit Jain wrote:
>>
>> Looking into the test failures...Seems to be an intermittent issue on
>> windows only
>> Had tested on windows as well before the commits
>> ...
>
>
> For me the tests seem to fail reliably. (Yes, on Windows)
>
> Best regards, Julian

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Julian Reschke <ju...@gmx.de>.
On 2017-12-05 08:27, Amit Jain wrote:
> Looking into the test failures...Seems to be an intermittent issue on
> windows only
> Had tested on windows as well before the commits
> ...

For me the tests seem to fail reliably. (Yes, on Windows)

Best regards, Julian

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Amit Jain <am...@apache.org>.
Looking into the test failures...Seems to be an intermittent issue on
windows only
Had tested on windows as well before the commits

On Tue, Dec 5, 2017 at 12:53 PM, Julian Reschke <ju...@gmx.de> wrote:
> On 2017-12-05 07:10, Julian Reschke wrote:
>>
>> On 2017-12-04 21:25, Davide Giannella wrote:
>>>
>>> ...
>>
>>
>> Fails for me with:
>>
>>> [INFO] Running org.apache.jackrabbit.oak.run.DataStoreCheckTest
>>> [ERROR] Tests run: 12, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
>>> 2.02 s <<< FAILURE! - in org.apache.jackrabbit.oak.run.DataStoreCheckTest
>>> [ERROR]
>>> testConsistencyVerbose(org.apache.jackrabbit.oak.run.DataStoreCheckTest)
>>> Time elapsed: 0.26 s  <<< ERROR!
>>> java.io.IOException: Unable to delete file:
>>> C:\tmp\ids5117643859629864856.tmp
>>>         at
>>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testAllParamsVerbose(DataStoreCheckTest.java:332)
>>>         at
>>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testConsistencyVerbose(DataStoreCheckTest.java:233)
>>>
>>> [ERROR]
>>> testConsistencyVerboseWithDeleteTracker(org.apache.jackrabbit.oak.run.DataStoreCheckTest)
>>> Time elapsed: 0.172 s  <<< ERROR!
>>> java.io.IOException: Unable to delete file:
>>> C:\tmp\ids7859857301677881810.tmp
>>>         at
>>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testAllParamsVerbose(DataStoreCheckTest.java:332)
>>>         at
>>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testConsistencyVerboseWithDeleteTracker(DataStoreCheckTest.java:297)
>>
>>
>> Best regards, Julian
>
>
> Apparently cleanup was disabled in the changes for
> <https://issues.apache.org/jira/browse/OAK-6489>, and then re-enabled for
> <https://issues.apache.org/jira/browse/OAK-6586>.
>
> Best regards, Julian
>

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Julian Reschke <ju...@gmx.de>.
On 2017-12-05 07:10, Julian Reschke wrote:
> On 2017-12-04 21:25, Davide Giannella wrote:
>> ...
> 
> Fails for me with:
> 
>> [INFO] Running org.apache.jackrabbit.oak.run.DataStoreCheckTest
>> [ERROR] Tests run: 12, Failures: 0, Errors: 2, Skipped: 0, Time 
>> elapsed: 2.02 s <<< FAILURE! - in 
>> org.apache.jackrabbit.oak.run.DataStoreCheckTest
>> [ERROR] 
>> testConsistencyVerbose(org.apache.jackrabbit.oak.run.DataStoreCheckTest)  
>> Time elapsed: 0.26 s  <<< ERROR!
>> java.io.IOException: Unable to delete file: 
>> C:\tmp\ids5117643859629864856.tmp
>>         at 
>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testAllParamsVerbose(DataStoreCheckTest.java:332) 
>>
>>         at 
>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testConsistencyVerbose(DataStoreCheckTest.java:233) 
>>
>>
>> [ERROR] 
>> testConsistencyVerboseWithDeleteTracker(org.apache.jackrabbit.oak.run.DataStoreCheckTest)  
>> Time elapsed: 0.172 s  <<< ERROR!
>> java.io.IOException: Unable to delete file: 
>> C:\tmp\ids7859857301677881810.tmp
>>         at 
>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testAllParamsVerbose(DataStoreCheckTest.java:332) 
>>
>>         at 
>> org.apache.jackrabbit.oak.run.DataStoreCheckTest.testConsistencyVerboseWithDeleteTracker(DataStoreCheckTest.java:297) 
>>
> 
> Best regards, Julian

Apparently cleanup was disabled in the changes for 
<https://issues.apache.org/jira/browse/OAK-6489>, and then re-enabled 
for <https://issues.apache.org/jira/browse/OAK-6586>.

Best regards, Julian


Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Julian Reschke <ju...@gmx.de>.
On 2017-12-04 21:25, Davide Giannella wrote:
> ...

Fails for me with:

> [INFO] Running org.apache.jackrabbit.oak.run.DataStoreCheckTest
> [ERROR] Tests run: 12, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.02 s <<< FAILURE! - in org.apache.jackrabbit.oak.run.DataStoreCheckTest
> [ERROR] testConsistencyVerbose(org.apache.jackrabbit.oak.run.DataStoreCheckTest)  Time elapsed: 0.26 s  <<< ERROR!
> java.io.IOException: Unable to delete file: C:\tmp\ids5117643859629864856.tmp
>         at org.apache.jackrabbit.oak.run.DataStoreCheckTest.testAllParamsVerbose(DataStoreCheckTest.java:332)
>         at org.apache.jackrabbit.oak.run.DataStoreCheckTest.testConsistencyVerbose(DataStoreCheckTest.java:233)
> 
> [ERROR] testConsistencyVerboseWithDeleteTracker(org.apache.jackrabbit.oak.run.DataStoreCheckTest)  Time elapsed: 0.172 s  <<< ERROR!
> java.io.IOException: Unable to delete file: C:\tmp\ids7859857301677881810.tmp
>         at org.apache.jackrabbit.oak.run.DataStoreCheckTest.testAllParamsVerbose(DataStoreCheckTest.java:332)
>         at org.apache.jackrabbit.oak.run.DataStoreCheckTest.testConsistencyVerboseWithDeleteTracker(DataStoreCheckTest.java:297)

Best regards, Julian

Re: [VOTE] Release Apache Jackrabbit Oak 1.7.12

Posted by Andrei Dulceanu <an...@gmail.com>.
[X] +1 Release this package as Apache Jackrabbit Oak 1.7.12

[INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
2017-04-03T22:39:06+03:00)
[INFO] OS name: "mac os x", version: "10.12.6", arch: "x86_64", family:
"mac"
[INFO] Java version: 1.8.0_65, vendor: Oracle Corporation

Regards,
Andrei

2017-12-04 22:25 GMT+02:00 Davide Giannella <da...@apache.org>:

>
> A candidate for the Jackrabbit Oak 1.7.12 release is available at:
>
>     https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.7.12/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/
> jackrabbit-oak-1.7.12/
>
> The SHA1 checksum of the archive is
> eca45d4c8d357654253eb488526c4ef2b421ed06.
>
> A staged Maven repository is available for review at:
>
>     https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
>     $ sh check-release.sh oak 1.7.12
> eca45d4c8d357654253eb488526c4ef2b421ed06
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.7.12.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>     [ ] +1 Release this package as Apache Jackrabbit Oak 1.7.12
>     [ ] -1 Do not release this package because...
>
> D.
>