[jira] [Work logged] (HDDS-2336) Fix TestKeyValueContainer#testRocksDBCreateUsesCachedOptions

2019-10-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2336?focusedWorklogId=331133&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-331133
 ]

ASF GitHub Bot logged work on HDDS-2336:


Author: ASF GitHub Bot
Created on: 21/Oct/19 00:58
Start Date: 21/Oct/19 00:58
Worklog Time Spent: 10m 
  Work Description: mukul1987 commented on pull request #63: HDDS-2336. Fix 
TestKeyValueContainer#testRocksDBCreateUsesCachedOptions
URL: https://github.com/apache/hadoop-ozone/pull/63
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 331133)
Time Spent: 20m  (was: 10m)

> Fix TestKeyValueContainer#testRocksDBCreateUsesCachedOptions
> 
>
> Key: HDDS-2336
> URL: https://issues.apache.org/jira/browse/HDDS-2336
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Attila Doroszlai
>Assignee: Attila Doroszlai
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> TestKeyValueContainer#testRocksDBCreateUsesCachedOptions, introduced in 
> HDDS-2283, is failing:
> {noformat:title=https://github.com/elek/ozone-ci-q4/blob/master/pr/pr-hdds-2283-cnrrq/unit/hadoop-hdds/container-service/org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainer.txt}
> testRocksDBCreateUsesCachedOptions(org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainer)
>   Time elapsed: 0.135 s  <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<11>
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failNotEquals(Assert.java:743)
>   at org.junit.Assert.assertEquals(Assert.java:118)
>   at org.junit.Assert.assertEquals(Assert.java:555)
>   at org.junit.Assert.assertEquals(Assert.java:542)
>   at 
> org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainer.testRocksDBCreateUsesCachedOptions(TestKeyValueContainer.java:406)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDDS-2336) Fix TestKeyValueContainer#testRocksDBCreateUsesCachedOptions

2019-10-20 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2336?focusedWorklogId=331051&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-331051
 ]

ASF GitHub Bot logged work on HDDS-2336:


Author: ASF GitHub Bot
Created on: 20/Oct/19 11:37
Start Date: 20/Oct/19 11:37
Worklog Time Spent: 10m 
  Work Description: adoroszlai commented on pull request #63: HDDS-2336. 
Fix TestKeyValueContainer#testRocksDBCreateUsesCachedOptions
URL: https://github.com/apache/hadoop-ozone/pull/63
 
 
   ## What changes were proposed in this pull request?
   
   `testRocksDBCreateUsesCachedOptions` is 
[failing](https://github.com/elek/ozone-ci-q4/blob/master/pr/pr-hdds-2283-cnrrq/unit/hadoop-hdds/container-service/org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainer.txt)
 because each test method in `TestKeyValueContainer` introduces a new entry in 
`MetadataStoreBuilder.CACHED_OPTS`, since `Configuration` does not implement 
`equals`.  Thus `testRocksDBCreateUsesCachedOptions` passes by itself, but 
fails when the whole test class is run.
   
   https://issues.apache.org/jira/browse/HDDS-2336
   
   ## How was this patch tested?
   
   Unit test.  No other code changed.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 331051)
Remaining Estimate: 0h
Time Spent: 10m

> Fix TestKeyValueContainer#testRocksDBCreateUsesCachedOptions
> 
>
> Key: HDDS-2336
> URL: https://issues.apache.org/jira/browse/HDDS-2336
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Attila Doroszlai
>Assignee: Attila Doroszlai
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> TestKeyValueContainer#testRocksDBCreateUsesCachedOptions, introduced in 
> HDDS-2283, is failing:
> {noformat:title=https://github.com/elek/ozone-ci-q4/blob/master/pr/pr-hdds-2283-cnrrq/unit/hadoop-hdds/container-service/org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainer.txt}
> testRocksDBCreateUsesCachedOptions(org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainer)
>   Time elapsed: 0.135 s  <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<11>
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failNotEquals(Assert.java:743)
>   at org.junit.Assert.assertEquals(Assert.java:118)
>   at org.junit.Assert.assertEquals(Assert.java:555)
>   at org.junit.Assert.assertEquals(Assert.java:542)
>   at 
> org.apache.hadoop.ozone.container.keyvalue.TestKeyValueContainer.testRocksDBCreateUsesCachedOptions(TestKeyValueContainer.java:406)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org