Steve Vaughan
Steve Vaughan
The InetAddressUtils class in this patch will also be used to address HDFS-16685. Once this patch is accepted, I'll create the pull request for HDFS-16685.
This looks like an example of a flaky test, where a previous test execution affects tests that follow. Specifically the reported failed test is `testRollback` which does not start any...
Building the entire distribution in 10 minutes really facilitates development. I think you're underestimating the savings that come from a parallel build. There are many organizations that run the tests...
I'd be happy to build distributions serially and in parallel, and confirm that there are no differences. @saintstack is correct. The parallel build fails because the dependencies are needed, but...
I was able to perform a pkgdiff against a published distribution vs a local parallel build, and the only changes were those involving expected differences (e.g. timestamps, git checksums, etc.).
In my testing I ran into several race conditions: - maven assembly would complain about missing artifacts (which were built) - native libraries would be missing from distributions The changes...
I just repeated a build of `trunk` and it failed without the dependencies. It's a basic distribution with native libraries compiled in parallel without executing tests. I used "1C" as...
I've been focusing on speeding up the build process in order to aid in development. There are several reasons why the tests can't safely run in parallel, which is why...
@ayushtkn What other random behavior did your see?
Testing refactoring of `hadoop-mapreduce-project` that is patterned after `hadoop-yarn-project`. All 3rd party dependencies are removed, leaving the dependencies to apply just to packaging. This moves all my additions out of...