adobe-apiplatform / mesos-actor

An Akka based Mesos actor for creating Mesos frameworks.
Apache License 2.0
10 stars 8 forks source link

[RUNNER-1776] Resources of default role(*) not being considered #32

Closed Himavanth closed 5 years ago

Himavanth commented 5 years ago

The TaskMatcher was ignoring the resources with role set to default role(*). Now including those as well

codecov-io commented 5 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   92.38%   92.38%           
=======================================
  Files           6        6           
  Lines         105      105           
  Branches       11        4    -7     
=======================================
  Hits           97       97           
  Misses          8        8
Impacted Files Coverage Δ
...adobe/api/platform/runtime/mesos/TaskMatcher.scala 97.36% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c757ff4...1c0b7f5. Read the comment docs.

tysonnorris commented 5 years ago

this is expected behavior