-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45396/#review125903
-----------------------------------------------------------
Master (f28f41a) is red with this patch.
./build-support/jenkins/build.sh
[1m
self._clock.converge(threads=[hct.threaded_health_checker])[0m
[1m
self._clock.assert_waiting(hct.threaded_health_checker, amount=1)[0m
[1m [0m
[1m assert hct._total_latency == 0[0m
[1m assert
hct.metrics.sample()['total_latency_secs'] == 0[0m
[1m [0m
[1m # start the health check (during health check it
is still 0)[0m
[1m epsilon = 0.001[0m
[1m self._clock.tick(1.0 + epsilon)[0m
[1m
self._clock.converge(threads=[hct.threaded_health_checker])[0m
[1m
self._clock.assert_waiting(hct.threaded_health_checker, amount=0.5)[0m
[1m assert hct._total_latency == 0[0m
[1m assert
hct.metrics.sample()['total_latency_secs'] == 0[0m
[1m assert hct.metrics.sample()['checks'] == 0[0m
[1m [0m
[1m # finish the health check[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 == 0.5[0m
[1m[31mE AssertionError: assert 0.5009999999999999
== 0.5[0m
[1m[31mE + where 0.5009999999999999 =
<apache.aurora.executor.common.health_checker.HealthChecker object at
0x7f7ee76057d0>._total_latency[0m
src/test/python/apache/aurora/executor/common/test_health_checker.py:174:
AssertionError
-------------- Captured stderr call --------------
[<twitter.common.testing.clock.ThreadedClock object at
0x7f7ee7605390>] Time now: 0.0
[<twitter.common.testing.clock.ThreadedClock object at
0x7f7ee7605390>] Time now: 0.0
[<twitter.common.testing.clock.ThreadedClock object at
0x7f7ee7605390>] Time now: 1.0
[<twitter.common.testing.clock.ThreadedClock object at
0x7f7ee7605390>] Time now: 1.001
[<twitter.common.testing.clock.ThreadedClock object at
0x7f7ee7605390>] Time now: 1.001
[<twitter.common.testing.clock.ThreadedClock object at
0x7f7ee7605390>] Time now: 1.501
[<twitter.common.testing.clock.ThreadedClock object at
0x7f7ee7605390>] Time now: 1.502
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
201.06 seconds [0m
FAILURE
16:37:05 04:20 [complete][31m
FAILURE[0m
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On March 29, 2016, 4:18 p.m., George Sirois wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45396/
> -----------------------------------------------------------
>
> (Updated March 29, 2016, 4:18 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
> config/legacy_untested_classes.txt 144b258b7a7f73131f07826a0fdcac04834d87db
> docs/operations/configuration.md f9e8844914b7af2b0057ca5f1d7d4391a63ca142
>
> src/main/java/org/apache/aurora/scheduler/configuration/executor/ExecutorModule.java
> 949c299bdbc54f976db994266fb97f3099256f13
>
> src/test/java/org/apache/aurora/scheduler/configuration/executor/ExecutorModuleTest.java
> PRE-CREATION
>
> Diff: https://reviews.apache.org/r/45396/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> George Sirois
>
>