Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
d9403690
Commit
d9403690
authored
Apr 19, 2019
by
gluk256
Committed by
Anton Evangelatov
Apr 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swarm/pss: Fix flaky TestProxNetwork (#19471)
parent
d8dc37c8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
181 additions
and
187 deletions
+181
-187
node.go
swarm/network/simulation/node.go
+1
-1
prox_test.go
swarm/pss/prox_test.go
+179
-185
pss_test.go
swarm/pss/pss_test.go
+1
-1
No files found.
swarm/network/simulation/node.go
View file @
d9403690
...
...
@@ -234,9 +234,9 @@ func (s *Simulation) UploadSnapshot(ctx context.Context, snapshotFile string, op
if
err
!=
nil
{
return
err
}
defer
f
.
Close
()
jsonbyte
,
err
:=
ioutil
.
ReadAll
(
f
)
f
.
Close
()
if
err
!=
nil
{
return
err
}
...
...
swarm/pss/prox_test.go
View file @
d9403690
This diff is collapsed.
Click to expand it.
swarm/pss/pss_test.go
View file @
d9403690
...
...
@@ -1364,7 +1364,7 @@ func TestNetwork(t *testing.T) {
}
// params in run name:
// nodes/
msg
s/addrbytes/adaptertype
// nodes/
recipientAddresse
s/addrbytes/adaptertype
// if adaptertype is exec uses execadapter, simadapter otherwise
func
TestNetwork2000
(
t
*
testing
.
T
)
{
if
!*
longrunning
{
...
...
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