-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47440/#review135104
-----------------------------------------------------------
Master (b76e38f) is red with this patch.
./build-support/jenkins/build.sh
[1m with temporary_dir() as checkpoint_root:[0m
[1m te = AuroraExecutor([0m
[1m>
runner_provider=make_provider(checkpoint_root),[0m
[1m
sandbox_provider=DefaultTestSandboxProvider())[0m
src/test/python/apache/aurora/executor/test_thermos_executor.py:580:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in
make_provider
[1m pex_location=thermos_runner_path(),[0m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
build = True
[1m def thermos_runner_path(build=True):[0m
[1m if not build:[0m
[1m return getattr(thermos_runner_path, 'value',
None)[0m
[1m [0m
[1m if not hasattr(thermos_runner_path, 'value'):[0m
[1m pex_dir = safe_mkdtemp()[0m
[1m> assert subprocess.call(["./pants",
"--pants-distdir=%s" % pex_dir, "binary",[0m
[1m
"src/main/python/apache/thermos/runner:thermos_runner"]) == 0[0m
[1m[31mE assert 1 == 0[0m
[1m[31mE + where 1 = <function call at
0x7f020e208938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpTZUqqP',
'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])[0m
[1m[31mE + where <function call at
0x7f020e208938> = subprocess.call[0m
src/test/python/apache/aurora/executor/test_thermos_executor.py:185:
AssertionError
-------------- Captured stderr call --------------
Traceback (most recent call last):
File
"/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/0.0.80/bin/pants",
line 7, in <module>
from pants.bin.pants_exe import main
ImportError: No module named pants.bin.pants_exe
generated xml file:
/home/jenkins/jenkins-slave/workspace/AuroraBot/dist/test-results/415337499eb72578eab327a6487c1f5c9452b3d6.xml
[1m[31m 16 failed, 635 passed, 6 skipped, 1 warnings, 8
error in 102.51 seconds [0m
FAILURE
[32m
Waiting for background workers to finish.[0m
22:49:10 02:28 [complete][31m
FAILURE[0m
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On May 26, 2016, 10:29 p.m., Dmitriy Shirchenko wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/47440/
> -----------------------------------------------------------
>
> (Updated May 26, 2016, 10:29 p.m.)
>
>
> Review request for Aurora, Maxim Khutornenko and Stephan Erb.
>
>
> Bugs: AURORA-1683
> https://issues.apache.org/jira/browse/AURORA-1683
>
>
> Repository: aurora
>
>
> Description
> -------
>
> Looking for some feedback whether I'm on the correct path in adding a
> webhook. All comments are welcome!
>
>
> Diffs
> -----
>
> docs/reference/scheduler-configuration.md
> f7d676d0ed6bc536f4341dbb9365cf50e8607efb
> src/main/java/org/apache/aurora/scheduler/app/SchedulerMain.java
> 9ebfe230836e88a97bc60092373f72f176a8f6f2
> src/main/java/org/apache/aurora/scheduler/events/PubsubEvent.java
> 2a4c0665e48d30e0655de00bd7f6f9b49f01eafc
> src/main/java/org/apache/aurora/scheduler/events/Webhook.java PRE-CREATION
> src/main/java/org/apache/aurora/scheduler/events/WebhookInfo.java
> PRE-CREATION
> src/main/java/org/apache/aurora/scheduler/events/WebhookModule.java
> PRE-CREATION
> src/main/resources/org/apache/aurora/scheduler/webhook.json PRE-CREATION
> src/test/java/org/apache/aurora/scheduler/events/WebhookTest.java
> PRE-CREATION
>
> Diff: https://reviews.apache.org/r/47440/diff/
>
>
> Testing
> -------
>
> Need to fix tests.
>
>
> Thanks,
>
> Dmitriy Shirchenko
>
>