• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/

Lines Matching refs:checkpoint

12 # TEST  	While dbenv1 is handling the checkpoint record:
15 # TEST A subsequent checkpoint gets NOTPERM
16 # TEST After checkpoint completes, next txn returns PERM
101 # Open database in master, make lots of changes so checkpoint
115 # Get the master's last LSN before the checkpoint
120 error_check_good checkpoint [$masterenv txn_checkpoint] 0
123 set ckp_lsn [stat_field $masterenv txn_stat "LSN of last checkpoint"]
127 # it finds in the message queue -- just the checkpoint record,
138 # checkpoint. The checkpoint will consist of some DBREG records
139 # followed by the actual checkpoint. So, if we've gotten records
140 # later than the last LSN when the master took the checkpoint, we've
141 # begin the checkpoint. By test design, we should not finish the
142 # checkpoint until this process has at least had a chance to run.
148 # the child is pausing in the middle of the checkpoint. We are
152 puts "\tRep$tnum.d: Test whether client is in checkpoint."
159 # We already completed the checkpoint and
168 # Not yet up to checkpoint
173 # Main client processes checkpoint 2nd time and should get NOTPERM.
174 puts "\tRep$tnum.e: Commit and checkpoint return NOTPERM from client"
180 error_check_good checkpoint [$masterenv txn_checkpoint] 0
181 set ckp2_lsn [stat_field $masterenv txn_stat "LSN of last checkpoint"]
185 # Check that the checkpoint record got a NOTPERM
204 # Watch until the checkpoint is done.
207 # Verify that the checkpoint is now complete on the client and
210 set client_ckp [stat_field $clientenv txn_stat "LSN of last checkpoint"]
225 error_check_good checkpoint [$masterenv txn_checkpoint] 0
226 set ckp3_lsn [stat_field $masterenv txn_stat "LSN of last checkpoint"]
230 # Check that the checkpoint and commit records got a ISPERM