Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
45ebc7e6
Commit
45ebc7e6
authored
Mar 05, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ab13152e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
go/zodb/db.go
go/zodb/db.go
+1
-1
go/zodb/persistent_test.go
go/zodb/persistent_test.go
+1
-1
No files found.
go/zodb/db.go
View file @
45ebc7e6
...
...
@@ -410,7 +410,7 @@ retry:
// Resync resyncs the connection onto different database view and transaction.
//
// Connection objects pinned in live cache are guaranteed to stay in live
// Connection
's
objects pinned in live cache are guaranteed to stay in live
// cache, even if maybe in ghost state (e.g. if they have to be invalidated due
// to database changes).
//
...
...
go/zodb/persistent_test.go
View file @
45ebc7e6
...
...
@@ -615,7 +615,7 @@ func testPersistentDB(t0 *testing.T, rawcache bool) {
// XXX DB.Open with at on and +-1 δtail edges
// XXX DB.Open with at on and +-1 δtail edges
XXX don't be lazy and do this
// XXX Get(txn = different) -> panic
...
...
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