📄 tst1014.stable.out
字号:
stdout of test 'tst1014` in directory 'src/mal` itself:# 07:58:54 > # 07:58:54 > Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal tst1014.mal </dev/null# 07:58:54 > # Monet Database Server V4.99.19# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.## now within a function to assure that reference counting## takes care of releasing the variables.##function test();# print("test");# bbp.open();# x:= bbp.getObjects();# print(x);# print("test");# b:= new(:int,:int);# insert(b,1,2);# bbp.deposit("myfirstbat",b);# c:= bbp.take("myfirstbat");# print(c);# bbp.close();## at the end of the call, the BBP should have discarded## the temporary bats of the user#end test;function user.test():void; # 0 (test:void) io.print("test"); # 1 IOprint_val (_1:void)<-(_2:str) bbp.open(); # 2 CMDbbpopen (_3:void) x := bbp.getObjects(); # 3 CMDbbpGetObjects (x:bat[:int,:str]) io.print(x); # 4 IOprint_val (_5:void)<-(x:bat[:int,:str]) io.print("test"); # 5 IOprint_val (_6:void)<-(_2:str) b := bat.new(:int,:int); # 6 CMDBATnew (b:bat[:int,:int])<-(_8:int)(_8:int) bat.insert(b,1,2); # 7 BKCinsert_bun (_9:void)<-(b:bat[:int,:int])(_10:int)(_11:int) bbp.deposit("myfirstbat",b); # 8 CMDbbpdeposit (_12:void)<-(_13:str)(b:bat[:int,:int]) c := bbp.take("myfirstbat"); # 9 CMDbbptake (c:bat[:any,:any])<-(_13:str) io.print(c); # 10 IOprint_val (_15:void)<-(c:bat[:any,:any]) bbp.close(); # 11 CMDbbpclose (_16:void)# at the end of the call, the BBP should have discarded # 12 (_18:str)# the temporary bats of the user # 13 (_20:str)end test; # 14 ##test();#print("continue");#bbp.open();#x:= bbp.getObjects();#print(x);#v:= bbp.take("myfirstbat");#print(v);#bbp.close();#function user.main():void; # 0 (main:void)# now within a function to assure that reference counting # 1 (_1:str)# takes care of releasing the variables. # 2 (_2:str) user.test(); # 3 (_3:void) io.print("continue"); # 4 IOprint_val (_4:void)<-(_5:str) bbp.open(); # 5 CMDbbpopen (_6:void) x := bbp.getObjects(); # 6 CMDbbpGetObjects (x:bat[:int,:str]) io.print(x); # 7 IOprint_val (_8:void)<-(x:bat[:int,:str]) v := bbp.take("myfirstbat"); # 8 CMDbbptake (v:bat[:any,:any])<-(_10:str) io.print(v); # 9 IOprint_val (_11:void)<-(v:bat[:any,:any]) bbp.close(); # 10 CMDbbpclose (_12:void)end main; # 11 [ "test" ]#-------------------------## bbp objects # name# int str # type#-------------------------#[ "test" ]#-----------------## h tmp_5 # name# int int # type#-----------------#[ 1, 2 ][ "continue" ]#-------------------------## bbp objects # name# int str # type#-------------------------#[ 8, "myfirstbat" ]#-----------------## h tmp_5 # name# int int # type#-----------------#[ 1, 2 ]# 07:58:55 > # 07:58:55 > Done.# 07:58:55 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -