On Jul 8, 2008, at 5:05 PM, Ethan Mallove wrote:

If you are running on the trunk, there's this Test run INI
parameter:

 submit_results_after_each = 1

That tells MTT to submit results after each new test
executable. This might add significant overhead, but at
least you'd have some results in the DB to look at. I'll go
ahead and add "submit_results_after_n_tests". (Is that an
okay name?) E.g., this would submit results after every 100
new test executables.

 submit_results_after_n_tests = 100

FWIW, I think it would be better to handle in the reporter plugin itself. I.e., the plugin should know that its target (i.e., the OMPI apache server) can only handle N results at a time, and break up the submits accordingly. N can be an INI value, if desired.

Just my $0.02.  :-)

--
Jeff Squyres
Cisco Systems

Reply via email to