Oh you mean why would anyone want to submit their intel test results to
the database??
So the scenario is like this, I have a dev ws setup for a pending CMR
for my PML changes. The changes are also in my tmp branch. The point of
running the test to make sure my new dev stuff works before putting back
to v1.2 branch.
So I guess one could argue I could have MTT to bring over the test from
tmp branch instead of my dev ws to run the tests.
Ethan Mallove wrote:
Pak, we're scratching our heads on this new "developer
results into central database" use case. Could you give more
details?
-Ethan
On Thu, Aug/30/2007 01:32:26PM, Jeff Squyres wrote:
Ethan --
Did Pak really mean to submit to the database?
On Aug 30, 2007, at 1:22 PM, jjhur...@osl.iu.edu wrote:
Author: jjhursey
Date: 2007-08-30 13:22:06 EDT (Thu, 30 Aug 2007)
New Revision: 964
URL: https://svn.open-mpi.org/trac/mtt/changeset/964
Log:
Increase the 'mpi_version' char length due to the following error:
SQL QUERY: INSERT INTO mpi_get
(mpi_get_id, mpi_name, mpi_version) VALUES
('507', 'developer',
'_workspace_paklui_ompi-paklui-1.2-pml_shared-
install_SunOS_sparc_2007.08.29_bin_mpirun')
SQL ERROR: ERROR: value too long for type character varying(32)
SQL ERROR:
Text files modified:
trunk/server/sql/v3/schemas-v3.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/server/sql/v3/schemas-v3.sql
======================================================================
========
--- trunk/server/sql/v3/schemas-v3.sql (original)
+++ trunk/server/sql/v3/schemas-v3.sql 2007-08-30 13:22:06 EDT
(Thu, 30 Aug 2007)
@@ -107,7 +107,7 @@
-- Current Max: 21 chars
mpi_name varchar(64) NOT NULL DEFAULT 'bogus',
-- Current Max: 24 chars
- mpi_version varchar(32) NOT NULL DEFAULT 'bogus',
+ mpi_version varchar(128) NOT NULL DEFAULT 'bogus',
UNIQUE (
mpi_name,
_______________________________________________
mtt-svn mailing list
mtt-...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-svn
--
Jeff Squyres
Cisco Systems
_______________________________________________
mtt-devel mailing list
mtt-de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/mtt-devel
--
- Pak Lui
pak....@sun.com