Viraj Jasani

Results 46 comments of Viraj Jasani

Endpoint: `us-west-2`: ``` $ mvn -Dparallel-tests -DtestsThreadCount=8 -Dscale clean verify [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ hadoop-aws --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Results:...

Test results look good, tested against endpoint `us-west-2`.

@mukund-thakur could you please review this PR?

@steveloughran could you please review as per convenience? nothing urgent.

@jojochuang @brahmareddybattula Could you please review this PR? Once this change is in, we will be able to get the server side tests running as part of this build: https://ci-hadoop.apache.org/job/Ambari/job/Ambari-Nightly/job/trunk/

Once this PR is merged, nightly builds should be unblocked. Once done, we might need new PR to unblock precommit build for trunk. Once both of these builds are functional,...

@jojochuang we have clean precommit build https://ci-hadoop.apache.org/job/Ambari/job/Ambari-PreCommit-GitHub-PR/view/change-requests/job/PR-3338/2/ but it is missing `mvn clean test`, which is already part of nightly build and this PR is to unblock nightly build so...

@hapylestat @dlysnichenko 2 unit tests methods have same name: https://github.com/apache/ambari/pull/2964/files#diff-22e7802382a47eee0c8bd5a093f824fcL1478 https://github.com/apache/ambari/pull/2964/files#diff-22e7802382a47eee0c8bd5a093f824fcL1503 This PR is to update the name based on what they are doing. Please review