adoroszlai opened a new 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org