Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kbucket
Commits
e79a3b75
Commit
e79a3b75
authored
Apr 05, 2020
by
Adin Schmahmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix race in TestTryAddPeer
parent
381ce584
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
table_test.go
table_test.go
+1
-1
No files found.
table_test.go
View file @
e79a3b75
...
...
@@ -259,7 +259,7 @@ func TestTryAddPeer(t *testing.T) {
// adding a peer with cpl 0 works if an existing peer has LastSuccessfulOutboundQuery above the max threshold
// because that existing peer will get replaced
require
.
True
(
t
,
rt
.
UpdateLastSuccessfulOutboundQuery
(
p2
,
time
.
Now
()
.
AddDate
(
0
,
0
,
-
1
)))
require
.
True
(
t
,
rt
.
UpdateLastSuccessfulOutboundQuery
(
p2
,
time
.
Now
()
.
AddDate
(
0
,
0
,
-
2
)))
b
,
err
=
rt
.
TryAddPeer
(
p3
,
true
)
require
.
NoError
(
t
,
err
)
require
.
True
(
t
,
b
)
...
...
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