You can go ahead and delete those rows. (I believe they are
from the ORTE test suite I was working on.)

-Ethan

On Thu, Mar/06/2008 09:39:16AM, Josh Hursey wrote:
> I'm trying to cleanup the test_suite/test_name tables in the database,  
> removing some test names that are invalid and unreferenced.
> 
> In the process I found a whole series of test_names of the following  
> form:
> test_suite = trivial
> test_name  = MXIQNeaG8e-ping
> 
> For this particular one it points to Ethan:
> mtt=> select submit.* from submit natural join test_run where  
> test_name_id = 3947;
>   submit_id |    hostname    | local_username | http_username |  
> mtt_client_version
> -----------+----------------+----------------+--------------- 
> +--------------------
>        2938 | burl-ct-v20z-2 | emallove       | sun           | 3.0a1
>        2938 | burl-ct-v20z-2 | emallove       | sun           | 3.0a1
>        2938 | burl-ct-v20z-2 | emallove       | sun           | 3.0a1
> (3 rows)
> 
> This particular data was submitted on Jan 1, 2008.
> 
> Any idea why we are seeing such cryptic names being submitted to the  
> database?
> 
> -- Josh
> _______________________________________________
> mtt-devel mailing list
> mtt-de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/mtt-devel

Reply via email to