From: Ethan Mallove (ethan.mallove_at_[hidden])
Date: 2007-03-09 12:54:00


Camille,

Your results today were borked somehow. What options did
you give to client/mtt? *Something* happened with the
--trial option. I patched the MTT client, though I've never
seen this error before. Unfortunately, you would need to
re-run your tests (after doing "svn up") to submit them to
the DB :(

-Ethan

----- Forwarded message from Ethan.Mallove_at_[hidden] -----

From: Ethan.Mallove_at_[hidden]
Date: Fri, 09 Mar 2007 12:31:25 -0500
To: Ethan.Mallove_at_[hidden]
Subject: MTT server error (user: ibm)
Sender: apache_at_[hidden]
Reply-to: Ethan.Mallove_at_[hidden]
Original-recipient: rfc822;ethan.mallove_at_[hidden]

SQL QUERY:
         INSERT INTO speedy_results
         (trial,
        merge_stdout_stderr,
        test_result,
        phase,
        exit_signal,
        exit_value,
        client_serial,
        result_message,
        result_stderr,
        result_stdout,
        environment,
        start_timestamp,
        submit_timestamp,
        duration,
        submit_id,
        phase_id,
        results_id)
         VALUES
         ('1 ',
        DEFAULT,
        '1',
        '3',
        '-1',
        '0',
        '7428',
        'Passed',
        '',
        'Hello, C++ world! I am 0 of 2
Hello, C++ world! I am 1 of 2
',
        DEFAULT,
        'Fri Mar 9 16:50:05 2007',
        'Fri Mar 9 17:31:37 2007',
        '2 seconds',
        '564',
        '3360557',
        '3469545')
        
SQL ERROR: ERROR: invalid input syntax for type boolean: "1 "
SQL ERROR:

----- End forwarded message -----