-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60208/#review178299
-----------------------------------------------------------
Master (58ee6e4) is red with this patch.
./build-support/jenkins/build.sh
:findbugsTest
:licenseJmh UP-TO-DATE
:licenseMain UP-TO-DATE
:licenseTest UP-TO-DATE
:license UP-TO-DATE
:pmdJmh
:pmdMain
:pmdTest
:test
org.apache.aurora.scheduler.thrift.ReadOnlySchedulerImplTest >
testGetJobUpdateDiffWithUpdateAdd FAILED
java.lang.AssertionError at ReadOnlySchedulerImplTest.java:788
org.apache.aurora.scheduler.thrift.ReadOnlySchedulerImplTest >
testGetJobUpdateDiffWithUnchanged FAILED
java.lang.AssertionError at ReadOnlySchedulerImplTest.java:845
org.apache.aurora.scheduler.thrift.ReadOnlySchedulerImplTest >
testGetJobUpdateDiffWithUpdateRemove FAILED
java.lang.AssertionError at ReadOnlySchedulerImplTest.java:821
I0619 21:14:54.118 [ShutdownHook, SchedulerMain] Stopping scheduler services.
1152 tests completed, 3 failed, 2 skipped
:test FAILED
:jacocoTestReport
Coverage report generated:
file:///home/jenkins/jenkins-slave/workspace/AuroraBot/dist/reports/jacoco/test/html/index.html
:analyzeReport
Instruction coverage is 0.8854725065887373, but must be greater than 0.89
Branch coverage is 0.7975009187798603, but must be greater than 0.835
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at:
> file:///home/jenkins/jenkins-slave/workspace/AuroraBot/dist/reports/tests/test/index.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 4 mins 8.841 secs
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On June 19, 2017, 9:04 p.m., Jason Lai wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60208/
> -----------------------------------------------------------
>
> (Updated June 19, 2017, 9:04 p.m.)
>
>
> Review request for Aurora, Eric Chung, Joshua Cohen, Charles Raimbert, and
> Zameer Manji.
>
>
> Bugs: AURORA-1936
> https://issues.apache.org/jira/browse/AURORA-1936
>
>
> Repository: aurora
>
>
> Description
> -------
>
> Add Thrift schema for POSIX RLimit support for Mesos containers
>
>
> Diffs
> -----
>
> api/src/main/thrift/org/apache/aurora/gen/api.thrift
> 3749531b5412d7ca217736aa85eed8e6606225ad
>
>
> Diff: https://reviews.apache.org/r/60208/diff/1/
>
>
> Testing
> -------
>
> Make sure the Aurora Thrift schema is structurally equivalent to the
> [RLimitInfo](https://github.com/apache/mesos/blob/1.2.x/include/mesos/mesos.proto#L2295-L2333)
> ProtoBuf schema introduced in Mesos 1.2.x.
>
>
> Thanks,
>
> Jason Lai
>
>