From 0df949202a9caf39b80a38e537b240828cc59dcb Mon Sep 17 00:00:00 2001 From: Shashikant Banerjee Date: Mon, 1 Apr 2019 19:02:56 +0530 Subject: [PATCH] HDDS-1067 . freon run on client gets hung when two of the datanodes are down in 3 datanode cluster. Contributed by Nilotpal Nandi. --- .../dist/src/main/blockade/test_blockade_client_failure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py b/hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py index b8ecf01c2d0..c9e4ae51bae 100644 --- a/hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py +++ b/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 = \ ClusterUtils.run_freon(FILE, 1, 1, 1, 10240, "RATIS", "THREE") assert re.search( - "Allocate block failed, error:INTERNAL_ERROR", + "Status: Failed", output) is not None ClusterUtils.get_key(FILE, TEST_BUCKET_NAME, TEST_VOLUME_NAME, test_key_name, "/tmp/")