Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

vendor: remove unused libraries#717

Merged
nonsense merged 1 commit into
swarm-network-rewritefrom
sync_snr_with_master
Jun 14, 2018
Merged

vendor: remove unused libraries#717
nonsense merged 1 commit into
swarm-network-rewritefrom
sync_snr_with_master

Conversation

@nonsense
Copy link
Copy Markdown
Contributor

This PR is:

  1. Removing unused libraries from vendor.
  2. Re-enabling tests that are not Swarm-specific - hopefully they've been fixed by other teams by now.

Copy link
Copy Markdown
Member

@janos janos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just govendor list reports that github.com/influxdata/influxdb/client/v2 is unused too.

@holisticode
Copy link
Copy Markdown
Contributor

Shouldn't govendor list be included in the test suite somehow so there's always a report if a library becomes obsolete?

@holisticode holisticode self-requested a review June 14, 2018 17:48
Comment thread p2p/nat/natupnp_test.go
)

func TestUPNP_DDWRT(t *testing.T) {
t.Skip("broken")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not related to removing vendoring....what's the reason to re-enable this test?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on PR - these tests are not related to Swarm, and I don't see them failing on go-ethereum master.

var cntPrev int

func XTestSimulation(t *testing.T) {
func TestSimulation(t *testing.T) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, rationale for re-enabling this test?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on PR - these tests are not related to Swarm, and I don't see them failing on go-ethereum master.

@nonsense nonsense merged commit a71046c into swarm-network-rewrite Jun 14, 2018
@nonsense nonsense deleted the sync_snr_with_master branch June 14, 2018 18:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants