Skip to content

Conversation

@matmerr
Copy link
Member

@matmerr matmerr commented Aug 25, 2022

Reason for Change:

Issue Fixed:

Requirements:

Notes:

@matmerr
Copy link
Member Author

matmerr commented Aug 26, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@rbtr rbtr added the ci Infra or tooling. label Aug 29, 2022
@huntergregory huntergregory added the npm Related to NPM. label Sep 7, 2022
@huntergregory huntergregory requested a review from a team as a code owner September 7, 2022 23:01
@huntergregory huntergregory requested review from huntergregory and removed request for a team September 7, 2022 23:01
@matmerr
Copy link
Member Author

matmerr commented Sep 12, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@matmerr
Copy link
Member Author

matmerr commented Sep 12, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@matmerr
Copy link
Member Author

matmerr commented Sep 13, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@matmerr
Copy link
Member Author

matmerr commented Sep 13, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@matmerr
Copy link
Member Author

matmerr commented Sep 13, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@matmerr
Copy link
Member Author

matmerr commented Sep 13, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).


_, err := hns.CreateNetwork(network)
if err != nil {
return nil
Copy link
Member

Choose a reason for hiding this comment

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

I know it's a mock, but it still might be nice to put a comment saying why we're tossing the error here. There's a knee-jerk reaction to return all errors, so this seems odd from an eye-glance.

Copy link
Contributor

Choose a reason for hiding this comment

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

At the least will need a log here.

Copy link
Contributor

Choose a reason for hiding this comment

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

added comments, since the network call never returns an error we decided to remove that check

go test ./...
retryCountOnTaskFailure: 3
name: "TestWindows"
displayName: "Run Windows Tests"
Copy link
Contributor

Choose a reason for hiding this comment

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

TODO: run make test-all-windows

Copy link
Contributor

Choose a reason for hiding this comment

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

discussed to leave as is for now (also don't want to run non-npm tests)

Copy link
Contributor

Choose a reason for hiding this comment

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

also need special treatment for windows (no make installed)

Copy link
Contributor

@huntergregory huntergregory left a comment

Choose a reason for hiding this comment

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

🚀

@vakalapa vakalapa merged commit 80162b0 into Azure:master Oct 20, 2022
rjdenney pushed a commit to rjdenney/azure-container-networking that referenced this pull request Jan 19, 2023
* run windows UT's

* container image

* remove container

* coverage

* run windows UT's

* container image

* remove container

* coverage

* fix UTs round 1

* passing UTs for policies pkg

* use canary pool

* remove bash from windows

* fixed unit test

* added skip for windows dp translate policy tests

* lint updates and remove dataplane_windows_test.go

* updated failing tests

* fix lint issue

* fixed remaining tests

* lint update

* undo last change

* format update

* lint fix

Co-authored-by: Hunter Gregory <hunterlgregory@gmail.com>
Co-authored-by: Vamsi Kalapala <vakr@microsoft.com>
Co-authored-by: CK <ckov931@gmail.com>
Co-authored-by: Cristina Kovacs <99916704+ck319@users.noreply.github.com>
@jpayne3506 jpayne3506 mentioned this pull request Jun 19, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Infra or tooling. npm Related to NPM.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants