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
dms3
go-dms3
Commits
53575dde
Commit
53575dde
authored
Sep 17, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coreapi name: Increase test swarm size
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
99628170
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
core/coreapi/name_test.go
core/coreapi/name_test.go
+3
-3
No files found.
core/coreapi/name_test.go
View file @
53575dde
...
...
@@ -21,7 +21,7 @@ func addTestObject(ctx context.Context, api coreiface.CoreAPI) (coreiface.Path,
func
TestBasicPublishResolve
(
t
*
testing
.
T
)
{
ctx
:=
context
.
Background
()
nds
,
apis
,
err
:=
makeAPISwarm
(
ctx
,
true
,
2
)
nds
,
apis
,
err
:=
makeAPISwarm
(
ctx
,
true
,
5
)
if
err
!=
nil
{
t
.
Fatal
(
err
)
return
...
...
@@ -62,7 +62,7 @@ func TestBasicPublishResolve(t *testing.T) {
func
TestBasicPublishResolveKey
(
t
*
testing
.
T
)
{
ctx
:=
context
.
Background
()
_
,
apis
,
err
:=
makeAPISwarm
(
ctx
,
true
,
2
)
_
,
apis
,
err
:=
makeAPISwarm
(
ctx
,
true
,
5
)
if
err
!=
nil
{
t
.
Fatal
(
err
)
return
...
...
@@ -110,7 +110,7 @@ func TestBasicPublishResolveTimeout(t *testing.T) {
t
.
Skip
(
"ValidTime doesn't appear to work at this time resolution"
)
ctx
:=
context
.
Background
()
nds
,
apis
,
err
:=
makeAPISwarm
(
ctx
,
true
,
2
)
nds
,
apis
,
err
:=
makeAPISwarm
(
ctx
,
true
,
5
)
if
err
!=
nil
{
t
.
Fatal
(
err
)
return
...
...
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