Index: openacs-4/packages/acs-automated-testing/acs-automated-testing.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/acs-automated-testing.info,v diff -u -r1.47.2.4 -r1.47.2.5 --- openacs-4/packages/acs-automated-testing/acs-automated-testing.info 23 Nov 2020 19:04:34 -0000 1.47.2.4 +++ openacs-4/packages/acs-automated-testing/acs-automated-testing.info 30 Mar 2021 08:17:48 -0000 1.47.2.5 @@ -7,7 +7,7 @@ t t - + OpenACS The interface to the automated testing facilities within OpenACS. 2017-08-06 @@ -19,7 +19,7 @@ OpenACS system. Also provides a UI for managing automatic-rebuild servers as in a test farm. - + Index: openacs-4/packages/acs-automated-testing/sql/oracle/acs-automated-testing-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/sql/oracle/acs-automated-testing-create.sql,v diff -u -r1.1 -r1.1.34.1 --- openacs-4/packages/acs-automated-testing/sql/oracle/acs-automated-testing-create.sql 11 Nov 2001 18:03:52 -0000 1.1 +++ openacs-4/packages/acs-automated-testing/sql/oracle/acs-automated-testing-create.sql 30 Mar 2021 08:17:48 -0000 1.1.34.1 @@ -31,8 +31,8 @@ result varchar2(4), notes varchar2(2000) ); +CREATE INDEX aa_test_results_testcase_id_idx on aa_test_results(testcase_id); - create table aa_test_final_results ( testcase_id varchar2(512), package_key varchar2(100), Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-automated-testing/sql/oracle/upgrade/upgrade-5.10.0d14-5.10.0d15.sql'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/acs-automated-testing/sql/postgresql/acs-automated-testing-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/sql/postgresql/acs-automated-testing-create.sql,v diff -u -r1.2 -r1.2.28.1 --- openacs-4/packages/acs-automated-testing/sql/postgresql/acs-automated-testing-create.sql 17 May 2003 09:38:51 -0000 1.2 +++ openacs-4/packages/acs-automated-testing/sql/postgresql/acs-automated-testing-create.sql 30 Mar 2021 08:17:48 -0000 1.2.28.1 @@ -31,6 +31,7 @@ result varchar(4), notes varchar(2000) ); +CREATE INDEX aa_test_results_testcase_id_idx on aa_test_results(testcase_id); create table aa_test_final_results ( Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-automated-testing/sql/postgresql/upgrade/upgrade-5.10.0d14-5.10.0d15.sql'. Fisheye: No comparison available. Pass `N' to diff?