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
9de09953
Commit
9de09953
authored
3 years ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
86db839d
twtilde
fixdiallink
fixneouriemptyssl
sync-post1.12
sync-post1.12p
sync-post1.12p2
sync-post1.12p4
sync-post1.12p5
sync-post1.12p6
sync-zurl
t-fix-flaky-testload
t-with-multiple-master-nodes
t-with-multiple-master-nodes-2
t-with-new-uri
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
go/zodb/persistent_test.go
go/zodb/persistent_test.go
+1
-1
No files found.
go/zodb/persistent_test.go
View file @
9de09953
...
...
@@ -764,7 +764,7 @@ func TestActivateAfterDelete(t0 *testing.T) {
t
.
checkObj
(
obj
,
101
,
at0
,
UPTODATE
,
0
,
"object"
)
// delete obj
at1
:=
tdb
.
CommitRaw
(
ZRawObject
{
Oid
:
101
,
Data
:
[]
byte
(
""
)
})
at1
:=
tdb
.
CommitRaw
(
ZRawObject
{
Oid
:
101
,
Data
:
nil
})
// conn stays at older view with obj pinned into the cache
t
.
checkObj
(
obj
,
101
,
at0
,
UPTODATE
,
0
,
"object"
)
...
...
This diff is collapsed.
Click to expand it.
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