From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Lynch Subject: Re: [PATCH 04/10] cr_tests: Add dry-run Date: Mon, 15 Mar 2010 18:32:21 -0500 Message-ID: <1268695941.4397.135.camel@localhost.localdomain> References: <69be886209c375c99b00b0745c1b0efdf334dcc3.1268694050.git.matthltc@us.ibm.com> <39d445e0d6bb5b1420daf672aa48ebabf8648ffe.1268694050.git.matthltc@us.ibm.com> <0c89f69bdb86538762c5e8a5e03fab71bb2e3963.1268694050.git.matthltc@us.ibm.com> <15d3e6bcb9a476add53b72998b45dd62a529871d.1268694050.git.matthltc@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <15d3e6bcb9a476add53b72998b45dd62a529871d.1268694050.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Matt Helsley Cc: Linux Containers List-Id: containers.vger.kernel.org On Mon, 2010-03-15 at 16:01 -0700, Matt Helsley wrote: > Make the cgroup freezer and do_ckpt() no-ops in order to do dry-runs of the > tests. This allows us to establish a baseline for those tests that can do > dry-runsi (i.e. have a dry-run option and use it to avoid restarting checkpoint > images). I like this idea and I think this will be useful. However, is there a reason we shouldn't freeze and thaw as part of the dry run? I don't have strong feelings on this; just thinking we should try to minimize the differences in behavior and code coverage.