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

Use a context with exteded timeout on Requests in begin #1656

Merged
merged 8 commits into from
Aug 20, 2024

Conversation

NikitaSkrynnik
Copy link
Contributor

Description

These changes should fix leaking interfaces on requests in case of small timeout.

Issue link

networkservicemesh/cmd-forwarder-vpp#1133

How Has This Been Tested?

  • Added unit testing to cover
  • Tested manually
  • Tested by integration testing
  • Have not tested

Types of changes

  • Bug fix
  • New functionality
  • Documentation
  • Refactoring
  • CI

Signed-off-by: NikitaSkrynnik <[email protected]>
@denis-tingaikin denis-tingaikin merged commit 6fad31a into networkservicemesh:main Aug 20, 2024
15 checks passed
nsmbot pushed a commit to networkservicemesh/cmd-cluster-info-k8s that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-csi-driver that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-map-ip-k8s that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-registry-proxy-dns that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/sdk-kernel that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nse-vfio that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nsmgr-proxy that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-dashboard-backend that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-admission-webhook-k8s that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-ipam-vl3 that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/sdk-k8s that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nsc-init that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nsmgr that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nse-remote-vlan that referenced this pull request Aug 20, 2024
…k@main

PR link: networkservicemesh/sdk#1656

Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
  - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests

Signed-off-by: NikitaSkrynnik <[email protected]>

* add unit test

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race condition

Signed-off-by: NikitaSkrynnik <[email protected]>

* use a context with exteded timeout on Requests in begin

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix unit tests

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix race conditions in dial

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix variable name

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix go linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-forwarder-sriov that referenced this pull request Aug 20, 2024
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main
PR link: networkservicemesh/sdk-sriov#608

Commit: 5e0c0b1
Author: Network Service Mesh Bot
Date: 2024-08-20 04:07:12 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#608)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
        - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>

* Automatically resolving conflicts in go.mod and updating dependency versions to the latest

Signed-off-by: NSMBot <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 20, 2024
…d-forwarder-sriov@main

PR link: networkservicemesh/cmd-forwarder-sriov#765

Commit: af327bb
Author: Network Service Mesh Bot
Date: 2024-08-20 04:13:58 -0500
Message:
  - Update from update/networkservicemesh/sdk-sriov (#765)
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main
PR link: networkservicemesh/sdk-sriov#608
Commit: 5e0c0b1
Author: Network Service Mesh Bot
Date: 2024-08-20 04:07:12 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#608)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
                - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
* Automatically resolving conflicts in go.mod and updating dependency versions to the latest
Signed-off-by: NSMBot <[email protected]>
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-forwarder-ovs that referenced this pull request Aug 20, 2024
…k-ovs@main (#405)

PR link: networkservicemesh/sdk-ovs#338

Commit: a3cc408
Author: Network Service Mesh Bot
Date: 2024-08-20 04:11:19 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#338)
PR link: networkservicemesh/sdk-sriov#608
Commit: 5e0c0b1
Author: Network Service Mesh Bot
Date: 2024-08-20 04:07:12 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#608)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
                - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 20, 2024
…d-forwarder-sriov@main (#12251)

PR link: networkservicemesh/cmd-forwarder-sriov#765

Commit: af327bb
Author: Network Service Mesh Bot
Date: 2024-08-20 04:13:58 -0500
Message:
  - Update from update/networkservicemesh/sdk-sriov (#765)
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main
PR link: networkservicemesh/sdk-sriov#608
Commit: 5e0c0b1
Author: Network Service Mesh Bot
Date: 2024-08-20 04:07:12 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#608)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
                - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

* Automatically resolving conflicts in go.mod and updating dependency versions to the latest

---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 20, 2024
…d-forwarder-ovs@main

PR link: networkservicemesh/cmd-forwarder-ovs#405

Commit: fa24d0c
Author: Network Service Mesh Bot
Date: 2024-08-20 04:15:14 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-ovs@main (#405)
PR link: networkservicemesh/sdk-ovs#338
Commit: a3cc408
Author: Network Service Mesh Bot
Date: 2024-08-20 04:11:19 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#338)
PR link: networkservicemesh/sdk-sriov#608
Commit: 5e0c0b1
Author: Network Service Mesh Bot
Date: 2024-08-20 04:07:12 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#608)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
                - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
                                - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-nse-vlan-vpp that referenced this pull request Aug 20, 2024
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main
PR link: networkservicemesh/sdk-vpp#847

Commit: a7b2adb
Author: Network Service Mesh Bot
Date: 2024-08-20 04:08:04 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#847)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
        - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>

* Automatically resolving conflicts in go.mod and updating dependency versions to the latest

Signed-off-by: NSMBot <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 20, 2024
…d-nse-vlan-vpp@main

PR link: networkservicemesh/cmd-nse-vlan-vpp#501

Commit: 273938e
Author: Network Service Mesh Bot
Date: 2024-08-20 04:17:56 -0500
Message:
  - Update from update/networkservicemesh/sdk-vpp (#501)
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main
PR link: networkservicemesh/sdk-vpp#847
Commit: a7b2adb
Author: Network Service Mesh Bot
Date: 2024-08-20 04:08:04 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#847)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
                - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
* Automatically resolving conflicts in go.mod and updating dependency versions to the latest
Signed-off-by: NSMBot <[email protected]>
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 20, 2024
…d-nse-vlan-vpp@main (#12257)

PR link: networkservicemesh/cmd-nse-vlan-vpp#501

Commit: 273938e
Author: Network Service Mesh Bot
Date: 2024-08-20 04:17:56 -0500
Message:
  - Update from update/networkservicemesh/sdk-vpp (#501)
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main
PR link: networkservicemesh/sdk-vpp#847
Commit: a7b2adb
Author: Network Service Mesh Bot
Date: 2024-08-20 04:08:04 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#847)
PR link: networkservicemesh/sdk-kernel#677
Commit: 573b7f2
Author: Network Service Mesh Bot
Date: 2024-08-20 04:03:42 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
                - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

* Automatically resolving conflicts in go.mod and updating dependency versions to the latest

---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-forwarder-ovs that referenced this pull request Sep 12, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#520

Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
    - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-exclude-prefixes-k8s that referenced this pull request Sep 12, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#520

Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
    - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nse-supplier-k8s that referenced this pull request Sep 12, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#520

Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
    - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-forwarder-vpp that referenced this pull request Sep 12, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#520

Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
    - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-exclude-prefixes-k8s that referenced this pull request Sep 12, 2024
…k-k8s@main (#312)

PR link: networkservicemesh/sdk-k8s#520

Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
    - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-nse-supplier-k8s that referenced this pull request Sep 12, 2024
…k-k8s@main (#348)

PR link: networkservicemesh/sdk-k8s#520

Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
    - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Sep 12, 2024
…d-exclude-prefixes-k8s@main

PR link: networkservicemesh/cmd-exclude-prefixes-k8s#312

Commit: 0392df4
Author: Network Service Mesh Bot
Date: 2024-09-12 05:02:58 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#312)
PR link: networkservicemesh/sdk-k8s#520
Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
        - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-forwarder-ovs that referenced this pull request Sep 12, 2024
…k-k8s@main (#407)

PR link: networkservicemesh/sdk-k8s#520

Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
    - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Sep 12, 2024
…d-nse-supplier-k8s@main

PR link: networkservicemesh/cmd-nse-supplier-k8s#348

Commit: 5b87303
Author: Network Service Mesh Bot
Date: 2024-09-12 05:03:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#348)
PR link: networkservicemesh/sdk-k8s#520
Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
        - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Sep 12, 2024
…d-forwarder-ovs@main

PR link: networkservicemesh/cmd-forwarder-ovs#407

Commit: f7721ac
Author: Network Service Mesh Bot
Date: 2024-09-12 05:05:27 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#407)
PR link: networkservicemesh/sdk-k8s#520
Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
        - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Sep 12, 2024
…d-nse-supplier-k8s@main (#12240)

PR link: networkservicemesh/cmd-nse-supplier-k8s#348

Commit: 5b87303
Author: Network Service Mesh Bot
Date: 2024-09-12 05:03:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#348)
PR link: networkservicemesh/sdk-k8s#520
Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
        - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Sep 12, 2024
…d-forwarder-ovs@main (#12241)

PR link: networkservicemesh/cmd-forwarder-ovs#407

Commit: f7721ac
Author: Network Service Mesh Bot
Date: 2024-09-12 05:05:27 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#407)
PR link: networkservicemesh/sdk-k8s#520
Commit: 8ccf44f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:06:06 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520)
PR link: networkservicemesh/sdk#1656
Commit: 6fad31a
Author: Nikita Skrynnik
Date: 2024-08-20 20:00:35 +1100
Message:
        - Use a context with exteded timeout on Requests in begin (#1656)
* Use an extended timeout in case of reselect requests
* add unit test
* fix race condition
* use a context with exteded timeout on Requests in begin
* fix unit tests
* fix race conditions in dial
* fix variable name
* fix go linter issues
---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
NikitaSkrynnik added a commit to NikitaSkrynnik/sdk that referenced this pull request Oct 15, 2024
NikitaSkrynnik added a commit to NikitaSkrynnik/sdk that referenced this pull request Oct 15, 2024
denis-tingaikin pushed a commit that referenced this pull request Oct 15, 2024
* Revert "Use a context with exteded timeout on Requests in begin (#1656)"

This reverts commit 6fad31a.

Signed-off-by: NikitaSkrynnik <[email protected]>

* Revert "Add a timeout for Closes in begin.Server (#1650)"

This reverts commit 3016313.

Signed-off-by: NikitaSkrynnik <[email protected]>

* Revert "Add more mutexes in dial chain element to fix race conditions (#1670)"

This reverts commit b66e1bf.

Signed-off-by: NikitaSkrynnik <[email protected]>

* fix linter issues

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NikitaSkrynnik <[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