[
https://issues.apache.org/jira/browse/MESOS-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
haosdent updated MESOS-4647:
----------------------------
Description:
Currently, we use {{replicated_log}} as default registry when testing. This
cause io operations when testings and slow down test cases. We should change it
to use {{in_memory}} when testing and only use {{replicated_log}} when
necessary.
When testing this without sudo.
Before
{code}
[----------] Global test environment tear-down
[==========] 978 tests from 129 test cases ran. (678321 ms total)
[ PASSED ] 978 tests.
{code}
After
{code}
[----------] Global test environment tear-down
[==========] 978 tests from 129 test cases ran. (422265 ms total)
[ PASSED ] 978 tests.
{code}
was:Currently, we use {{replicated_log}} as default registry when testing.
This cause io operations when testings and slow down test cases. We should
change it to use {{in_memory}} when testing and only use {{replicated_log}}
when necessary.
> Use in_memory as default registry when testing
> ----------------------------------------------
>
> Key: MESOS-4647
> URL: https://issues.apache.org/jira/browse/MESOS-4647
> Project: Mesos
> Issue Type: Improvement
> Reporter: haosdent
> Assignee: haosdent
>
> Currently, we use {{replicated_log}} as default registry when testing. This
> cause io operations when testings and slow down test cases. We should change
> it to use {{in_memory}} when testing and only use {{replicated_log}} when
> necessary.
> When testing this without sudo.
> Before
> {code}
> [----------] Global test environment tear-down
> [==========] 978 tests from 129 test cases ran. (678321 ms total)
> [ PASSED ] 978 tests.
> {code}
> After
> {code}
> [----------] Global test environment tear-down
> [==========] 978 tests from 129 test cases ran. (422265 ms total)
> [ PASSED ] 978 tests.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)