Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
bce76209
Commit
bce76209
authored
Mar 17, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
bcea2cb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
go/zodb/storage/fs1/filestorage_test.go
go/zodb/storage/fs1/filestorage_test.go
+1
-1
go/zodb/storage/fs1/py/gen-testdata
go/zodb/storage/fs1/py/gen-testdata
+0
-1
No files found.
go/zodb/storage/fs1/filestorage_test.go
View file @
bce76209
...
@@ -377,7 +377,7 @@ func TestOpenRecovery(t *testing.T) {
...
@@ -377,7 +377,7 @@ func TestOpenRecovery(t *testing.T) {
// Whiteout is data record with deletion when object was not previously there.
// Whiteout is data record with deletion when object was not previously there.
// It has both len(data)=0 and backpointer=0.
// It has both len(data)=0 and backpointer=0.
//
//
// TODO merge into reg
ilat
tests on testdata/1.fs when
// TODO merge into reg
ular
tests on testdata/1.fs when
// FileStorage/py.deleteObject allows to create whiteouts instead of raising
// FileStorage/py.deleteObject allows to create whiteouts instead of raising
// POSKeyError.
// POSKeyError.
func
TestLoadWhiteout
(
t
*
testing
.
T
)
{
func
TestLoadWhiteout
(
t
*
testing
.
T
)
{
...
...
go/zodb/storage/fs1/py/gen-testdata
View file @
bce76209
...
@@ -206,6 +206,5 @@ def main():
...
@@ -206,6 +206,5 @@ def main():
f
.
write
(
p64
(
tlen
))
f
.
write
(
p64
(
tlen
))
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
main
()
main
()
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