open-mpi / mtt

MPI Testing Tool
https://open-mpi.github.io/mtt
Other
61 stars 47 forks source link

Create a funclet that can query the MTT Database #250

Open ompiteam opened 9 years ago

ompiteam commented 9 years ago

To be useful, this ticket requires an MTT daemon of some sort. The daemon would be able to dispatch MTT client runs based on what had been tested recently.

{{{ skip_section_if_true = \ &db_query("In the past 72 hrs, have I run with configuration XYZ?") }}}

It ''might'' be more efficient than a crontab such as this:

{{{ 00 19 * * 1 client/mtt --section monday-tests ... 00 19 * * 2 client/mtt --section tuesday-tests ... 00 19 * * 3 client/mtt --section wednesday-tests ... 00 19 * * 4 client/mtt --section thursday-tests ... 00 19 * * 5 client/mtt --section friday-tests ... }}}

ompiteam commented 9 years ago

Imported from trac issue 249. Created by emallove on 2007-06-20T17:09:29, last modified: 2007-06-20T17:09:29