snvijaya commented on pull request #2150:
URL: https://github.com/apache/hadoop/pull/2150#issuecomment-660113724


   Test results: From East US2 accounts. With and Without HNS results below:
   
   non-HNS
   ```
   [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
   [WARNING] Tests run: 450, Failures: 0, Errors: 0, Skipped: 249
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 140
   ```
   HNS
   ```
   [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Failures: 
   [ERROR]   
ITestAbfsNetworkStatistics.testAbfsHttpResponseStatistics:207->AbstractAbfsIntegrationTest.assertAbfsStatistics:445->Assert.assertEquals:645->Assert.failNotEquals:834->Assert.fail:88
 Mismatch in get_responses expected:<8> but was:<7>
   [ERROR]   
ITestAbfsNetworkStatistics.testAbfsHttpSendStatistics:91->AbstractAbfsIntegrationTest.assertAbfsStatistics:445->Assert.assertEquals:645->Assert.failNotEquals:834->Assert.fail:88
 Mismatch in connections_made expected:<6> but was:<5>
   [INFO] 
   [ERROR] Tests run: 450, Failures: 2, Errors: 0, Skipped: 75
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 140
   
   ```
   The 2 tests from NetworkStatistics is expecting a certain number of 
GetFileStatus calls before the test issues any request. This is needs to be 
fixed. Created JIRA to track it : 
https://issues.apache.org/jira/browse/HADOOP-17137
   
   


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