> On Nov. 14, 2014, 1:48 a.m., Zameer Manji wrote: > > src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java, > > line 1787 > > <https://reviews.apache.org/r/28026/diff/1/?file=763222#file763222line1787> > > > > Can you file a JIRA for this?
This is now tracked by https://issues.apache.org/jira/browse/AURORA-937 - Maxim ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28026/#review61371 ----------------------------------------------------------- On Nov. 14, 2014, 1:30 a.m., Bill Farner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/28026/ > ----------------------------------------------------------- > > (Updated Nov. 14, 2014, 1:30 a.m.) > > > Review request for Aurora, David McLaughlin and Zameer Manji. > > > Repository: aurora > > > Description > ------- > > This brings SchedulerThriftInterface to 99% instruction coverage and 96% > branch coverage. The remaining pieces are legitimately difficult to capture. > > I also uncovered a few minor bugs along the way, most noteworthy being AOP > interceptor ordering leading to the standard API response not always being > applied. > > Additionally, i removed a bunch of unnecessary exception handling that is now > done by an AOP interceptor. > > > Diffs > ----- > > src/main/java/org/apache/aurora/auth/SessionValidator.java > eeebb78901a6c33e08ceb8e675c91f0b5f44bcbc > src/main/java/org/apache/aurora/scheduler/storage/backup/Recovery.java > 4744dc9f202969906113ccb610bf17c94d188c43 > > src/main/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterface.java > b2b66acee9c0789f3660469d6d504b4510af5e79 > src/main/java/org/apache/aurora/scheduler/thrift/Util.java > 18e2bdfab6406761d7e7cbcec26d12fb28441fe0 > src/main/java/org/apache/aurora/scheduler/thrift/aop/AopModule.java > dca855c522d21924821fc47e636da39689aec4b7 > > src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java > 5c9ea6cf4eb4d99d94f5d61e784dd7c9c480798c > > Diff: https://reviews.apache.org/r/28026/diff/ > > > Testing > ------- > > > Thanks, > > Bill Farner > >