Changeset: 587301224ec4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/587301224ec4
Modified Files:
sql/test/scripts/Tests/alastair_udf_mergetable_bug.py
sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test
Branch: default
Log Message:
More removal of udf module.
diffs (33 lines):
diff --git a/sql/test/scripts/Tests/alastair_udf_mergetable_bug.py
b/sql/test/scripts/Tests/alastair_udf_mergetable_bug.py
--- a/sql/test/scripts/Tests/alastair_udf_mergetable_bug.py
+++ b/sql/test/scripts/Tests/alastair_udf_mergetable_bug.py
@@ -19,7 +19,8 @@ with tempfile.TemporaryDirectory() as fa
os.mkdir(os.path.join(farm_dir, 'db1'))
with process.server(mapiport=myport, dbname='db1',
dbfarm=os.path.join(farm_dir, 'db1'),
- args=["--set", "gdk_nr_threads=2", "--forcemito"],
+ args=["--set", "gdk_nr_threads=2", "--forcemito",
+ "--loadmodule", "udf"],
stdin=process.PIPE,
stdout=process.PIPE,
stderr=process.PIPE) as s:
diff --git
a/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test
b/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test
--- a/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test
+++ b/sql/test/sys-schema/Tests/webExamplesMathematicalFunctionsOperators.test
@@ -456,16 +456,6 @@ select sys.alpha(5.0, 1.2)
----
1.205
-query I rowsort
-select sys.fuse(2, 6)
-----
-518
-
-query I rowsort
-select sys.fuse(256 , 1)
-----
-16777217
-
query R rowsort
select sys.ms_round(1.2359, 2, 0)
----
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list