Changeset: c5f3f8182a3b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c5f3f8182a3b Modified Files: sql/test/SQLite_regress/sqllogictest/Tests/select3.test.timeout sql/test/SQLite_regress/sqllogictest/Tests/select4.test.timeout sql/test/SQLite_regress/sqllogictest/Tests/select5.test.timeout Branch: Jul2015 Log Message:
SQLlite_regress: reduce timeout to suit all but our very slowest testing machine: On zonnestraal, test select3.test takes more tham 1200 s (20 min), while it takes less than 200 s on all other machines; likewise, test select5.test takes more than 3600 s (60 min), while it takes less than 1800 s (30 min) on all othe machines. Hence, we accept the timeouts for these two tests on zonnestraal. In fact, we should consider adding an Mtest.py conditional to skip these two tests on this slow machine ... diffs (18 lines): diff --git a/sql/test/SQLite_regress/sqllogictest/Tests/select3.test.timeout b/sql/test/SQLite_regress/sqllogictest/Tests/select3.test.timeout --- a/sql/test/SQLite_regress/sqllogictest/Tests/select3.test.timeout +++ b/sql/test/SQLite_regress/sqllogictest/Tests/select3.test.timeout @@ -1,1 +1,1 @@ -12 +2 diff --git a/sql/test/SQLite_regress/sqllogictest/Tests/select4.test.timeout b/sql/test/SQLite_regress/sqllogictest/Tests/select4.test.timeout --- a/sql/test/SQLite_regress/sqllogictest/Tests/select4.test.timeout +++ b/sql/test/SQLite_regress/sqllogictest/Tests/select4.test.timeout @@ -1,1 +1,1 @@ -8 +4 diff --git a/sql/test/SQLite_regress/sqllogictest/Tests/select5.test.timeout b/sql/test/SQLite_regress/sqllogictest/Tests/select5.test.timeout --- a/sql/test/SQLite_regress/sqllogictest/Tests/select5.test.timeout +++ b/sql/test/SQLite_regress/sqllogictest/Tests/select5.test.timeout @@ -1,1 +1,1 @@ -33 +19 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
