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