bilaharith opened a new pull request #2173:
URL: https://github.com/apache/hadoop/pull/2173


   2 Tests in ITestAbfsNetworkStatistics have asserts to a  static number of 
network calls made from the start of fileystem instance creation. But this 
number of calls are dependent on the certain configs settings which allow 
creation of container or account is HNS enabled to avoid GetAcl call.
   
   The tests are modified to ensure that count asserts are made for the 
requests made by the tests alone.
   
   **Driver test results using accounts in Central India**
   mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify
   
   **Client credentials**
   
   **Account with HNS Support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors:
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » 
TestTimedOut test t...
   [INFO]
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 75
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
   
   **Account without HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors:
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » 
TestTimedOut test t...
   [INFO]
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 249
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
   
   **Accesskey**
   
   **Account with HNS Support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors:
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » 
TestTimedOut test t...
   [ERROR]   
ITestGetNameSpaceEnabled.testFailedRequestWhenCredentialsNotCorrect:160->AbstractAbfsIntegrationTest.getFileSystem:254
 » KeyProvider
   [INFO]
   [ERROR] Tests run: 451, Failures: 0, Errors: 2, Skipped: 42
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
   
   **Account without HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors:
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » 
TestTimedOut test t...
   [INFO]
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 245
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
   
   A new testcase failure surfaced from the upstream/trunk. Created the 
following JIRA to track the same 
https://issues.apache.org/jira/browse/HADOOP-17160
   


----------------------------------------------------------------
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