-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45396/#review125706
-----------------------------------------------------------
Master (0950095) is red with this patch.
./build-support/jenkins/build.sh
[1m self._clock.tick(0.5 + epsilon)[0m
[1m
self._clock.converge(threads=[hct.threaded_health_checker])[0m
[1m
self._clock.assert_waiting(hct.threaded_health_checker, amount=1) #
interval_secs[0m
[1m assert hct._total_latency == 0.5[0m
[1m assert
hct.metrics.sample()['total_latency_secs'] == 0.5[0m
[1m assert hct.metrics.sample()['checks'] == 1[0m
[1m [0m
[1m # tick again[0m
[1m self._clock.tick(1.0 + epsilon)[0m
[1m
self._clock.converge(threads=[hct.threaded_health_checker])[0m
[1m self._clock.tick(0.5 + epsilon)[0m
[1m
self._clock.converge(threads=[hct.threaded_health_checker])[0m
[1m
self._clock.assert_waiting(hct.threaded_health_checker, amount=1) #
interval_secs[0m
[1m> assert hct._total_latency == 1.0[0m
[1m[31mE AssertionError: assert 1.001 == 1.0[0m
[1m[31mE + where 1.001 =
<apache.aurora.executor.common.health_checker.HealthChecker object at
0x7f20f710edd0>._total_latency[0m
src/test/python/apache/aurora/executor/common/test_health_checker.py:184:
AssertionError
-------------- Captured stderr call --------------
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 0.0
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 0.0
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 1.0
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 1.001
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 1.001
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 1.501
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 1.502
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 1.502
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 2.502
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 2.503
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 2.503
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 3.003
[<twitter.common.testing.clock.ThreadedClock object at
0x7f20f710ed10>] Time now: 3.004
generated xml file:
/home/jenkins/jenkins-slave/workspace/AuroraBot/dist/test-results/415337499eb72578eab327a6487c1f5c9452b3d6.xml
[1m[31m 1 failed, 663 passed, 5 skipped, 1 warnings in
285.62 seconds [0m
FAILURE
18:47:48 06:36 [complete][31m
FAILURE[0m
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On March 28, 2016, 6:21 p.m., George Sirois wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45396/
> -----------------------------------------------------------
>
> (Updated March 28, 2016, 6:21 p.m.)
>
>
> Review request for Aurora, Joshua Cohen, Steve Niemitz, and Bill Farner.
>
>
> Repository: aurora
>
>
> Description
> -------
>
> In instances where the root filesystem is read-only, it is desirable to
> have the executor/runner extract themselves into the sandbox.
>
>
> Diffs
> -----
>
> RELEASE-NOTES.md 34f28a165aae4ae24fa95ef19b4972e088fd63a0
> docs/deploying-aurora-scheduler.md 03bfdbab927c924486b04c42df2ad236c0f414a0
>
> src/main/java/org/apache/aurora/scheduler/configuration/executor/ExecutorModule.java
> 949c299bdbc54f976db994266fb97f3099256f13
>
> Diff: https://reviews.apache.org/r/45396/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> George Sirois
>
>