[jira] [Commented] (OAK-6640) test failure in ResponseDecoderTest

2017-09-11 Thread Julian Reschke (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161005#comment-16161005
 ] 

Julian Reschke commented on OAK-6640:
-

trunk: [r1808003|http://svn.apache.org/r1808003]


> test failure in ResponseDecoderTest
> ---
>
> Key: OAK-6640
> URL: https://issues.apache.org/jira/browse/OAK-6640
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: segment-tar
>Affects Versions: 1.7.6
>Reporter: Julian Reschke
>Assignee: Andrei Dulceanu
> Fix For: 1.8, 1.7.7
>
> Attachments: OAK-6640.diff
>
>
> apparently Windows only
> {noformat}
> [INFO] Running 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 0.348 s <<< FAILURE! - in 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] 
> shouldDecodeValidTwoChunksGetBlobResponses(org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest)
>   Time elapsed: 0.016 s  <<< FAILURE!
> java.lang.AssertionError: expected:<4> but was:<7>
> at 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest.shouldDecodeValidTwoChunksGetBlobResponses(ResponseDecoderTest.java:91)
> {noformat}
> First revision showing the bug is 1804512



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OAK-6640) test failure in ResponseDecoderTest

2017-09-08 Thread Julian Reschke (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158601#comment-16158601
 ] 

Julian Reschke commented on OAK-6640:
-

It's because that test doesn't close it's {{InputStream}}.

> test failure in ResponseDecoderTest
> ---
>
> Key: OAK-6640
> URL: https://issues.apache.org/jira/browse/OAK-6640
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: segment-tar
>Affects Versions: 1.7.6
>Reporter: Julian Reschke
>
> apparently Windows only
> {noformat}
> [INFO] Running 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 0.348 s <<< FAILURE! - in 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] 
> shouldDecodeValidTwoChunksGetBlobResponses(org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest)
>   Time elapsed: 0.016 s  <<< FAILURE!
> java.lang.AssertionError: expected:<4> but was:<7>
> at 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest.shouldDecodeValidTwoChunksGetBlobResponses(ResponseDecoderTest.java:91)
> {noformat}
> First revision showing the bug is 1804512



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OAK-6640) test failure in ResponseDecoderTest

2017-09-08 Thread Julian Reschke (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158597#comment-16158597
 ] 

Julian Reschke commented on OAK-6640:
-

Disabling {{shouldDecodeValidOneChunkGetBlobResponses}} makes the whole test 
class pass, so it's apparently a cleanup issue in that test.

> test failure in ResponseDecoderTest
> ---
>
> Key: OAK-6640
> URL: https://issues.apache.org/jira/browse/OAK-6640
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: segment-tar
>Affects Versions: 1.7.6
>Reporter: Julian Reschke
>
> apparently Windows only
> {noformat}
> [INFO] Running 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 0.348 s <<< FAILURE! - in 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] 
> shouldDecodeValidTwoChunksGetBlobResponses(org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest)
>   Time elapsed: 0.016 s  <<< FAILURE!
> java.lang.AssertionError: expected:<4> but was:<7>
> at 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest.shouldDecodeValidTwoChunksGetBlobResponses(ResponseDecoderTest.java:91)
> {noformat}
> First revision showing the bug is 1804512



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OAK-6640) test failure in ResponseDecoderTest

2017-09-08 Thread Vikas Saurabh (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158596#comment-16158596
 ] 

Vikas Saurabh commented on OAK-6640:


I think we've seen something similar earlier too when we were trying to clean 
temp files on tests. Iirc, the issue was mem-mapped files couldn't be deleted 
on windows (maybe because the mapped byte array(s) weren't yet GC-ed??).

> test failure in ResponseDecoderTest
> ---
>
> Key: OAK-6640
> URL: https://issues.apache.org/jira/browse/OAK-6640
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: segment-tar
>Affects Versions: 1.7.6
>Reporter: Julian Reschke
>
> apparently Windows only
> {noformat}
> [INFO] Running 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 0.348 s <<< FAILURE! - in 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest
> [ERROR] 
> shouldDecodeValidTwoChunksGetBlobResponses(org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest)
>   Time elapsed: 0.016 s  <<< FAILURE!
> java.lang.AssertionError: expected:<4> but was:<7>
> at 
> org.apache.jackrabbit.oak.segment.standby.codec.ResponseDecoderTest.shouldDecodeValidTwoChunksGetBlobResponses(ResponseDecoderTest.java:91)
> {noformat}
> First revision showing the bug is 1804512



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)