Changeset: ef146a124942 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ef146a124942 Modified Files: sql/test/pg_regress/Tests/All Branch: Jun2016 Log Message:
Stabalize error output of numeric test. Sometimes it reported ERROR = !too many digits (19 > 8) other times ERROR = !too many digits (17 > 8) By running the test single threaded the data processing order should be same each time. diffs (12 lines): diff --git a/sql/test/pg_regress/Tests/All b/sql/test/pg_regress/Tests/All --- a/sql/test/pg_regress/Tests/All +++ b/sql/test/pg_regress/Tests/All @@ -18,7 +18,7 @@ oid float4 float8 # bit NOT supported in MonetDB. BIT is also not standard SQL so exclude this test -HAVE_HGE?numeric +HAVE_HGE&THREADS=1?numeric strings strings_concat strings_cast _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
