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

fix: deployments-k8s cannot update integration-tests #726

Merged

Conversation

denis-tingaikin
Copy link
Member

@denis-tingaikin denis-tingaikin commented Apr 6, 2021

Signed-off-by: denis-tingajkin [email protected]

Motivation

Previously we added with networkservicemesh/integration-tests#285 prefetching.

Now we need to sync up deployments-k8s with integration-tests

@edwarnicke edwarnicke merged commit 2e8a567 into networkservicemesh:main Apr 6, 2021
nsmbot pushed a commit that referenced this pull request Oct 16, 2024
…d-nsc-vpp@main

PR link: networkservicemesh/cmd-nsc-vpp#726

Commit: 4296c2d
Author: Network Service Mesh Bot
Date: 2024-10-16 06:22:09 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#726)
PR link: networkservicemesh/sdk-vpp#860
Commit: 8a4f5ce
Author: Network Service Mesh Bot
Date: 2024-10-16 06:19:17 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#860)
PR link: networkservicemesh/sdk-kernel#689
Commit: 40426fd
Author: Network Service Mesh Bot
Date: 2024-10-16 06:15:47 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#689)
PR link: networkservicemesh/sdk#1679
Commit: 3801206
Author: Vladislav Byrgazov
Date: 2024-10-16 16:13:26 +0500
Message:
                - Updated strict IPAM and added dualstack IP pool (#1679)
* add fix for ipam
* another fix
* add a unit test for ipam issue
* add fix for ipam
* another fix
* add ip context validation
* properly delete addresses
* rework ip context validation
* temporarily skip failing tests
* fix CI issues
* fix all tests
* fix unit tests
* fix go linter issues
* cleanup
* add ipv6 unit test
* cleanup
* fix go linter issues
* Replaced strict ipam by filteripam implementation
* Added dualstack ippool, updated tests
* Fixed dualstack ippool
* Fix linter errors
* Fixed ippool test input data format
---------
Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit that referenced this pull request Oct 16, 2024
…d-nsc-vpp@main (#12438)

PR link: networkservicemesh/cmd-nsc-vpp#726

Commit: 4296c2d
Author: Network Service Mesh Bot
Date: 2024-10-16 06:22:09 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#726)
PR link: networkservicemesh/sdk-vpp#860
Commit: 8a4f5ce
Author: Network Service Mesh Bot
Date: 2024-10-16 06:19:17 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#860)
PR link: networkservicemesh/sdk-kernel#689
Commit: 40426fd
Author: Network Service Mesh Bot
Date: 2024-10-16 06:15:47 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#689)
PR link: networkservicemesh/sdk#1679
Commit: 3801206
Author: Vladislav Byrgazov
Date: 2024-10-16 16:13:26 +0500
Message:
                - Updated strict IPAM and added dualstack IP pool (#1679)
* add fix for ipam
* another fix
* add a unit test for ipam issue
* add fix for ipam
* another fix
* add ip context validation
* properly delete addresses
* rework ip context validation
* temporarily skip failing tests
* fix CI issues
* fix all tests
* fix unit tests
* fix go linter issues
* cleanup
* add ipv6 unit test
* cleanup
* fix go linter issues
* Replaced strict ipam by filteripam implementation
* Added dualstack ippool, updated tests
* Fixed dualstack ippool
* Fix linter errors
* Fixed ippool test input data format
---------

Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit that referenced this pull request Dec 19, 2024
…d-nsmgr@main

PR link: networkservicemesh/cmd-nsmgr#726

Commit: db75145
Author: Network Service Mesh Bot
Date: 2024-12-19 10:30:21 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#726)
PR link: networkservicemesh/sdk#1706
Commit: 55b1f2b
Author: Denis Tingaikin
Date: 2024-12-19 19:26:46 +0300
Message:
    - feat: Optimize trace chain elements (#1706)
* optimize trace chain elements
* fix ci issues
* apply self code review
* apply comments and fix networkservicemesh/sdk#1707
* use the logrus logger by default to not miss useful logs.
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit that referenced this pull request Dec 24, 2024
…d-nse-icmp-responder-vpp@main

PR link: networkservicemesh/cmd-nse-icmp-responder-vpp#726

Commit: 93e8753
Author: Network Service Mesh Bot
Date: 2024-12-24 04:01:03 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#726)
PR link: networkservicemesh/sdk-vpp#876
Commit: 014fe3a
Author: Network Service Mesh Bot
Date: 2024-12-24 03:57:47 -0600
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#876)
PR link: networkservicemesh/sdk-kernel#703
Commit: 31c2f68
Author: Network Service Mesh Bot
Date: 2024-12-24 03:54:20 -0600
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#703)
PR link: networkservicemesh/sdk#1710
Commit: 4a9b9a0
Author: Denis Tingaikin
Date: 2024-12-24 12:52:13 +0300
Message:
                - add options for using custom heal/reetry clients for registry (#1710)
Signed-off-by: NSMBot <[email protected]>
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.

2 participants