> On March 27, 2016, 4:59 p.m., Aurora ReviewBot wrote:
> > Master (b352e8b) is red with this patch.
> > ./build-support/jenkins/build.sh
> >
> > :processTestResources
> > :testClasses
> > :checkstyleTest
> > :findbugsJmh
> > :findbugsMain
> > :findbugsTest
> > :licenseJmh UP-TO-DATE
> > :licenseMain UP-TO-DATE
> > :licenseTest UP-TO-DATE
> > :license UP-TO-DATE
> > :pmdJmh
> > :pmdMain
> > :pmdTest
> > :test
> >
> > org.apache.aurora.scheduler.http.api.security.HttpSecurityIT >
> > testH2ConsoleUser FAILED
> > java.lang.RuntimeException
> > I0327 22:58:35.386 [ShutdownHook, SchedulerMain:99] Stopping scheduler
> > services.
> > I0327 22:58:35.466 [RedirectMonitor STARTING-SendThread(localhost:39726),
> > ClientCnxn$SendThread:1032] Opening socket connection to server
> > localhost/0:0:0:0:0:0:0:1:39726. Will not attempt to authenticate using
> > SASL (unknown error)
> >
> > 945 tests completed, 1 failed, 2 skipped
> > :test FAILED
> > :jacocoTestReport
> > Coverage report generated:
> > file:///home/jenkins/jenkins-slave/workspace/AuroraBot/dist/reports/jacoco/test/html/index.html
> > :analyzeReport
> > Instruction coverage is 0.8850341435461535, but must be greater than 0.89
> > Branch coverage is 0.8062213156552779, but must be greater than 0.835
> >
> > FAILURE: Build failed with an exception.
> >
> > * What went wrong:
> > Execution failed for task ':test'.
> > > There were failing tests. See the report at:
> > > file:///home/jenkins/jenkins-slave/workspace/AuroraBot/dist/reports/tests/index.html
> >
> > * 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: 17 mins 24.122 secs
> >
> >
> > I will refresh this build result if you post a review containing
> > "@ReviewBot retry"
This was in
`org.apache.aurora.scheduler.http.api.security.HttpSecurityIT#testH2ConsoleUser`:
```
java.lang.RuntimeException: Tear down did not complete cleanly:
[java.util.concurrent.TimeoutException: Timeout waiting for the services to
stop. The following services have not stopped: {STOPPING=[RegisterGauges
[TERMINATED], HttpServerLauncher [STOPPING], RedirectMonitor [TERMINATED]]}]
at
org.apache.aurora.common.testing.TearDownTestCase.tearDown(TearDownTestCase.java:44)
...
```
I'll give it a retry.
- John
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45366/#review125576
-----------------------------------------------------------
On March 27, 2016, 4:39 p.m., John Sirois wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45366/
> -----------------------------------------------------------
>
> (Updated March 27, 2016, 4:39 p.m.)
>
>
> Review request for Aurora and Bill Farner.
>
>
> Bugs: AURORA-1650
> https://issues.apache.org/jira/browse/AURORA-1650
>
>
> Repository: aurora
>
>
> Description
> -------
>
> These methods always returned `true`, which was misleading. Eliminate
> these query methods and force users to consult the collection for
> emptiness to make intentions more clear.
>
>
> src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
> | 3 +--
> src/main/java/org/apache/aurora/scheduler/http/Mname.java
> | 4 +---
> src/main/java/org/apache/aurora/scheduler/mesos/MesosTaskFactory.java
> | 4 +---
>
> src/main/java/org/apache/aurora/scheduler/scheduling/RescheduleCalculator.java
> | 2 +-
> src/main/java/org/apache/aurora/scheduler/storage/db/DbAttributeStore.java
> | 1 -
> src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
> | 2 +-
> 6 files changed, 5 insertions(+), 11 deletions(-)
>
>
> Diffs
> -----
>
>
> src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
> b3b8ccf868c2a2f18f720a837e90d763072dd3eb
> src/main/java/org/apache/aurora/scheduler/http/Mname.java
> 807a1989473f1a933790e5837d804941419007a3
> src/main/java/org/apache/aurora/scheduler/mesos/MesosTaskFactory.java
> 20cbd419dcb988f2c7ba72c8acbe6fee90d02248
>
> src/main/java/org/apache/aurora/scheduler/scheduling/RescheduleCalculator.java
> 4b0ef81e5dd2723291a9810980246c6c3e7924f5
> src/main/java/org/apache/aurora/scheduler/storage/db/DbAttributeStore.java
> 69010985aa066ebb6686f256a734d77e008ccd1a
> src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
> e9e9368328992cb8cc26eb22d86aa244d5fa9250
>
> Diff: https://reviews.apache.org/r/45366/diff/
>
>
> Testing
> -------
>
> Locally green:
> ```
> ./build-support/jenkins/build.sh
> ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> ```
>
>
> Thanks,
>
> John Sirois
>
>