Displaying 2 results from an estimated 2 matches for "file_spac".
Did you mean:
file_spam
2007 Sep 05
2
how to test timeouts? that #returns deprecation again...
...do
dsmc.parse_query_backup(dsmc.query_backup)
end
end
end
the corresponding spec:
describe "File Space" do
it "should raise a time out error if query backup takes too long" do
FileSpace.expects(:query_backup_timeout).returns(0.1) # make
timeout very short
file_space = FileSpace.new
# force the parse_query_backup method to sleep for 10 seconds,
therefore making the timeout happen
file_space.dsmc.expects(:parse_query_backup).returns(lambda{ sleep(10) } )
e = lambda { file_space.query_backup_from_tsm }.should.raise(Timeout::Error)
end
end
Again, t...
2007 Apr 13
2
R on Solaris 10 x64
...xfe90444b
=>[2] H5D_select_mgath(_buf = 0x9f79580, space = 0x8966770, iter =
0x8045980, nelmts = 3120U, dxpl_cache = 0xfe170078, _tgath_buf =
0x9f5c4f0), line 379 in "H5Dselect.c"
[3] H5D_contig_write(io_info = 0x804620c, nelmts = 3120ULL, mem_type =
0x97b05c8, mem_space = 0x8966770, file_space = 0x8966770, tpath =
0x8ee7078, src_id = 201326906, dst_id = 201326904, buf = 0x9f79580),
line 1418 in "H5Dio.c"
[4] H5D_write(dataset = 0x8f169c0, mem_type_id = 201326906, mem_space
= 0x8966770, file_space = 0x8966770, dxpl_id = 671088643, buf =
0x9f79580), line 952 in "H5Dio.c&q...