📄 no.164.stable.out
字号:
stdout of test 'no.164` in directory 'tests/BugReports` itself:#> Mtest: milS no.164 milS#> Mtest: Mtimeout -timeout 210 Mserver -modulesilent -yaccsilent -d8 -db tests_BugReports -single no.164.milS# Monet Database Server V4.1# Copyright (c) 1993-1999, CWI & SION. All rights reserved.# compiled for IRIX646.5/32bit on Fri Jan 14 01:04:33 MET 2000.#script:no.164.milS# Monet Database Server V4.3.5# Copyright (c) 1993-2002, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.# # >Number: 164# >Category: MIL# >Synopsis: BATcheck in heapclustercopy (module cluster) fails# >Confidential: no# >Severity: serious# >Priority: medium# >Responsible: boncz (Peter Boncz)# >State: open# >Class: sw-bug# >Submitter-Id: unknown# >Arrival-Date: Wed Aug 12 14:54:49 1998# >Originator: manegold@cwi.nl# >Organization:# CWI# >Release: 980101# >Environment:# any# >Description:# heapclustercopy fails with# !ERROR: CLUSTERcopyheap: BAT 2: BAT required.# !ERROR: CMDheapclustercopy: operation failed.# # ========# test.script# --------# a:=new(int,str); # a.insert(1,"A");# a.insert(2,"B");# a.insert(3,"C");# b:=new(int,str);# b.insert(3,"A");# b.insert(2,"B");# b.insert(1,"C");# table(a,b);# module("cluster");# a.heapclustercopy(b);# table(a,b);# heapclustercopy(a,b);# table(a,b);# b.heapclustercopy(a);# table(a,b);# heapclustercopy(b,a);# table(a,b);# quit;# # ========# output# --------# # Monet Database Server V4.0# # Copyright (c) 1993-1998, CWI & SION. All rights reserved.# # compiled for IRIX5.3/32bit on Wed Aug 12 00:27:12 MET DST 1998.# #script:bug.mil# # loaded;# #---------------------------------## # module | usage_count ## #---------------------------------## [ "kernel", 1 ]# [ "arith", 1 ]# [ "bat", 1 ]# [ "algebra", 1 ]# [ "sys", 1 ]# [ "trans", 1 ]# # Try: modules; - for other modules.# ls; - for persistent bat listing.# sigs("<module>") - for available commands per module.# help("<command>") - for help one-liner for a command.# # #You are system administrator (adm)!# a:=new(int,str); # a.insert(1,"A");# a.insert(2,"B");# a.insert(3,"C");# b:=new(int,str);# b.insert(3,"A");# b.insert(2,"B");# b.insert(1,"C");# table(a,b);# #-----------------## # tmp_23| tmp_24 ## #-----------------## [ "A", "C" ]# [ "B", "B" ]# [ "C", "A" ]# module("cluster");# a.heapclustercopy(b);# !ERROR: CLUSTERcopyheap: BAT 2: BAT required.# !ERROR: CMDheapclustercopy: operation failed.# table(a,b);# #-----------------## # tmp_23| tmp_24 ## #-----------------## [ "A", "C" ]# [ "B", "B" ]# [ "C", "A" ]# heapclustercopy(a,b);# !ERROR: CLUSTERcopyheap: BAT 2: BAT required.# !ERROR: CMDheapclustercopy: operation failed.# table(a,b);# #-----------------## # tmp_23| tmp_24 ## #-----------------## [ "A", "C" ]# [ "B", "B" ]# [ "C", "A" ]# b.heapclustercopy(a);# !ERROR: CLUSTERcopyheap: BAT 2: BAT required.# !ERROR: CMDheapclustercopy: operation failed.# table(a,b);# #-----------------## # tmp_23| tmp_24 ## #-----------------## [ "A", "C" ]# [ "B", "B" ]# [ "C", "A" ]# heapclustercopy(b,a);# !ERROR: CLUSTERcopyheap: BAT 2: BAT required.# !ERROR: CMDheapclustercopy: operation failed.# table(a,b);# #-----------------## # tmp_23| tmp_24 ## #-----------------## [ "A", "C" ]# [ "B", "B" ]# [ "C", "A" ]# quit;# # ========setoid(oid(20000000));var a:=new(int,str); a.insert(1,"A");a.insert(2,"B");a.insert(3,"C");var b:=new(int,str);b.insert(3,"A");b.insert(2,"B");b.insert(1,"C");table(a,b);#-----------------## tmp_30| tmp_70 ##-----------------#[ "A", "C" ][ "B", "B" ][ "C", "A" ]module("cluster");a.heapclustercopy(b);table(a,b);#-----------------## tmp_30| tmp_70 ##-----------------#[ "A", "C" ][ "B", "B" ][ "C", "A" ]heapclustercopy(a,b);table(a,b);#-----------------## tmp_30| tmp_70 ##-----------------#[ "A", "C" ][ "B", "B" ][ "C", "A" ]b.heapclustercopy(a);table(a,b);#-----------------## tmp_30| tmp_70 ##-----------------#[ "A", "C" ][ "B", "B" ][ "C", "A" ]heapclustercopy(b,a);table(a,b);#-----------------## tmp_30| tmp_70 ##-----------------#[ "A", "C" ][ "B", "B" ][ "C", "A" ]quit();# 17:07:28 > # 17:07:28 > Done.# 17:07:28 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -