-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31289/#review73694
-----------------------------------------------------------
Master (277ac43) is red with this patch.
./build-support/jenkins/build.sh
src.test.python.apache.aurora.client.cli.sla
..... SUCCESS
src.test.python.apache.aurora.client.cli.supdate
..... SUCCESS
src.test.python.apache.aurora.client.cli.task
..... SUCCESS
src.test.python.apache.aurora.client.cli.update
..... SUCCESS
src.test.python.apache.aurora.client.cli.version
..... SUCCESS
src.test.python.apache.aurora.client.config
..... SUCCESS
src.test.python.apache.aurora.client.factory
..... SUCCESS
src.test.python.apache.aurora.client.hooks.hooked_api
..... SUCCESS
src.test.python.apache.aurora.client.hooks.non_hooked_api
..... SUCCESS
src.test.python.apache.aurora.common.test_aurora_job_key
..... SUCCESS
src.test.python.apache.aurora.common.test_cluster
..... SUCCESS
src.test.python.apache.aurora.common.test_cluster_option
..... SUCCESS
src.test.python.apache.aurora.common.test_clusters
..... SUCCESS
src.test.python.apache.aurora.common.test_http_signaler
..... SUCCESS
src.test.python.apache.aurora.common.test_pex_version
..... SUCCESS
src.test.python.apache.aurora.common.test_shellify
..... SUCCESS
src.test.python.apache.aurora.common.test_transport
..... SUCCESS
src.test.python.apache.aurora.config.test_base
..... SUCCESS
src.test.python.apache.aurora.config.test_constraint_parsing
..... SUCCESS
src.test.python.apache.aurora.config.test_loader
..... SUCCESS
src.test.python.apache.aurora.config.test_thrift
..... SUCCESS
src.test.python.apache.aurora.executor.common.announcer
..... SUCCESS
src.test.python.apache.aurora.executor.common.directory_sandbox
..... SUCCESS
src.test.python.apache.aurora.executor.common.executor_detector
..... SUCCESS
src.test.python.apache.aurora.executor.common.executor_timeout
..... SUCCESS
src.test.python.apache.aurora.executor.common.health_checker
..... FAILURE
src.test.python.apache.aurora.executor.common.path_detector
..... SUCCESS
src.test.python.apache.aurora.executor.common.task_info
..... SUCCESS
src.test.python.apache.aurora.executor.executor_base
..... SUCCESS
src.test.python.apache.aurora.executor.executor_vars
..... SUCCESS
src.test.python.apache.aurora.executor.status_manager
..... SUCCESS
src.test.python.apache.aurora.executor.thermos_task_runner
..... SUCCESS
src.test.python.apache.thermos.common.test_pathspec
..... SUCCESS
src.test.python.apache.thermos.core.test_runner_integration
..... SUCCESS
src.test.python.apache.thermos.monitoring.test_disk
..... SUCCESS
FAILURE
[31m
FAILURE[0m
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On Feb. 23, 2015, 8:02 p.m., Thorhallur Sverrisson wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31289/
> -----------------------------------------------------------
>
> (Updated Feb. 23, 2015, 8:02 p.m.)
>
>
> Review request for Aurora and Bill Farner.
>
>
> Bugs: AURORA-1138
> https://issues.apache.org/jira/browse/AURORA-1138
>
>
> Repository: aurora
>
>
> Description
> -------
>
> To make sure the vagrant system is up and running successfully
> we need to fail the provisioning steps when errors strike.
>
> Bash -e flag tells bash to exit on any non-zero exit from any
> command (with excpetions), giving us the early exit needed.
>
> To ignore errors add '|| true' after the command to ignore
> failures from.
>
> After the provisioning steps complete the aurora-scheduler does not start due
> to
>
> `Could not find or load main class
> org.apache.aurora.scheduler.app.SchedulerMain`
>
> I'm trying to figure out why, but gradle is new to me so I'm not sure why it
> is not being built/included in the .jar files.
>
>
> Diffs
> -----
>
> examples/vagrant/aurorabuild.sh cb6fb1a0259c03ca11c4f355774a19eda985e097
> examples/vagrant/provision-dev-cluster.sh
> 042298408944d60e286aad3947f51fe4a6af7c8c
>
> Diff: https://reviews.apache.org/r/31289/diff/
>
>
> Testing
> -------
>
> vagrant destroy
> vagrant up
>
>
> Thanks,
>
> Thorhallur Sverrisson
>
>