----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35954/#review89793 -----------------------------------------------------------
Master (a1af1f6) is red with this patch. ./build-support/jenkins/build.sh :api:checkPython :api:generateThriftEntitiesJava :api:classesThriftEntities :api:compileJava UP-TO-DATE :api:generateThriftResources :api:processResources UP-TO-DATE :api:classes :api:jar :compileJavaNote: Writing file:/home/jenkins/jenkins-slave/workspace/AuroraBot/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2 :processResources :classes :jar :startScripts :distTar :distZip :assemble :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 UP-TO-DATE :jmhClasses :checkstyleJmh :jsHint :checkstyleMain[ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/java/org/apache/aurora/scheduler/quota/QuotaManager.java:39:8: Unused import - org.apache.aurora.scheduler.storage.QuotaStore. [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/java/org/apache/aurora/scheduler/quota/QuotaManager.java:40:8: Unused import - org.apache.aurora.scheduler.storage.Storage. 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.xml * 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: 1 mins 59.232 secs I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On June 29, 2015, 8:59 p.m., Zameer Manji wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35954/ > ----------------------------------------------------------- > > (Updated June 29, 2015, 8:59 p.m.) > > > Review request for Aurora, Joe Smith, Maxim Khutornenko, and Bill Farner. > > > Bugs: AURORA-1375 > https://issues.apache.org/jira/browse/AURORA-1375 > > > Repository: aurora > > > Description > ------- > > Having quota below current production resesrvation is illogical and the > scheduler should reject requests that would result in this. > > > Diffs > ----- > > src/main/java/org/apache/aurora/scheduler/quota/QuotaManager.java > 7453680af5a518012f9779f82d0349e897c04994 > > src/main/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterface.java > 9af379c36d2e3e44f462ed5d431f8a497b2d09f6 > src/test/java/org/apache/aurora/scheduler/quota/QuotaManagerImplTest.java > 58ee226a3819d6796a169156320c10677e35611a > > src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java > ee8f5423810c60b2075e6b98ba8cda36393ae5cc > src/test/java/org/apache/aurora/scheduler/thrift/ThriftIT.java > 2a2b499905a788eb59f5824bc66b487f91e838f1 > > Diff: https://reviews.apache.org/r/35954/diff/ > > > Testing > ------- > > ./rbt post -o > > > Thanks, > > Zameer Manji > >