Skip to content

Commit

Permalink
apply review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Jan 25, 2022
1 parent 560527c commit b2d3939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/networkservice/chains/nsmgr/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (s *nsmgrSuite) Test_Remote_BusyEndpointsUsecase() {

counter := new(count.Server)

const nseCount = 2
const nseCount = 3

var wg sync.WaitGroup
var nseRegs [nseCount + 1]*registry.NetworkServiceEndpoint
Expand Down
2 changes: 1 addition & 1 deletion pkg/networkservice/chains/nsmgrproxy/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func TestNSMGR_Interdomain_TwoNodesNSEs(t *testing.T) {
func TestNSMGR_FloatingInterdomainUseCase(t *testing.T) {
t.Cleanup(func() { goleak.VerifyNone(t) })

ctx, cancel := context.WithTimeout(context.Background(), time.Minute*5)
ctx, cancel := context.WithTimeout(context.Background(), time.Second*5)
defer cancel()

var dnsServer = new(sandbox.FakeDNSResolver)
Expand Down
2 changes: 1 addition & 1 deletion pkg/registry/common/recvfd/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestNseRecvfdServerClosesFile(t *testing.T) {
defer cancel()

var nsRegistry = chain.NewNetworkServiceRegistryServer(
// begin.NewNetworkServiceRegistryServer(),
begin.NewNetworkServiceRegistryServer(),
memory.NewNetworkServiceRegistryServer(),
)

Expand Down

0 comments on commit b2d3939

Please sign in to comment.