diff options
Diffstat (limited to 'test/tcl/log009.tcl')
| -rw-r--r-- | test/tcl/log009.tcl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/tcl/log009.tcl b/test/tcl/log009.tcl index 161a7296..9a5838a0 100644 --- a/test/tcl/log009.tcl +++ b/test/tcl/log009.tcl @@ -1,6 +1,6 @@ # See the file LICENSE for redistribution information. # -# Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved. # # $Id$ # @@ -108,10 +108,11 @@ proc log009_check { logc logrec } { # version, but make sure it is something reasonable. # # !!! - # First readable log is 8, current log version - # is pretty far from 20. + # As of 8 Feb 2012 we are at version 20, and we do + # move the log version pretty frequently, so just + # check that it's under 30. # - set reasonable [expr $version > 7 && $version < 20] + set reasonable [expr $version > 19 && $version < 30] error_check_good persist $reasonable 1 # # Verify that getting the version doesn't move |
