----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58611/#review172638 -----------------------------------------------------------
Master (b847db8) is red with this patch. ./build-support/jenkins/build.sh Test coverage missing for org/apache/aurora/scheduler/cron/quartz/CronPredictorImpl Test coverage missing for org/apache/aurora/scheduler/cron/quartz/AuroraCronJob Test coverage missing for org/apache/aurora/scheduler/updater/strategy/QueueStrategy Test coverage missing for org/apache/aurora/scheduler/offers/OfferSettings Test coverage missing for org/apache/aurora/scheduler/mesos/TaskStatusStats$3 Test coverage missing for org/apache/aurora/scheduler/mesos/TaskStatusStats$2 Test coverage missing for org/apache/aurora/scheduler/mesos/TaskStatusStats$1 Test coverage missing for org/apache/aurora/scheduler/mesos/CommandLineDriverSettingsModule Test coverage missing for org/apache/aurora/scheduler/mesos/TaskStatusStats Test coverage missing for org/apache/aurora/scheduler/mesos/FrameworkInfoFactory$FrameworkInfoFactoryImpl Test coverage missing for org/apache/aurora/scheduler/thrift/aop/ServerInfoInterceptor Test coverage missing for org/apache/aurora/scheduler/thrift/aop/ThriftStatsExporterInterceptor$1 Test coverage missing for org/apache/aurora/scheduler/thrift/aop/ThriftStatsExporterInterceptor$2 Test coverage missing for org/apache/aurora/scheduler/thrift/aop/ThriftStatsExporterInterceptor Test coverage missing for org/apache/aurora/scheduler/thrift/aop/ThriftWorkload$ThriftWorkloadCounterImpl Test coverage missing for org/apache/aurora/scheduler/thrift/Thresholds Test coverage missing for org/apache/aurora/scheduler/thrift/SchedulerThriftInterface Test coverage missing for org/apache/aurora/scheduler/preemptor/Preemptor$PreemptorImpl Test coverage missing for org/apache/aurora/scheduler/preemptor/BiCache$1 Test coverage missing for org/apache/aurora/scheduler/events/PubsubEvent$DriverDisconnected Test coverage missing for org/apache/aurora/scheduler/events/PubsubEvent$TaskStatusReceived Test coverage missing for org/apache/aurora/scheduler/events/NotifyingSchedulingFilter Test coverage missing for org/apache/aurora/scheduler/events/PubsubEventModule$1 Test coverage missing for org/apache/aurora/scheduler/events/PubsubEvent$DriverRegistered Test coverage missing for org/apache/aurora/scheduler/storage/backup/TemporaryStorage$TemporaryStorageFactory$1 Test coverage missing for org/apache/aurora/scheduler/storage/backup/Recovery$RecoveryImpl Test coverage missing for org/apache/aurora/scheduler/storage/backup/TemporaryStorage$TemporaryStorageFactory Test coverage missing for org/apache/aurora/scheduler/storage/backup/Recovery$RecoveryImpl$PendingRecovery Test coverage missing for org/apache/aurora/scheduler/HostOffer$1 Test coverage missing for org/apache/aurora/scheduler/TaskIdGenerator$TaskIdGeneratorImpl Test coverage missing for org/apache/aurora/scheduler/TaskStatusHandlerImpl$1 Test coverage missing for org/apache/aurora/scheduler/storage/db/typehandlers/VolumeModeTypeHandler * 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: 5 mins 26.273 secs I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On April 21, 2017, 10:36 a.m., Stephan Erb wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/58611/ > ----------------------------------------------------------- > > (Updated April 21, 2017, 10:36 a.m.) > > > Review request for Aurora and Zameer Manji. > > > Repository: aurora > > > Description > ------- > > It is not very common that kills are dropped by Mesos and have to be retried > by Aurora. It therefore makes sense to slightly increase the retry timeout > so that we don't retry needlessly when Thermos is still busy executing > the lifecycle methods. > > By default, Thermos uses the following kill escalation sequence: > > * /quitquitquit > * wait 5s > * /abortabortabort > * wait 5s > * SIGTERM > * wait up to 1 minute > * SIGKILL > > > Diffs > ----- > > > src/main/java/org/apache/aurora/scheduler/reconciliation/ReconciliationModule.java > e076e802f8920b37cef202520c7fbe59724dd06d > > > Diff: https://reviews.apache.org/r/58611/diff/1/ > > > Testing > ------- > > ./gradlew -Pq build > > > Thanks, > > Stephan Erb > >
