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

global fwd and subnet error msgs fix & test cases #1051

Merged
merged 4 commits into from
Nov 21, 2017

Conversation

chrisplo
Copy link
Contributor

@chrisplo chrisplo commented Nov 2, 2017

Fixed the error message to indicate correctly the state of vlans and
vxlans instead of printing an empty string instead of a number when 0.

The test cases are testing too many things in one test case, split out
the tests for forward mode and subnet as they are doing more validation.

Signed-off-by: Chris Plock [email protected]

Fixed the error message to indicate correctly the state of vlans and
vxlans instead of printing an empty string instead of a number when 0.

The test cases are testing too many things in one test case, split out
the tests for forward mode and subnet as they are doing more validation.

Signed-off-by: Chris Plock <[email protected]>
@unclejack
Copy link
Contributor

build PR

@chrisplo
Copy link
Contributor Author

chrisplo commented Nov 7, 2017

build PR

1 similar comment
@chrisplo
Copy link
Contributor Author

chrisplo commented Nov 8, 2017

build PR

@@ -297,7 +297,7 @@ func checkInspectGlobal(t *testing.T, expError bool, allocedVlans, allocedVxlans
}

// checkGlobalSet sets global state and verifies state
func checkGlobalSet(t *testing.T, expError bool, fabMode, vlans, vxlans, fwdMode, arpMode, pvtSubnet string) {
func checkGlobalSet(t *testing.T, expError bool, fabMode, vlans, vxlans, fwdMode, arpMode, pvtSubnet string) *error {
Copy link
Contributor

Choose a reason for hiding this comment

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

return error instead of *error here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@@ -1318,7 +1320,79 @@ func TestDynamicGlobalVxlanRange(t *testing.T) {
}

// TestGlobalSetting tests global REST api
func TestGlobalSettingFwdMode(t *testing.T) {
// set to default values (no-op)
checkGlobalSet(t, false, "default", "1-4094", "1-10000", "bridge", "proxy", "172.19.0.0/16")
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this returns an error, we should probably be asserting that it's nil or some expected value...

If there's a legit reason for skipping error checks on a call, maybe add a comment above the call

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah, i was just copy pasting that part, but I can make a helper checkGlobalSetNotNil(..) to avoid if block every call

@chrisplo
Copy link
Contributor Author

chrisplo commented Nov 9, 2017

build PR

@dseevr
Copy link
Contributor

dseevr commented Nov 9, 2017

Changes LGTM but let's get a @contiv/reviewers-core-networking review as well because I can't validate the network stuff is correct

@dseevr dseevr requested a review from a team November 9, 2017 01:54
@unclejack
Copy link
Contributor

#1043 needs to be merged first.

@chrisplo
Copy link
Contributor Author

build PR

@chrisplo chrisplo requested review from a team and removed request for a team November 21, 2017 20:32
@dseevr dseevr merged commit 5bc4d36 into contiv:master Nov 21, 2017
@chrisplo chrisplo deleted the fix_nm_output_msg branch November 21, 2017 22:17
@chrisplo chrisplo restored the fix_nm_output_msg branch November 21, 2017 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants