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

Small fixes, removing blockers. #186

Merged
merged 7 commits into from
Sep 23, 2019
Merged

Small fixes, removing blockers. #186

merged 7 commits into from
Sep 23, 2019

Conversation

pboothe
Copy link
Contributor

@pboothe pboothe commented Sep 19, 2019

Add the UUID to the output.
Improve logging and fix some log spam.
Add fields to web100.

Part of #185, #161, #159, https://github.com/m-lab/dev-tracker/issues/412, https://github.com/m-lab/dev-tracker/issues/329


This change is Reviewable

@coveralls
Copy link
Collaborator

coveralls commented Sep 20, 2019

Pull Request Test Coverage Report for Build 1011

  • 50 of 61 (81.97%) changed or added relevant lines in 4 files are covered.
  • 10 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.3%) to 74.829%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ndt5/protocol/messager.go 12 14 85.71%
ndt5/plain/plain.go 7 10 70.0%
ndt5/s2c/s2c.go 7 13 53.85%
Files with Coverage Reduction New Missed Lines %
ndt5/protocol/protocol.go 2 83.78%
ndt5/web100/web100_linux.go 2 94.29%
ndt5/c2s/c2s.go 6 73.21%
Totals Coverage Status
Change from base Build 1005: -0.3%
Covered Lines: 1528
Relevant Lines: 2042

💛 - Coveralls

@pboothe pboothe requested a review from yachang September 20, 2019 15:40
Copy link

@yachang yachang left a comment

Choose a reason for hiding this comment

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

Reviewable status: 1 change requests, 0 of 1 approvals obtained (waiting on @pboothe and @yachang)


ndt5/web100/web100_linux.go, line 18 at r1 (raw file):

		return nil, errors.New("zero-length list of data collected")
	}
	sumrtt := uint32(0)

Add doc here for those variables, since you do divided by 1000 in the following code.

Copy link

@yachang yachang left a comment

Choose a reason for hiding this comment

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

Reviewable status: 1 change requests, 0 of 1 approvals obtained (waiting on @pboothe and @yachang)


ndt5/s2c/s2c.go, line 122 at r1 (raw file):

	warnonerror.Close(testConn, "Could not close testConnection")

	bps := 8 * float64(byteCount) / record.EndTime.Sub(record.StartTime).Seconds()

Add doc here? Why it was 10 previously?

Copy link

@yachang yachang left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: 1 change requests, 0 of 1 approvals obtained (waiting on @pboothe)

Copy link

@yachang yachang left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @pboothe)

@pboothe pboothe merged commit 50fa02f into master Sep 23, 2019
@pboothe pboothe deleted the add-to-output branch September 23, 2019 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants