You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Greg Mann <gr...@mesosphere.io> on 2018/07/25 15:36:10 UTC

Re: Review Request 67878: Updated tests to check per-framework metrics.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67878/
-----------------------------------------------------------

(Updated July 25, 2018, 3:36 p.m.)


Review request for mesos, Benjamin Mahler, Gastón Kleiman, and Gilbert Song.


Changes
-------

Updated max_completed_frameworks flag test to check metric lifecycle.


Summary (updated)
-----------------

Updated tests to check per-framework metrics.


Repository: mesos


Description (updated)
-------

Updated tests to check per-framework metrics.


Diffs (updated)
-----

  src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
  src/tests/scheduler_tests.cpp bcdd0ec010889b4155a0feebe0248b7593d8bf0c 


Diff: https://reviews.apache.org/r/67878/diff/5/

Changes: https://reviews.apache.org/r/67878/diff/4-5/


Testing (updated)
-------

`make check`

Also ran in internal CI pipeline, tests were green on all platforms.


Thanks,

Greg Mann


Re: Review Request 67878: Updated tests to check per-framework metrics.

Posted by Greg Mann <gr...@mesosphere.io>.

> On July 25, 2018, 6:50 p.m., Gastón Kleiman wrote:
> > src/tests/master_tests.cpp
> > Lines 6109 (patched)
> > <https://reviews.apache.org/r/67878/diff/2-5/?file=2061406#file2061406line6111>
> >
> >     Ditto using a single metrics object per test.
> >     
> >     We should also test that the value of this metrics is 0 before launching the task.

I think I'll keep these as-is for consistency.


- Greg


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67878/#review206460
-----------------------------------------------------------


On July 25, 2018, 3:36 p.m., Greg Mann wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67878/
> -----------------------------------------------------------
> 
> (Updated July 25, 2018, 3:36 p.m.)
> 
> 
> Review request for mesos, Benjamin Mahler, Gastón Kleiman, and Gilbert Song.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Updated tests to check per-framework metrics.
> 
> 
> Diffs
> -----
> 
>   src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
>   src/tests/scheduler_tests.cpp bcdd0ec010889b4155a0feebe0248b7593d8bf0c 
> 
> 
> Diff: https://reviews.apache.org/r/67878/diff/5/
> 
> 
> Testing
> -------
> 
> `make check`
> 
> Also ran in internal CI pipeline, tests were green on all platforms.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>


Re: Review Request 67878: Updated tests to check per-framework metrics.

Posted by Gastón Kleiman <ga...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67878/#review206460
-----------------------------------------------------------


Fix it, then Ship it!





src/tests/master_tests.cpp
Lines 6109 (patched)
<https://reviews.apache.org/r/67878/#comment289433>

    Ditto using a single metrics object per test.
    
    We should also test that the value of this metrics is 0 before launching the task.



src/tests/scheduler_tests.cpp
Lines 1599 (patched)
<https://reviews.apache.org/r/67878/#comment289430>

    Nit: `JSON::Object` is mutable, so we could use a single `JSON::Object` and name it `metrics` instead of `metrics1`.


- Gastón Kleiman


On July 25, 2018, 8:36 a.m., Greg Mann wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67878/
> -----------------------------------------------------------
> 
> (Updated July 25, 2018, 8:36 a.m.)
> 
> 
> Review request for mesos, Benjamin Mahler, Gastón Kleiman, and Gilbert Song.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Updated tests to check per-framework metrics.
> 
> 
> Diffs
> -----
> 
>   src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
>   src/tests/scheduler_tests.cpp bcdd0ec010889b4155a0feebe0248b7593d8bf0c 
> 
> 
> Diff: https://reviews.apache.org/r/67878/diff/5/
> 
> 
> Testing
> -------
> 
> `make check`
> 
> Also ran in internal CI pipeline, tests were green on all platforms.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>


Re: Review Request 67878: Updated tests to check per-framework metrics.

Posted by Greg Mann <gr...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67878/
-----------------------------------------------------------

(Updated July 26, 2018, 8 p.m.)


Review request for mesos, Benjamin Mahler, Gastón Kleiman, and Gilbert Song.


Changes
-------

Avoided a race in `SchedulerTest.Suppress`


Repository: mesos


Description
-------

Updated tests to check per-framework metrics.


Diffs (updated)
-----

  src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
  src/tests/scheduler_tests.cpp bcdd0ec010889b4155a0feebe0248b7593d8bf0c 


Diff: https://reviews.apache.org/r/67878/diff/6/

Changes: https://reviews.apache.org/r/67878/diff/5-6/


Testing
-------

`make check`

Also ran in internal CI pipeline, tests were green on all platforms.


Thanks,

Greg Mann