-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63316/#review189485
-----------------------------------------------------------
Master (62e7d23) is red with this patch.
./build-support/jenkins/build.sh
[182] ./~/bootstrap/dist/css/bootstrap.css 984 bytes {0} [built]
[183] ./src/main/sass/app.scss 1.2 kB {0} [built]
[184] ./src/main/resources/source-sans-pro.css 1.05 kB {0} [built]
[216] ./src/main/js/index.js 3.15 kB {0} [built]
[253] ./~/react-router-dom/es/Prompt.js 131 bytes {0} [built]
+ 263 hidden modules
:processResources
:classes
:jar
:startScripts
:distTar
:distZip
:assemble
:compileTestJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:processTestResources
:testClasses
:compileJmhJavaNote:
/home/jenkins/jenkins-slave/workspace/AuroraBot/src/jmh/java/org/apache/aurora/benchmark/fakes/FakeSchedulerDriver.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:processJmhResources NO-SOURCE
:jmhClasses
:checkstyleJmh
:checkstyleMain[ant:checkstyle] [ERROR]
/home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/java/org/apache/aurora/scheduler/events/PubsubEventModule.java:35:8:
Unused import - com.google.inject.Key. [UnusedImports]
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':checkstyleMain'.
> Checkstyle rule violations were found. See the report at:
> file:///home/jenkins/jenkins-slave/workspace/AuroraBot/dist/reports/checkstyle/main.html
* 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 4m 7s
36 actionable tasks: 30 executed, 6 up-to-date
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On Oct. 27, 2017, 9:13 p.m., Jordan Ly wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/63316/
> -----------------------------------------------------------
>
> (Updated Oct. 27, 2017, 9:13 p.m.)
>
>
> Review request for Aurora, David McLaughlin, Stephan Erb, and Bill Farner.
>
>
> Bugs: AURORA-1953
> https://issues.apache.org/jira/browse/AURORA-1953
>
>
> Repository: aurora
>
>
> Description
> -------
>
> We should have `registered` use its own eventbus so it does not get blocked
> by other calls.
>
> See attached ticket for details.
>
>
> Diffs
> -----
>
> src/main/java/org/apache/aurora/scheduler/SchedulerModule.java
> 382181939d292ee00ea2071daec66aa0669609e4
> src/main/java/org/apache/aurora/scheduler/events/PubsubEventModule.java
> 6758f8c3d6fbfb9f3e6f4d05d27a423388d0bdab
> src/main/java/org/apache/aurora/scheduler/mesos/MesosCallbackHandler.java
> 68d19ec53b3bb5ee02934254e8f9c82ae720c6ed
> src/main/java/org/apache/aurora/scheduler/mesos/SchedulerDriverModule.java
> b54e1f3d427b8e99fb022536004014c3fee498d0
> src/test/java/org/apache/aurora/scheduler/events/PubsubEventModuleTest.java
> f656b271c0f3270f162c205923b300d8fe1ec0b7
>
> src/test/java/org/apache/aurora/scheduler/mesos/MesosCallbackHandlerTest.java
> 4d1a6761b8cd761d96cbfb35b0944eb524bd654f
>
>
> Diff: https://reviews.apache.org/r/63316/diff/6/
>
>
> Testing
> -------
>
> `./gradlew test`
>
>
> Thanks,
>
> Jordan Ly
>
>