@@ -465,8 +465,8 @@ public abstract class BaseTestHttpFSWith extends HFSTestCase {
OutputStream os = fs.create(path);
os.write(1);
os.close();
- fs.close();
fs.setReplication(path, (short) 2);
+ fs.close();
fs = getHttpFSFileSystem();
fs.setReplication(path, (short) 1);
@@ -332,6 +332,8 @@ Trunk (Unreleased)
HDFS-8332. DFS client API calls should check filesystem closed (Rakesh R via umamahesh)
+ HDFS-8412. Fix the test failures in HTTPFS. (umamahesh)
+
Release 2.8.0 - UNRELEASED
INCOMPATIBLE CHANGES