Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
b61ec4cc
Commit
b61ec4cc
authored
Nov 08, 2001
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide more verbose explanation of time-stamp reduction in error msg
parent
50754cda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/scripts/fstest.py
src/scripts/fstest.py
+2
-1
No files found.
src/scripts/fstest.py
View file @
b61ec4cc
...
...
@@ -107,7 +107,8 @@ def check_trec(path, file, pos, ltid, file_size):
tmeta_len
=
TREC_HDR_LEN
+
ul
+
dl
+
el
if
tid
<=
ltid
:
raise
FormatError
(
"%s time-stamp reduction at %s"
%
(
path
,
pos
))
raise
FormatError
(
"%s time-stamp reduction at %s: %s <= %s"
%
(
path
,
pos
,
hexify
(
tid
),
hexify
(
ltid
)))
ltid
=
tid
tl
=
U64
(
stl
)
# transaction record length - 8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment