Before we apply this patch, can we troubleshoot this a bit? Some scripts will probably break, as tko_test_view_2 has different column names.
tko_test_view should have been created in frontend migration 46, or via the full schema in database/schema_051.sql for new databases. Could it have been inadvertently dropped at some point? -James On Mon, Mar 22, 2010 at 1:26 AM, Feng Yang <[email protected]> wrote: > Change tko_test_view to tko_test_view_2. > autotest_web do not have tko_test_view table. > > Signed-off-by: Feng Yang <[email protected]> > --- > tko/frontend.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tko/frontend.py b/tko/frontend.py > index 9033c20..0fd61f9 100644 > --- a/tko/frontend.py > +++ b/tko/frontend.py > @@ -85,7 +85,7 @@ def get_matrix_data(db_obj, x_axis, y_axis, where = None, > fields = ','.join(query_fields_list) > > group_by = '%s, %s, status' % (x_field, y_field) > - rows = db_obj.select(fields, 'tko_test_view', > + rows = db_obj.select(fields, 'tko_test_view_2', > where=where, group_by=group_by, max_rows = MAX_RECORDS) > return status_data(rows, x_field, y_field, query_reasons) > > -- > 1.5.5.6 > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest >
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
