----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65769/ -----------------------------------------------------------
Review request for Aurora, David McLaughlin, Renan DelValle, and Bill Farner. Repository: aurora Description ------- Removing an unused `TierModule` from `RecoveryTool`. Additionally, resolved an old TODO and moved `TaskTestUtil` to the test folder. It seems that the old version of JMH could not see test sources but https://github.com/melix/jmh-gradle-plugin/issues/31 and the upgrade to 0.4.4 seems to fix that. Diffs ----- src/main/java/org/apache/aurora/scheduler/base/TaskTestUtil.java 2b61c273860a33472890fc22e06b3c53d2086999 src/main/java/org/apache/aurora/scheduler/storage/durability/RecoveryTool.java 7cb4c52bc6e890f48a8bc9fe21c54cea38644808 Diff: https://reviews.apache.org/r/65769/diff/1/ Testing ------- `./gradlew test` `./gradlew jmh` end-to-end tests pass. Thanks, Jordan Ly
