Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
bcacc442
Commit
bcacc442
authored
Jun 05, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
aa39eff1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
wcfs/internal/xbtree.py
wcfs/internal/xbtree.py
+1
-1
wcfs/testprog/treegen.py
wcfs/testprog/treegen.py
+4
-3
No files found.
wcfs/internal/xbtree.py
View file @
bcacc442
...
...
@@ -21,7 +21,7 @@
"""Package xbtree provides utilities for inspecting/manipulating internal
structure of integer-keyed BTrees.
It is primarily used to help verify ΔBTail in
wcfs
.
It is primarily used to help verify ΔBTail in
WCFS
.
- `Tree` represents a tree node.
- `Bucket` represents a bucket node.
...
...
wcfs/testprog/treegen.py
View file @
bcacc442
...
...
@@ -41,10 +41,11 @@ trees
`treegen trees <zurl>` transitions ZODB LOBTree through requested tree states.
Tree states are specified on stdin as topology-encoded strings, 1 state per 1 line.
For every request the tree is changed and modifications are committed to database.
For every made commit corresponding transaction ID is printed to stdout.
For every request the tree is changed to have specified keys, values and
topology, and modifications are committed to database. For every made commit
corresponding transaction ID is printed to stdout.
The tree, that `treegen trees` generates and works on, is a
lso a
ccessible via
The tree, that `treegen trees` generates and works on, is accessible via
zconn.root()['treegen/tree'].
Trees protocol specification:
...
...
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