Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move integration tests #4493

Merged
merged 3 commits into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/ElrondNetwork/elrond-go-core v1.1.19
github.com/ElrondNetwork/elrond-go-crypto v1.0.1
github.com/ElrondNetwork/elrond-go-logger v1.0.7
github.com/ElrondNetwork/elrond-go-p2p v0.0.0-20220919155246-aaae1065ad8b
github.com/ElrondNetwork/elrond-go-p2p v0.0.0-20220921135804-d7d1df508584
github.com/ElrondNetwork/elrond-go-storage v1.0.1
github.com/ElrondNetwork/elrond-vm-common v1.3.17
github.com/beevik/ntp v0.3.0
Expand All @@ -24,8 +24,6 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/google/gops v0.3.18
github.com/gorilla/websocket v1.5.0
github.com/libp2p/go-libp2p v0.19.3
github.com/libp2p/go-libp2p-core v0.15.1
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml v1.9.3
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ github.com/ElrondNetwork/elrond-go-logger v1.0.4/go.mod h1:e5D+c97lKUfFdAzFX7rrI
github.com/ElrondNetwork/elrond-go-logger v1.0.5/go.mod h1:cBfgx0ST/CJx8jrxJSC5aiSrvkGzcnF7sK06RD8mFxQ=
github.com/ElrondNetwork/elrond-go-logger v1.0.7 h1:Ldl1rVS0RGKc1IsW8jIaGCb6Zwei04gsMvyjL05X6mE=
github.com/ElrondNetwork/elrond-go-logger v1.0.7/go.mod h1:cBfgx0ST/CJx8jrxJSC5aiSrvkGzcnF7sK06RD8mFxQ=
github.com/ElrondNetwork/elrond-go-p2p v0.0.0-20220919155246-aaae1065ad8b h1:m4caDchgW0mVtA2M+Yd2P39KtMvAhV8FaCgKC/sCaMA=
github.com/ElrondNetwork/elrond-go-p2p v0.0.0-20220919155246-aaae1065ad8b/go.mod h1:Mp0l+8w2tuhJEuyHo0MFAhhqvo/uTgAliFQJ+NIv4qE=
github.com/ElrondNetwork/elrond-go-p2p v0.0.0-20220921135804-d7d1df508584 h1:8cPa6OJpH6ALf9CV4oXkwhXxAshANjdf4MfZa3RblFE=
github.com/ElrondNetwork/elrond-go-p2p v0.0.0-20220921135804-d7d1df508584/go.mod h1:Mp0l+8w2tuhJEuyHo0MFAhhqvo/uTgAliFQJ+NIv4qE=
github.com/ElrondNetwork/elrond-go-storage v1.0.1 h1:T5pmTAu97aFNbUPpqxJprBEOs+uWsTaJSbCwY9xWPRA=
github.com/ElrondNetwork/elrond-go-storage v1.0.1/go.mod h1:Dht8Vt0BJvyUrr+mDSjYo2pu2fIMZfmUa0yznPG9zGw=
github.com/ElrondNetwork/elrond-vm-common v1.1.0/go.mod h1:w3i6f8uiuRkE68Ie/gebRcLgTuHqvruJSYrFyZWuLrE=
Expand Down
158 changes: 0 additions & 158 deletions integrationTests/p2p/peerDisconnecting/peerDisconnecting_test.go

This file was deleted.

173 changes: 0 additions & 173 deletions integrationTests/p2p/peerDisconnecting/seedersDisconnecting_test.go

This file was deleted.

Loading