📄 tst1004.stable.out
字号:
stdout of test 'tst1004` in directory 'src/mal` itself:# 07:58:53 > # 07:58:53 > 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 tst1004.mal </dev/null# 07:58:53 > # 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.## the first of a series of BBP test cases##print("Start test");#bbp.open();#b:= new(:int,:int);#insert(b,1,2);#bbp.deposit("myfirstbat",b);#c:= bbp.take("myfirstbat");#catch MALException;# print(MALException);#exit MALException;#print("FIRST ROUND");#print(c);#bbp.close();## at the end of the session, the BBP should have discarded## the temporary bats of the user#bbp.open();#print("SECOND ROUND");#y:=bbp.getObjects();#print(y);#v:= bbp.take("myfirstbat");#catch MALException;# print(MALException);#exit MALException;#print("got myfirstbat?");#print(v);#x:= bbp.getNames();#print(x);#bbp.close();#function user.main():void; # 0 (main:void)# the first of a series of BBP test cases # 1 (_1:str) io.print("Start test"); # 2 IOprint_val (_2:void)<-(_3:str) bbp.open(); # 3 CMDbbpopen (_4:void) b := bat.new(:int,:int); # 4 CMDBATnew (b:bat[:int,:int])<-(_6:int)(_6:int) bat.insert(b,1,2); # 5 BKCinsert_bun (_7:void)<-(b:bat[:int,:int])(_8:int)(_9:int) bbp.deposit("myfirstbat",b); # 6 CMDbbpdeposit (_10:void)<-(_11:str)(b:bat[:int,:int]) c := bbp.take("myfirstbat"); # 7 CMDbbptake (c:bat[:any,:any])<-(_11:str)catch MALException:str ; # 8 (MALException:str) jump 10 io.print(MALException); # 9 IOprint_val (_14:void)<-(MALException:str)exit MALException:str ; # 10 (MALException:str) io.print("FIRST ROUND"); # 11 IOprint_val (_15:void)<-(_16:str) io.print(c); # 12 IOprint_val (_17:void)<-(c:bat[:any,:any]) bbp.close(); # 13 CMDbbpclose (_18:void)# at the end of the session, the BBP should have discarded # 14 (_19:str)# the temporary bats of the user # 15 (_20:str) bbp.open(); # 16 CMDbbpopen (_21:void) io.print("SECOND ROUND"); # 17 IOprint_val (_22:void)<-(_23:str) y := bbp.getObjects(); # 18 CMDbbpGetObjects (y:bat[:int,:str]) io.print(y); # 19 IOprint_val (_25:void)<-(y:bat[:int,:str]) v := bbp.take("myfirstbat"); # 20 CMDbbptake (v:bat[:any,:any])<-(_11:str)catch MALException:str ; # 21 (MALException:str) jump 23 io.print(MALException); # 22 IOprint_val (_27:void)<-(MALException:str)exit MALException:str ; # 23 (MALException:str) io.print("got myfirstbat?"); # 24 IOprint_val (_28:void)<-(_29:str) io.print(v); # 25 IOprint_val (_30:void)<-(v:bat[:any,:any]) x := bbp.getNames(); # 26 CMDbbpNames (x:bat[:int,:str]) io.print(x); # 27 IOprint_val (_32:void)<-(x:bat[:int,:str]) bbp.close(); # 28 CMDbbpclose (_33:void)end main; # 29 [ "Start test" ][ "FIRST ROUND" ]#-----------------## h tmp_4 # name# int int # type#-----------------#[ 1, 2 ][ "SECOND ROUND" ]#-------------------------## bbp objects # name# int str # type#-------------------------#[ 7, "myfirstbat" ][ "got myfirstbat?" ]#-----------------## h tmp_4 # name# int int # type#-----------------#[ 1, 2 ]#---------------------------------## bbp name # name# int str # type#---------------------------------#[ 1, "monet_environment" ][ 2, "monet_unicode_case" ][ 3, "timezones" ][ 4, "M5system_auth_user" ][ 5, "M5system_auth_passwd" ][ 6, "M5system_auth_scen" ][ 7, "tmp_7" ][ 8, "tmp_10" ]# 07:58:53 > # 07:58:53 > Done.# 07:58:53 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -