autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parallel autotest [2/3]: Implement 'testsuite --jobs'.


From: Ralf Wildenhues
Subject: Re: parallel autotest [2/3]: Implement 'testsuite --jobs'.
Date: Thu, 25 Sep 2008 20:43:46 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Eric,

Ping ping.

It would be nice to know if it's just lack of time holding this up
(in which case, forget about this ping, and please take your time),
or issues with the patch (which could maybe be addressed in the
meantime).  It may be useful to note that the patch adds a couple
of risky tests (because they require timing to succeed).

Thanks,
Ralf

* Ralf Wildenhues wrote on Mon, May 26, 2008 at 07:50:50AM CEST:
> There may be systems that support mknod but not mkfifo.  Not sure
> whether it's useful to support them.

> 2008-05-26  Ralf Wildenhues  <address@hidden>
> 
>       Implement parallel Autotest test execution: testsuite --jobs.
>       * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro.
>       (AT_INIT): <at_jobs>: New variable.
>       Accept -j, -jN, --jobs[=N], document them in --help output.
>       Implement parallel driver loop using a FIFO, enabled with --jobs
>       and if mkfifo works; otherwise, fall back to sequential loop.
>       (AT_SETUP): Store, do not output summary progress line if
>       parallel.
>       * tests/autotest.at (parallel test execution, parallel truth)
>       (parallel fallacy, parallel skip): New tests.
>       * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs,
>       the mkfifo requirement, and that --errexit may cause concurrent
>       jobs to finish.
>       * NEWS: Update.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]