-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62956/#review187905
-----------------------------------------------------------
Master (2aee90d) is red with this patch.
./build-support/jenkins/build.sh
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at
org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:29)
... 10 more
:test FAILED
:jacocoTestReport
Coverage report generated:
file:///home/jenkins/jenkins-slave/workspace/AuroraBot/dist/reports/jacoco/test/html/index.html
:jacocoTestCoverageVerification[ant:jacocoReport] Rule violated for bundle
aurora: instructions covered ratio is 0.61, but expected minimum is 0.87
[ant:jacocoReport] Rule violated for bundle aurora: branches covered ratio is
0.50, but expected minimum is 0.79
FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':test'.
> Process 'Gradle Test Executor 5' finished with non-zero exit value 137
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':jacocoTestCoverageVerification'.
> Rule violated for bundle aurora: instructions covered ratio is 0.61, but
> expected minimum is 0.87
Rule violated for bundle aurora: branches covered ratio is 0.50, but expected
minimum is 0.79
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
==============================================================================
* Get more help at https://help.gradle.org
BUILD FAILED in 21m 46s
48 actionable tasks: 39 executed, 9 up-to-date
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On Oct. 12, 2017, 4:18 p.m., Bill Farner wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/62956/
> -----------------------------------------------------------
>
> (Updated Oct. 12, 2017, 4:18 p.m.)
>
>
> Review request for Aurora, David McLaughlin and Jordan Ly.
>
>
> Repository: aurora
>
>
> Description
> -------
>
> There's no reason for us to evaluate offers with no CPUs or memory, so reject
> them early in the offer lifecycle.
>
> This is an incremental performance optimization, but it may net significant
> improvements based on observations in some very large clusters.
>
>
> Diffs
> -----
>
> src/main/java/org/apache/aurora/scheduler/http/Utilization.java
> 3c77e2983ce00f897f3d5ed106b779cd7f7f0940
> src/main/java/org/apache/aurora/scheduler/offers/OfferManager.java
> e8334310a2a46a0ccb09ee6e4122c515892d3996
>
> src/main/java/org/apache/aurora/scheduler/preemptor/PreemptionVictimFilter.java
> 1b1239753f40d7d46d91724def6c25037eb79f1c
> src/main/java/org/apache/aurora/scheduler/resources/ResourceBag.java
> d5db81b88a0369d0b26c8fbf70efab3886ad7695
> src/main/java/org/apache/aurora/scheduler/stats/TaskStatCalculator.java
> b98aaaf48ae60afef19a368ee96abc897300f8fa
> src/test/java/org/apache/aurora/scheduler/offers/OfferManagerImplTest.java
> 2cfdc090ff75a63111ae146c9fe7b3542e7ac83f
> src/test/java/org/apache/aurora/scheduler/offers/Offers.java
> 129b4437315c6ad4ea47ca75d4ae6e28cadd7911
> src/test/java/org/apache/aurora/scheduler/resources/ResourceTestUtil.java
> 765a527acb96997989c920be8b69dfa1113dc302
>
>
> Diff: https://reviews.apache.org/r/62956/diff/2/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Bill Farner
>
>