-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31525/#review74434
-----------------------------------------------------------
Master (766d1c9) is red with this patch.
./build-support/jenkins/build.sh
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
..... SUCCESS
src.test.python.apache.aurora.executor.common.kill_manager
..... SUCCESS
src.test.python.apache.aurora.executor.common.path_detector
..... SUCCESS
src.test.python.apache.aurora.executor.common.status_checker
..... 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.gc_executor
..... FAILURE
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. 27, 2015, 3:19 a.m., Maxim Khutornenko wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31525/
> -----------------------------------------------------------
>
> (Updated Feb. 27, 2015, 3:19 a.m.)
>
>
> Review request for Aurora, Kevin Sweeney and Bill Farner.
>
>
> Bugs: AURORA-1148
> https://issues.apache.org/jira/browse/AURORA-1148
>
>
> Repository: aurora
>
>
> Description
> -------
>
> Instead of relying on a fixed MAX_SCORE, vetoes are now graded by their
> relative weight (severity) with a dedicated constraint mismatch ranked higest
> and an insufficient resource mismatch - lowest. Together with "break early"
> rule in SchedulingFilter, this ensures "heavier" vetoes are given proper
> attention in the NearestFit. This simplifies `NearestFit` logic while also
> improving pending reason reporting accuracy and scheduling performance.
>
>
> Diffs
> -----
>
> src/main/java/org/apache/aurora/scheduler/filter/SchedulingFilter.java
> 3313bd2f9ed5a88375d88715dea5da1e9ad8b963
> src/main/java/org/apache/aurora/scheduler/filter/SchedulingFilterImpl.java
> a020ce50d578fba7f32b370f448a49eb1c284147
> src/main/java/org/apache/aurora/scheduler/metadata/NearestFit.java
> c3097e49c0f6588ea765aa4fab69dd35e3d90e8b
>
> src/test/java/org/apache/aurora/scheduler/filter/SchedulingFilterImplTest.java
> b00668423a53a8cf6f4da3456bce3354f1fd2424
> src/test/java/org/apache/aurora/scheduler/metadata/NearestFitTest.java
> 78a236c0f9074692b67ce18e6e03f18fe4529e02
>
> Diff: https://reviews.apache.org/r/31525/diff/
>
>
> Testing
> -------
>
> ./gradlew -Pq build
>
>
> Thanks,
>
> Maxim Khutornenko
>
>