浏览代码

HDDS-1067 . freon run on client gets hung when two of the datanodes are down in 3 datanode cluster. Contributed by Nilotpal Nandi.

Shashikant Banerjee 6 年之前
父节点
当前提交
0df949202a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py

+ 1 - 1
hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py

@@ -89,7 +89,7 @@ def test_client_failure_isolate_two_datanodes():
     exit_code, output = \
     exit_code, output = \
         ClusterUtils.run_freon(FILE, 1, 1, 1, 10240, "RATIS", "THREE")
         ClusterUtils.run_freon(FILE, 1, 1, 1, 10240, "RATIS", "THREE")
     assert re.search(
     assert re.search(
-        "Allocate block failed, error:INTERNAL_ERROR",
+        "Status: Failed",
         output) is not None
         output) is not None
     ClusterUtils.get_key(FILE, TEST_BUCKET_NAME, TEST_VOLUME_NAME,
     ClusterUtils.get_key(FILE, TEST_BUCKET_NAME, TEST_VOLUME_NAME,
                          test_key_name, "/tmp/")
                          test_key_name, "/tmp/")