test090.tcl
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # See the file LICENSE for redistribution information.
  2. #
  3. # Copyright (c) 2000
  4. # Sleepycat Software.  All rights reserved.
  5. #
  6. # $Id: test090.tcl,v 11.4 2000/12/11 17:24:56 sue Exp $
  7. #
  8. # DB Test 90 {access method}
  9. # Check for functionality near the end of the queue.
  10. #
  11. #
  12. proc test090 { method {nentries 1000} {txn -txn} {tnum "90"} args} {
  13. if { [is_queueext $method ] == 0 } {
  14. puts "Skipping test0$tnum for $method."
  15. return;
  16. }
  17. eval {test001 $method $nentries 4294967000 $tnum} $args
  18. eval {test025 $method $nentries 4294967000 $tnum} $args
  19. eval {test070 $method 4 2 $nentries WAIT 4294967000 $txn $tnum} $args
  20. }