This is an automated email from the ASF dual-hosted git repository. bharat pushed a commit to branch HDDS-3685 in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit f44f1149eee383582ecb8dfc38c87206bfeb34d0 Author: Bharat Viswanadham <[email protected]> AuthorDate: Wed Jun 17 14:50:34 2020 -0700 fix test according to new updated code" --- .../apache/hadoop/ozone/om/response/key/TestOMKeyDeleteResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/key/TestOMKeyDeleteResponse.java b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/key/TestOMKeyDeleteResponse.java index f8b0a17..b2626da 100644 --- a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/key/TestOMKeyDeleteResponse.java +++ b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/key/TestOMKeyDeleteResponse.java @@ -152,7 +152,7 @@ public class TestOMKeyDeleteResponse extends TestOMKeyResponse { Assert.assertTrue(omMetadataManager.getKeyTable().isExist(ozoneKey)); - omKeyDeleteResponse.addToDBBatch(omMetadataManager, batchOperation); + omKeyDeleteResponse.checkAndUpdateDB(omMetadataManager, batchOperation); // Do manual commit and see whether addToBatch is successful or not. omMetadataManager.getStore().commitBatchOperation(batchOperation); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
