public async Task ListDir() { client = new WebHdfsClient(DataTestUtility.HdfsConnStr); var result = await client.ListStatus(DataTestUtility.HdfsRootDir); Assert.NotNull(result); Assert.True(result.Any()); }