Skip to content

Commit

Permalink
Comment old testing code until it is refactored with the new gossip api
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Apr 10, 2019
1 parent 542d9f0 commit 940a34b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ import (
"time"

"github.com/bbva/qed/client"
"github.com/bbva/qed/gossip"
"github.com/bbva/qed/gossip/auditor"
"github.com/bbva/qed/gossip/member"
"github.com/bbva/qed/gossip/monitor"
"github.com/bbva/qed/gossip/publisher"
"github.com/bbva/qed/metrics"
"github.com/bbva/qed/server"
"github.com/bbva/qed/testutils/scope"
"github.com/pkg/errors"
Expand Down Expand Up @@ -104,6 +98,7 @@ func doReq(method string, url, apiKey string, payload *strings.Reader) (*http.Re
return resp, err
}

/*
func newAgent(id int, name string, role member.Type, p gossip.Processor, t *testing.T) *gossip.Agent {
agentConf := gossip.DefaultConfig()
agentConf.NodeName = fmt.Sprintf("%s%d", name, id)
Expand Down Expand Up @@ -239,6 +234,7 @@ func setupPublisher(id int, t *testing.T) (scope.TestF, scope.TestF) {
}
return before, after
}
*/

func setupStore(t *testing.T) (scope.TestF, scope.TestF) {
var s *Service
Expand Down

0 comments on commit 940a34b

Please sign in to comment.