Skip to content

speed up local build time by 97% #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 10, 2017
Merged
Prev Previous commit
Next Next commit
log into travis our bucketvaluedistribution test
  • Loading branch information
wangjoshuah committed Mar 10, 2017
commit 4b742e9b4eceef0f5ebcb3e932639ce1796d1855
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public void generateBucketValueForNegativeHashCodes() throws Exception {
@Test
@Category(ExhaustiveTest.class)
public void generateBucketValueDistribution() throws Exception {
System.out.println("starting generateBucketValueDistribution");
System.out.println("CI Value is " + System.getenv("CI"));
Assume.assumeTrue(Boolean.valueOf(System.getenv("CI")));
assertTrue(false);
long lowerHalfCount = 0;
Expand Down