tasanuma commented on pull request #2243:
URL: https://github.com/apache/hadoop/pull/2243#issuecomment-679934619


   I also confirmed that `mvn test` in the environment doesn't skip the unit 
tests using ISA-L library.
   ```
   tasanuma@696fff23ee3a:~/hadoop$ mvn test 
-Dtest=TestNativeRSRawCoder,TestNativeXORRawCoder
   ...
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running 
org.apache.hadoop.io.erasurecode.rawcoder.TestNativeXORRawCoder
   [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 
s - in org.apache.hadoop.io.erasurecode.rawcoder.TestNativeXORRawCoder
   [INFO] Running org.apache.hadoop.io.erasurecode.rawcoder.TestNativeRSRawCoder
   [WARNING] Corrupted STDOUT by directly writing to native stream in forked 
JVM 1. See FAQ web page and the dump file 
/home/tasanuma/hadoop/hadoop-common-project/hadoop-common/target/surefire-reports/2020-08-25T09-59-38_459-jvmRun1.dumpstream
   [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.274 s - in org.apache.hadoop.io.erasurecode.rawcoder.TestNativeRSRawCoder
   [INFO]
   [INFO] Results:
   [INFO]
   [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
   ...
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to