[
https://issues.apache.org/jira/browse/HDFS-16625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550730#comment-17550730
]
Ashutosh Gupta commented on HDFS-16625:
---------------------------------------
Thanks for pointing the issue [~svaughan] . Can you also add the list/scope of
tests that need to updated. Thanks.
> Unit tests aren't checking for PMDK availability
> ------------------------------------------------
>
> Key: HDFS-16625
> URL: https://issues.apache.org/jira/browse/HDFS-16625
> Project: Hadoop HDFS
> Issue Type: Test
> Components: test
> Affects Versions: 3.4.0, 3.3.4
> Reporter: Steve Vaughan
> Priority: Blocker
>
> There are unit tests that require native PMDK libraries which aren't checking
> if the library is available, resulting in unsuccessful test. Adding the
> following in the test setup addresses the problem.
> {code:java}
> assumeTrue ("Requires PMDK", NativeIO.POSIX.isPmdkAvailable()); {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]