Changeset: ed681954b030 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ed681954b030
Modified Files:
        sql/test/configurable_rss/Tests/rss.py
Branch: config_rss
Log Message:

All test should pass.


diffs (12 lines):

diff --git a/sql/test/configurable_rss/Tests/rss.py 
b/sql/test/configurable_rss/Tests/rss.py
--- a/sql/test/configurable_rss/Tests/rss.py
+++ b/sql/test/configurable_rss/Tests/rss.py
@@ -39,7 +39,7 @@ end;
 call loop_insert(1000000);
 
 -- it seems that it requires an analytical query to keep memory in ram.
-select getrss() as resident_set_size, getrss() {compare_sign} {cap_in_kB} as 
resident_set_size_is_{compare_string}_then_{cap_in_kB}_kB, quantile(c/a, 0.8) * 
0  from test;
+select getrss() {compare_sign} {cap_in_kB} as 
resident_set_size_is_{compare_string}_then_{cap_in_kB}_kB, quantile(c/a, 0.8) * 
0  from test;
 
 drop table test cascade;
 drop function getrss;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to