-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25257/
-----------------------------------------------------------

(Updated Sept. 3, 2014, 4:14 p.m.)


Review request for Aurora, Joshua Cohen, Kevin Sweeney, and Zameer Manji.


Bugs: AURORA-658
    https://issues.apache.org/jira/browse/AURORA-658


Repository: aurora


Description
-------

The big improvement over the previous incantation of local scheduler mode is 
that arguments like `testing_isolated_scheduler` don't leak into production 
builds.  There is also less affordance made in SchedulerMain and modules for 
testing mode - the behavior changes with modules rather than branches.

This could be extended pretty easily to offer more faked behavior, but i 
stopped at providing an offer loop.  With this, jobs can be submitted, and show 
as moving to RUNNING.

As mentioned in a TODO, i would like to change SchedulerIT in a follow-up to 
use the same approach.


Diffs (updated)
-----

  build.gradle 66c8205c8354048c398623edf7ba75e721376b01 
  src/main/java/org/apache/aurora/scheduler/app/SchedulerMain.java 
ec31c49da55b68e89bf13f08f4bb6f571a46fbc3 
  src/test/java/org/apache/aurora/scheduler/app/SchedulerIT.java 
7178a924ef8d7966bf24fa96657ea514080b1d00 
  src/test/java/org/apache/aurora/scheduler/app/local/FakeMaster.java 
PRE-CREATION 
  
src/test/java/org/apache/aurora/scheduler/app/local/FakeNonVolatileStorage.java 
PRE-CREATION 
  src/test/java/org/apache/aurora/scheduler/app/local/LocalSchedulerMain.java 
PRE-CREATION 
  
src/test/java/org/apache/aurora/scheduler/app/local/simulator/ClusterSimulatorModule.java
 PRE-CREATION 
  src/test/java/org/apache/aurora/scheduler/app/local/simulator/Events.java 
PRE-CREATION 
  src/test/java/org/apache/aurora/scheduler/app/local/simulator/FakeSlaves.java 
PRE-CREATION 

Diff: https://reviews.apache.org/r/25257/diff/


Testing
-------

./gradlew run, also ran directly in intellij


Thanks,

Bill Farner

Reply via email to